lilei 2 år sedan
förälder
incheckning
a0e5ea18b2

+ 2 - 2
src/views/purchasingManagement/purchaseOrder/outStockModal.vue

@@ -122,7 +122,7 @@ export default {
         { title: '上次缺货数量', dataIndex: 'cancelQty', width: '18%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '单位', dataIndex: 'dealerProductEntity.unit', width: '8%', align: 'center', customRender: function (text) { return text || '--' } }
       ],
-      title: '上次采购缺货产品明细',
+      title: '',
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
         this.disabled = true
@@ -257,7 +257,7 @@ export default {
         this.$emit('close')
         this.$refs.table.clearSelected() // 清空表格选中项
       } else {
-        this.title = this.title + '(采购单号:' + this.paramsData.purchaseBillNo + ')'
+        this.title = '上次采购缺货产品明细(采购单号:' + this.paramsData.purchaseBillNo + ')'
       }
     }
   }

+ 2 - 2
src/views/purchasingManagement/purchaseOrderNew/outStockModal.vue

@@ -126,7 +126,7 @@ export default {
         { title: '上次缺货数量', dataIndex: 'cancelQty', width: '18%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '单位', dataIndex: 'dealerProductEntity.unit', width: '8%', align: 'center', customRender: function (text) { return text || '--' } }
       ],
-      title: '上次采购缺货产品明细',
+      title: '',
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
         this.disabled = true
@@ -270,7 +270,7 @@ export default {
         this.onCancel()
       } else {
         this.setTableH()
-        this.title = this.title + '(采购单号:' + this.paramsData.purchaseBillNo + ')'
+        this.title = '上次采购缺货产品明细(采购单号:' + this.paramsData.purchaseBillNo + ')'
       }
     }
   }