修改 采购订单选完供应商,录入产品编辑改供应商 保存后供应商没改问题

dev
wangwei 2 years ago
parent 63812b826b
commit 9be928c396

@ -452,6 +452,7 @@ export default {
}, },
tableCountChange(row) { tableCountChange(row) {
if (this.$isNotBlank(row)) { if (this.$isNotBlank(row)) {
this.currentRow.supId = row.supName;
updateDetail(this.currentRow); updateDetail(this.currentRow);
} }
}, },

Loading…
Cancel
Save