给单据增加订金字段和页面功能逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user