|
|
|
@ -839,8 +839,12 @@ export default { |
|
|
|
itemNo: row.itemNo, |
|
|
|
deliveryQty: row.deliveryQty, |
|
|
|
} |
|
|
|
if (row.deliveryQty == null || row.deliveryQty === '') { |
|
|
|
inData.deliveryQty = 0.0 |
|
|
|
} |
|
|
|
updateSupplierDeliveryScheduleDeliveryQty(inData).then(({data}) => { |
|
|
|
if (data.code === 0) { |
|
|
|
this.getDataList() |
|
|
|
this.$message.success(data.msg) |
|
|
|
} else { |
|
|
|
this.$message.error(data.msg) |
|
|
|
|