@@ -257,14 +257,14 @@ export const ArriveGoodsDetailColumns: JVxeColumn[] = [
defaultValue:'',
width:"200px",
},
- {
- title: '已到货金额(arrival money)',
- key: 'arrivalMoney',
- type: JVxeTypes.normal,
- placeholder: '请输入${title}',
- defaultValue:'',
- width:"200px",
- },
+ // {
+ // title: '已到货金额(arrival money)',
+ // key: 'arrivalMoney',
+ // type: JVxeTypes.normal,
+ // placeholder: '请输入${title}',
+ // defaultValue:'',
+ // width:"200px",
+ // },
{
title: '数量(quantity)',
key: 'quantity',
@@ -407,6 +407,7 @@
item.model = item.childModel
item.sourceId = item.childId
item.orderQuantity=item.quantity
+ item.quantity = Number(item.orderQuantity)-Number(item.arrivalQuantity)
})
var arr = data.concat(arriveDetailsFormProductTable.dataSource)
arriveDetailsFormProductTable.dataSource=arr