代码备份

master
anthonyywj2 3 years ago
parent 6325135fe5
commit bdd8f16ed5

@ -21,7 +21,7 @@
<el-upload <el-upload
:action="uploadFileUrl" :action="uploadFileUrl"
multiple multiple
:limit="3" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
:on-success="handleChange" :on-success="handleChange"

@ -22,7 +22,7 @@
<el-upload <el-upload
:action="uploadFileUrl" :action="uploadFileUrl"
multiple multiple
:limit="3" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
:on-success="handleChange" :on-success="handleChange"

@ -621,7 +621,7 @@ export default {
axios.get("./config.json").then(res => { axios.get("./config.json").then(res => {
// //
let response = res.data.BASE_URL; let response = res.data.BASE_URL;
this.uploadFileUrl = response + "udiwms/orders/file/upload"; this.uploadFileUrl = response + "/udiwms/orders/file/upload";
}); });
}, },
}, },

@ -35,7 +35,7 @@
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1" v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1"
:action="uploadFileUrl" :action="uploadFileUrl"
multiple multiple
:limit="3" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
:on-success="handleChange" :on-success="handleChange"

@ -35,7 +35,7 @@
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1" v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1"
:action="uploadFileUrl" :action="uploadFileUrl"
multiple multiple
:limit="3" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
:on-success="handleChange" :on-success="handleChange"

@ -35,7 +35,7 @@
<el-upload <el-upload
:action="uploadFileUrl" :action="uploadFileUrl"
multiple multiple
:limit="3" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
:on-success="handleChange" :on-success="handleChange"

@ -35,7 +35,7 @@
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1" v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1"
:action="uploadFileUrl" :action="uploadFileUrl"
multiple multiple
:limit="3" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
:on-success="handleChange" :on-success="handleChange"
@ -58,7 +58,6 @@
v-loading="loading" v-loading="loading"
:data="list" :data="list"
style="width: 100%" style="width: 100%"
@selection-change="handleSelectionChange"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column <el-table-column

Loading…
Cancel
Save