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) {
|
export function toPay(params) {
|
||||||
return request({
|
return request({
|
||||||
// url: '/admin-api/pay/toPayCode',
|
url: '/admin-api/pay/toPayCode',
|
||||||
url: '/repair/order-info/toPay?id=' + params.orderId,
|
|
||||||
method: 'get',
|
method: 'get',
|
||||||
// params
|
params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,18 +43,6 @@
|
|||||||
</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">
|
||||||
@ -140,9 +128,7 @@ export default {
|
|||||||
loginAccount: undefined,
|
loginAccount: undefined,
|
||||||
password: undefined,
|
password: undefined,
|
||||||
serviceCodeArray: [],
|
serviceCodeArray: [],
|
||||||
serviceCodes:undefined,
|
serviceCodes:undefined
|
||||||
bankAccount: null,
|
|
||||||
account: null,
|
|
||||||
},
|
},
|
||||||
// 表单校验
|
// 表单校验
|
||||||
formRules: {
|
formRules: {
|
||||||
@ -246,9 +232,7 @@ 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