|
|
|
@ -165,7 +165,7 @@
|
|
|
|
|
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter"> |
|
|
|
|
<template #excelTemplate> |
|
|
|
|
<a |
|
|
|
|
href="http://47.108.51.143:9000/logpm/other/%E5%AE%A2%E6%88%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx" |
|
|
|
|
href="https://huo5you.oss-cn-chengdu.aliyuncs.com/other/%E5%AE%A2%E6%88%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx" |
|
|
|
|
download="客户模板.xlsx" |
|
|
|
|
> |
|
|
|
|
<el-button type="primary"> |
|
|
|
@ -301,8 +301,8 @@
|
|
|
|
|
<el-option |
|
|
|
|
v-for="item in defaultPaymentMethodsOptions" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictKey" |
|
|
|
|
/> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
@ -795,26 +795,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
/** 付款方式 */ |
|
|
|
|
defaultPaymentMethodsOptions: [ |
|
|
|
|
{ |
|
|
|
|
value: '1', |
|
|
|
|
label: '现付', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
value: '2', |
|
|
|
|
label: '到付', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
value: '3', |
|
|
|
|
label: '月结', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
value: '4', |
|
|
|
|
label: '回付', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
value: '5', |
|
|
|
|
label: '内部结算', |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
loadingObj: { |
|
|
|
|
submitLoading: false, |
|
|
|
@ -1162,19 +1143,11 @@ export default {
|
|
|
|
|
// console.log("字典》》》",res); |
|
|
|
|
this.distributionType = res.data.data; |
|
|
|
|
}); |
|
|
|
|
// console.log("globalc.optioner===",globalc.optioner); |
|
|
|
|
// let optioner = JSON.parse(localStorage.getItem('optioner')); |
|
|
|
|
// // console.log("-=-=-=-=",optioner); |
|
|
|
|
// if(optioner.length > 0){ |
|
|
|
|
// this.optioner = optioner |
|
|
|
|
// console.log("打印》》》",this.optioner); |
|
|
|
|
// }else{ |
|
|
|
|
// globalc.useGetGlobalProperties().then(res =>{ |
|
|
|
|
// this.optioner = res; |
|
|
|
|
// console.log("打印》》》",this.optioner); |
|
|
|
|
// localStorage.setItem("optioner",JSON.stringify(globalc.optioner)) |
|
|
|
|
// }); |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
getDictionaryBiz('open_order_pay_way').then(res => { |
|
|
|
|
this.defaultPaymentMethodsOptions = res.data.data; |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// console.log('市111', this.optioner); |
|
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
|