From 8b1bb50c8a5b14329253e202f6d4606cfd76598a Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 19 二月 2025 09:54:16 +0800 Subject: [PATCH] 1.原材料下单迁移 2.铜材料下单迁移 --- src/views/business/materialOrder/customsInspection.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue index 6623b90..63eb53f 100644 --- a/src/views/business/materialOrder/customsInspection.vue +++ b/src/views/business/materialOrder/customsInspection.vue @@ -388,7 +388,7 @@ width="32%"> <span>{{ dialogMessage }}</span> <span slot="footer" class="dialog-footer"> - <el-button type="primary" @click="this.goBack()">纭� 瀹�</el-button> + <el-button type="primary" @click="goBack()">纭� 瀹�</el-button> </span> </el-dialog> <el-dialog @@ -765,12 +765,10 @@ this.selectTree = str.join(' - ') this.addListInfo(this.codeLevel, res.data) // 鍘熸潗鏂欐牱鍝佹槸鍥哄畾鐨勶紝灏遍粯璁よ祴鍊间竴鏉℃暟鎹紝鍙媶鍒� this.selectInsOrderTemplate() // 鍘熸潗鏂欐ā鏉垮垪琛ㄦ煡璇� - } else { - this.dialogVisible = true - this.dialogMessage = res.message } }).catch(err => { - console.log('err---', err) + this.dialogVisible = true + this.dialogMessage = err.message }) } }, -- Gitblit v1.9.3