优化供应商、客户、会员导入的界面展示方式

This commit is contained in:
季圣华
2022-09-14 22:55:18 +08:00
parent ba502da3b0
commit 3c488e254f
12 changed files with 61 additions and 74 deletions

View File

@@ -139,8 +139,8 @@
this.model = Object.assign({}, record);
this.visible = true;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email', 'telephone',
'phoneNum', 'fax', 'beginNeedGet', 'beginNeedPay', 'allNeedGet', 'allNeedPay', 'taxNum', 'taxRate',
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email',
'phoneNum', 'fax', 'beginNeedGet', 'allNeedGet', 'taxNum', 'taxRate',
'bankName', 'accountNumber', 'address', 'sort', 'description'))
autoJumpNextInput('customerModal')
});

View File

@@ -99,7 +99,7 @@
this.model = Object.assign({}, record);
this.visible = true;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email', 'telephone',
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email',
'phoneNum', 'sort', 'description'))
autoJumpNextInput('memberModal')
});

View File

@@ -139,8 +139,8 @@
this.model = Object.assign({}, record);
this.visible = true;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email', 'telephone',
'phoneNum', 'fax', 'beginNeedGet', 'beginNeedPay', 'allNeedGet', 'allNeedPay', 'taxNum', 'taxRate',
this.form.setFieldsValue(pick(this.model,'supplier', 'contacts', 'telephone', 'email',
'phoneNum', 'fax', 'beginNeedPay', 'allNeedPay', 'taxNum', 'taxRate',
'bankName', 'accountNumber', 'address', 'sort', 'description'))
autoJumpNextInput('vendorModal')
});