Browse Source

修改解缴入库、发货打印记录里的标题

hill.liu 4 months ago
parent
commit
cc327c063c

+ 1 - 1
src/views/workshop/delivery/index.vue

@@ -399,7 +399,7 @@ export default {
     // 打印
     handlePrint(row) {
       this.printEdit = Object.assign({}, row)
-      this.$set(this.printEdit, 'title', '解缴箱号明细表')
+      this.$set(this.printEdit, 'title', '分支机构产品箱号明细表')
       this.$set(this.printEdit, 'enterprise', '沈阳造币有限公司')
       this.$set(this.printEdit, 'printDate', formatTimeToStr(new Date(), 'yyyy-MM-dd'))
       this.getDetailList(row, 1)

+ 1 - 1
src/views/workshop/workshopOutbound/index.vue

@@ -284,7 +284,7 @@ export default {
       printEdit: {}, // 打印对象
       titleType : 1 , // title默认类型是1
       textMap: {
-        1: '解缴入库',
+        1: '解缴入库产品称重记录',
         2: '返检申请单',
         3: '返捡任务单'
       }