Browse Source

修改客户导出模板那

pre-production
pref_mail@163.com 12 months ago
parent
commit
0c84f55f36
  1. 45
      src/views/basicdata/brand/basicClient.vue

45
src/views/basicdata/brand/basicClient.vue

@ -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);

Loading…
Cancel
Save