给单据增加订金字段和页面功能逻辑

This commit is contained in:
季圣华
2022-05-29 18:19:16 +08:00
parent 3939106bee
commit 5e536d7bbd
17 changed files with 237 additions and 34 deletions

View File

@@ -46,6 +46,7 @@ export const BillListMixin = {
//复制单据的时候需要移除关联单据的相关信息
record.linkNumber = ''
record.billType = ''
record.deposit = ''
this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "复制新增";
this.$refs.modalForm.disableSubmit = false;