1.倒短磅,生成历史皮重时,使用状态设置为“否”。

2.榜单信息在新增时,重置form表单数据。
This commit is contained in:
ptt 2025-07-07 16:05:52 +08:00
parent 0b0eea4eae
commit 8642a45f03
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@ public class PoundBillServiceImpl extends ServiceImpl<PoundBillMapper, PoundBill
String poundid = (String) params.get("poundid");
empwgtdata.setTtsid(ttsid);
empwgtdata.setPoundid(poundid);
empwgtdata.setIsused("Y");
empwgtdata.setIsused("N");
empwgtdataService.insertEmpwgtdata(empwgtdata);
String empDataId = empwgtdata.getId();
String empUsrcode = empwgtdata.getUsrcode();

View File

@ -1007,7 +1007,7 @@ watch: {
},
//
resetPoundBillDetailForm() {
this.form = {
this.poundBillDetailFormData.poundBillDetailForm = {
id: null,
appliid: null,
usrcode: null,