Compare commits
No commits in common. "4d35b8d5606cbd6f3bd1b59d767aca721951e9ef" and "20c12b84e2ee113372104ca3114f23f3b369cfed" have entirely different histories.
4d35b8d560
...
20c12b84e2
@ -56,10 +56,9 @@ export function exportOrderInfoExcel(params) {
|
||||
|
||||
export function toPay(params) {
|
||||
return request({
|
||||
// url: '/admin-api/pay/toPayCode',
|
||||
url: '/repair/order-info/toPay?id=' + params.orderId,
|
||||
url: '/admin-api/pay/toPayCode',
|
||||
method: 'get',
|
||||
// params
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -43,18 +43,6 @@
|
||||
</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">
|
||||
@ -140,9 +128,7 @@ export default {
|
||||
loginAccount: undefined,
|
||||
password: undefined,
|
||||
serviceCodeArray: [],
|
||||
serviceCodes:undefined,
|
||||
bankAccount: null,
|
||||
account: null,
|
||||
serviceCodes:undefined
|
||||
},
|
||||
// 表单校验
|
||||
formRules: {
|
||||
@ -246,9 +232,7 @@ export default {
|
||||
loginAccount: undefined,
|
||||
password: undefined,
|
||||
serviceCodeArray: [],
|
||||
serviceCodes:undefined,
|
||||
bankAccount: null,
|
||||
account: null,
|
||||
serviceCodes:undefined
|
||||
}
|
||||
this.resetForm('formRef')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user