parent
0b0eea4eae
commit
8642a45f03
|
@ -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();
|
||||
|
|
|
@ -1007,7 +1007,7 @@ watch: {
|
|||
},
|
||||
// 榜单明细表单重置
|
||||
resetPoundBillDetailForm() {
|
||||
this.form = {
|
||||
this.poundBillDetailFormData.poundBillDetailForm = {
|
||||
id: null,
|
||||
appliid: null,
|
||||
usrcode: null,
|
||||
|
|
Loading…
Reference in New Issue