|
@@ -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 + ')'
|
|
|
}
|
|
|
}
|
|
|
}
|