Commit 29eb63e9 authored by 季圣华's avatar 季圣华
Browse files

复制单据的时候需要移除关联单据的相关信息

parent f67f772f
......@@ -43,6 +43,9 @@ export const BillListMixin = {
if(this.btnEnableList.indexOf(2)===-1) {
this.$refs.modalForm.isCanCheck = false
}
//复制单据的时候需要移除关联单据的相关信息
record.linkNumber = ''
record.billType = ''
this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "复制新增";
this.$refs.modalForm.disableSubmit = false;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment