Compare commits
2 Commits
20c12b84e2
...
4d35b8d560
Author | SHA1 | Date | |
---|---|---|---|
|
4d35b8d560 | ||
|
f59cb09494 |
@ -56,9 +56,10 @@ export function exportOrderInfoExcel(params) {
|
||||
|
||||
export function toPay(params) {
|
||||
return request({
|
||||
url: '/admin-api/pay/toPayCode',
|
||||
// url: '/admin-api/pay/toPayCode',
|
||||
url: '/repair/order-info/toPay?id=' + params.orderId,
|
||||
method: 'get',
|
||||
params
|
||||
// params
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -43,6 +43,18 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</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-col :span="12">
|
||||
<el-form-item label="联系人" prop="contactName">
|
||||
@ -128,7 +140,9 @@ export default {
|
||||
loginAccount: undefined,
|
||||
password: undefined,
|
||||
serviceCodeArray: [],
|
||||
serviceCodes:undefined
|
||||
serviceCodes:undefined,
|
||||
bankAccount: null,
|
||||
account: null,
|
||||
},
|
||||
// 表单校验
|
||||
formRules: {
|
||||
@ -232,7 +246,9 @@ export default {
|
||||
loginAccount: undefined,
|
||||
password: undefined,
|
||||
serviceCodeArray: [],
|
||||
serviceCodes:undefined
|
||||
serviceCodes:undefined,
|
||||
bankAccount: null,
|
||||
account: null,
|
||||
}
|
||||
this.resetForm('formRef')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user