Commit b50de70f authored by 沈翠玲's avatar 沈翠玲

打印工单打印日期调整

parent 8f1b80df
......@@ -199,19 +199,21 @@
录入日期:{{ pageFooter.entryTime }}
</div>
<div>
打印日期:{{ pageFooter.entryTime }}
打印日期:{{ date }}
</div>
</div>
</div>
</template>
<script>
import dayjs from 'dayjs'
import VueBarcode from 'vue-barcode'
export default {
components: { VueBarcode },
props: ['productionSolutionTable'],
data() {
return {
date: dayjs().format('YYYY-MM-DD'),
// pageHeader: {
// "itemTypeName": null,
// "arrangeCode": null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment