@ -260,13 +260,11 @@ export default {
listApplyDetail(query) //查找该单号下的所有条码
.then((response) => {
this.detailList = response.data.list || [];
this.total = response.data.total || 0;
this.loading = false;
})
.catch(() => {
this.detailList = [];
this.total = 0;
});
},
handleClose(){
@ -51,7 +51,7 @@
:on-success="handleChange"
:file-list="fileList"
>
<el-button size="mini" icon="el-icon-bottom-right" type="primary">导入产品信息</el-button>
<el-button icon="el-icon-bottom-right" type="primary">导入产品信息</el-button>
</el-upload>
<el-button type="primary" icon="el-icon-download" @click="downloadProducts"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">