From a097053f145b18e027084c0df34ffe88ee3b4dcd Mon Sep 17 00:00:00 2001 From: "ZHOUZ\\Noble'lift" <1014987728@qq.com> Date: Mon, 15 May 2023 09:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../storage_manage/semiproduct/semiProductIn/ViewDialog.vue | 4 ++-- .../wms/storage_manage/semiproduct/semiProductIn/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mes/qd/src/views/wms/storage_manage/semiproduct/semiProductIn/ViewDialog.vue b/mes/qd/src/views/wms/storage_manage/semiproduct/semiProductIn/ViewDialog.vue index 938ec154..b19ba97e 100644 --- a/mes/qd/src/views/wms/storage_manage/semiproduct/semiProductIn/ViewDialog.vue +++ b/mes/qd/src/views/wms/storage_manage/semiproduct/semiProductIn/ViewDialog.vue @@ -15,11 +15,11 @@ - + - + 强制确认 @@ -220,7 +220,7 @@ import ViewDialog from '@/views/wms/storage_manage/semiproduct/semiproductIn/Vie import { mapGetters } from 'vuex' export default { - name: 'semiproductIn', + name: 'SemiproductIn', components: { ViewDialog, AddDialog, crudOperation, rrOperation, udOperation, pagination }, cruds() { return CRUD({ @@ -292,7 +292,7 @@ export default { buttonChange(currentRow) { if (currentRow !== null) { this.currentRow = currentRow - if (currentRow.bill_status === '10' || currentRow.bill_status === '20' ) { + if (currentRow.bill_status === '10' || currentRow.bill_status === '20') { this.confirm_flag = false } else { this.confirm_flag = true