打印工单
This commit is contained in:
parent
20c12b84e2
commit
f59cb09494
@ -43,6 +43,18 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
<el-row :gutter="2">
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="开户行" prop="bankAccount">
|
||||||
|
<el-input v-model="formData.bankAccount" placeholder="请输入开户行" maxlength="50"/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="收款账户" prop="account">
|
||||||
|
<el-input v-model="formData.account" placeholder="请输入收款账户" maxlength="18"/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
<el-row :gutter="2">
|
<el-row :gutter="2">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="联系人" prop="contactName">
|
<el-form-item label="联系人" prop="contactName">
|
||||||
@ -128,7 +140,9 @@ export default {
|
|||||||
loginAccount: undefined,
|
loginAccount: undefined,
|
||||||
password: undefined,
|
password: undefined,
|
||||||
serviceCodeArray: [],
|
serviceCodeArray: [],
|
||||||
serviceCodes:undefined
|
serviceCodes:undefined,
|
||||||
|
bankAccount: null,
|
||||||
|
account: null,
|
||||||
},
|
},
|
||||||
// 表单校验
|
// 表单校验
|
||||||
formRules: {
|
formRules: {
|
||||||
@ -232,7 +246,9 @@ export default {
|
|||||||
loginAccount: undefined,
|
loginAccount: undefined,
|
||||||
password: undefined,
|
password: undefined,
|
||||||
serviceCodeArray: [],
|
serviceCodeArray: [],
|
||||||
serviceCodes:undefined
|
serviceCodes:undefined,
|
||||||
|
bankAccount: null,
|
||||||
|
account: null,
|
||||||
}
|
}
|
||||||
this.resetForm('formRef')
|
this.resetForm('formRef')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user