耗材盘点传参更新,新增stockNumber

This commit is contained in:
gyq
2024-08-03 18:11:14 +08:00
parent 671159277c
commit 7427e2d913

View File

@@ -123,7 +123,8 @@ export default {
let res = await tbConCheck({ let res = await tbConCheck({
conInfoId: this.form.conInfoId, conInfoId: this.form.conInfoId,
lpNum: this.profitNumber, lpNum: this.profitNumber,
remark: this.form.remark remark: this.form.remark,
stockNumber: this.form.lpNum
}); });
this.detail.num = this.form.lpNum; this.detail.num = this.form.lpNum;
this.form.lpNum = 0; this.form.lpNum = 0;