完善请购单列表和采购订单的录入界面
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
{ title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal },
|
||||
{ title: '库存', key: 'stock', width: '5%', type: FormTypes.normal },
|
||||
{ title: '单位', key: 'unit', width: '4%', type: FormTypes.normal },
|
||||
{ title: '多属性', key: 'sku', width: '4%', type: FormTypes.normal },
|
||||
{ title: '多属性', key: 'sku', width: '9%', type: FormTypes.normal },
|
||||
{ title: '原数量', key: 'preNumber', width: '4%', type: FormTypes.normal },
|
||||
{ title: '已采购', key: 'finishNumber', width: '4%', type: FormTypes.normal },
|
||||
{ title: '数量', key: 'operNumber', width: '5%', type: FormTypes.inputNumber, statistics: true,
|
||||
@@ -415,6 +415,7 @@
|
||||
discountLastMoney += info.allPrice
|
||||
}
|
||||
info.linkId = info.id
|
||||
this.changeColumnShow(info)
|
||||
}
|
||||
if(linkNumber.indexOf('QGD')===-1) {
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user