Sfoglia il codice sorgente

fix: 认证打印次数

zh 2 anni fa
parent
commit
106929d598

+ 1 - 1
src/utils/panel2.js

@@ -412,7 +412,7 @@ export default {
             lineHeight: 13,
             width: 218,
             fontSize: 12.5,
-            title: "提货人收货地址",
+            title: "货地址",
             fontFamily: "黑体,宋体,微软雅黑",
             field: "address",
             testData: "",

+ 2 - 1
src/views/supply/deliver/components/design/preview.vue

@@ -93,9 +93,10 @@ export default {
                   //   console.error('更新发货汇总列表')
                   //   // this.$successMsg('更新成功')
                   // }, 1000)
+                  this.$emit('refreshList')
+                    console.log(33);
                   setTimeout(() => {
                     console.error('更新发货汇总列表')
-                    this.$emit('refreshList')
                   }, 1000)
                 }
               }

+ 1 - 1
src/views/supply/deliver/sum_list.vue

@@ -496,7 +496,7 @@ export default {
       this.recordSelected = []
       this.tableSelection = []
       this.$refs.pageRef.refreshList()
-
+      console.log(999);
     },
     handleInitPrint(){
       this.$nextTick(() => {

+ 1 - 1
src/views/supply/pickup/check.vue

@@ -802,7 +802,7 @@ export default {
 
     handleRefreshList() {
       this.tableSelection = []
-      // this.$refs.pageRef.refreshList()
+      this.getList()
     },
     handleInitPrint() {
       this.$nextTick(() => {

+ 1 - 1
src/views/supply/pickup/components/design/preview.vue

@@ -84,7 +84,7 @@ export default {
 
       try {
         if (typeof this.addPrint === 'function') {
-          this.addPrint('addPrints').then(() => {
+          this.addPrint('getDtailPrintDis').then(() => {
             this.hiprintTemplate.print(
               this.printData,
               {},