From b435f9ed10ca8fe6039e95adf3ac2e95a6536afd Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 17 Dec 2024 10:27:19 +0800 Subject: [PATCH 1/8] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=88=86=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/check_drawer.vue | 107 ++++ src/views/wpm_bx/check_form.vue | 743 +++++++++++++++++++++++++++ src/views/wpm_bx/handover.vue | 450 ++++++++++++++++ src/views/wpm_bx/handover_form.vue | 616 ++++++++++++++++++++++ src/views/wpm_bx/inm.vue | 387 ++++++++++++++ src/views/wpm_bx/inm_record.vue | 506 ++++++++++++++++++ src/views/wpm_bx/inm_record_form.vue | 302 +++++++++++ src/views/wpm_bx/mlog_bx.vue | 116 +++++ src/views/wpm_bx/mlog_detail.vue | 730 ++++++++++++++++++++++++++ src/views/wpm_bx/mlog_form.vue | 425 +++++++++++++++ src/views/wpm_bx/mlogb_check.vue | 445 ++++++++++++++++ src/views/wpm_bx/mlogb_form.vue | 201 ++++++++ src/views/wpm_bx/mlogs.vue | 386 ++++++++++++++ src/views/wpm_bx/mtask.vue | 227 ++++++++ src/views/wpm_bx/mtask_deliver.vue | 213 ++++++++ src/views/wpm_bx/print.vue | 140 +++++ 16 files changed, 5994 insertions(+) create mode 100644 src/views/wpm_bx/check_drawer.vue create mode 100644 src/views/wpm_bx/check_form.vue create mode 100644 src/views/wpm_bx/handover.vue create mode 100644 src/views/wpm_bx/handover_form.vue create mode 100644 src/views/wpm_bx/inm.vue create mode 100644 src/views/wpm_bx/inm_record.vue create mode 100644 src/views/wpm_bx/inm_record_form.vue create mode 100644 src/views/wpm_bx/mlog_bx.vue create mode 100644 src/views/wpm_bx/mlog_detail.vue create mode 100644 src/views/wpm_bx/mlog_form.vue create mode 100644 src/views/wpm_bx/mlogb_check.vue create mode 100644 src/views/wpm_bx/mlogb_form.vue create mode 100644 src/views/wpm_bx/mlogs.vue create mode 100644 src/views/wpm_bx/mtask.vue create mode 100644 src/views/wpm_bx/mtask_deliver.vue create mode 100644 src/views/wpm_bx/print.vue diff --git a/src/views/wpm_bx/check_drawer.vue b/src/views/wpm_bx/check_drawer.vue new file mode 100644 index 00000000..e29a9233 --- /dev/null +++ b/src/views/wpm_bx/check_drawer.vue @@ -0,0 +1,107 @@ + + diff --git a/src/views/wpm_bx/check_form.vue b/src/views/wpm_bx/check_form.vue new file mode 100644 index 00000000..27426bf1 --- /dev/null +++ b/src/views/wpm_bx/check_form.vue @@ -0,0 +1,743 @@ + + + + diff --git a/src/views/wpm_bx/handover.vue b/src/views/wpm_bx/handover.vue new file mode 100644 index 00000000..9b7da4f9 --- /dev/null +++ b/src/views/wpm_bx/handover.vue @@ -0,0 +1,450 @@ + + + diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue new file mode 100644 index 00000000..a2cb92c3 --- /dev/null +++ b/src/views/wpm_bx/handover_form.vue @@ -0,0 +1,616 @@ + + + diff --git a/src/views/wpm_bx/inm.vue b/src/views/wpm_bx/inm.vue new file mode 100644 index 00000000..fd48c6ea --- /dev/null +++ b/src/views/wpm_bx/inm.vue @@ -0,0 +1,387 @@ + + + diff --git a/src/views/wpm_bx/inm_record.vue b/src/views/wpm_bx/inm_record.vue new file mode 100644 index 00000000..508be431 --- /dev/null +++ b/src/views/wpm_bx/inm_record.vue @@ -0,0 +1,506 @@ + + diff --git a/src/views/wpm_bx/inm_record_form.vue b/src/views/wpm_bx/inm_record_form.vue new file mode 100644 index 00000000..8b2236e0 --- /dev/null +++ b/src/views/wpm_bx/inm_record_form.vue @@ -0,0 +1,302 @@ + + + diff --git a/src/views/wpm_bx/mlog_bx.vue b/src/views/wpm_bx/mlog_bx.vue new file mode 100644 index 00000000..281fe1d7 --- /dev/null +++ b/src/views/wpm_bx/mlog_bx.vue @@ -0,0 +1,116 @@ + + + diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue new file mode 100644 index 00000000..4be32377 --- /dev/null +++ b/src/views/wpm_bx/mlog_detail.vue @@ -0,0 +1,730 @@ + + + + diff --git a/src/views/wpm_bx/mlog_form.vue b/src/views/wpm_bx/mlog_form.vue new file mode 100644 index 00000000..87c6030e --- /dev/null +++ b/src/views/wpm_bx/mlog_form.vue @@ -0,0 +1,425 @@ + + + + + diff --git a/src/views/wpm_bx/mlogb_check.vue b/src/views/wpm_bx/mlogb_check.vue new file mode 100644 index 00000000..04fdc151 --- /dev/null +++ b/src/views/wpm_bx/mlogb_check.vue @@ -0,0 +1,445 @@ + + + + + diff --git a/src/views/wpm_bx/mlogb_form.vue b/src/views/wpm_bx/mlogb_form.vue new file mode 100644 index 00000000..d2700323 --- /dev/null +++ b/src/views/wpm_bx/mlogb_form.vue @@ -0,0 +1,201 @@ + + + + + diff --git a/src/views/wpm_bx/mlogs.vue b/src/views/wpm_bx/mlogs.vue new file mode 100644 index 00000000..53ab5740 --- /dev/null +++ b/src/views/wpm_bx/mlogs.vue @@ -0,0 +1,386 @@ + + + diff --git a/src/views/wpm_bx/mtask.vue b/src/views/wpm_bx/mtask.vue new file mode 100644 index 00000000..469cd07e --- /dev/null +++ b/src/views/wpm_bx/mtask.vue @@ -0,0 +1,227 @@ + + + diff --git a/src/views/wpm_bx/mtask_deliver.vue b/src/views/wpm_bx/mtask_deliver.vue new file mode 100644 index 00000000..2a814cda --- /dev/null +++ b/src/views/wpm_bx/mtask_deliver.vue @@ -0,0 +1,213 @@ + + + + diff --git a/src/views/wpm_bx/print.vue b/src/views/wpm_bx/print.vue new file mode 100644 index 00000000..fa52432f --- /dev/null +++ b/src/views/wpm_bx/print.vue @@ -0,0 +1,140 @@ + + + From ce57e0c5e137857faa1436c981b3af206127ccee Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 17 Dec 2024 10:28:41 +0800 Subject: [PATCH 2/8] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover.vue | 34 ++++++++++------------------------ src/views/wpm_gx/inm.vue | 18 ++++-------------- src/views/wpm_gx/mtask.vue | 16 ++-------------- 3 files changed, 16 insertions(+), 52 deletions(-) diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue index 9b7da4f9..cb05fae0 100644 --- a/src/views/wpm_gx/handover.vue +++ b/src/views/wpm_gx/handover.vue @@ -14,7 +14,7 @@ icon="el-icon-plus" @click="table_add(20)" v-auth="'handover.create'" - v-if="mgroup_name!=='切片'&&mgroup_name!=='拉单丝'&&mgroup_name!=='一次复丝'&&mgroup_name!=='二次复丝'&&mgroup_name!=='切丝排版'" + v-if="mgroupName!=='切片'&&mgroupName!=='拉单丝'&&mgroupName!=='一次复丝'&&mgroupName!=='二次复丝'&&mgroupName!=='切丝排版'" >返工 检验 @@ -104,7 +104,7 @@ - - + +