From 74cea98572cf63355ad7e368abf2ef9d766cb94c Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 21 Nov 2025 10:43:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=89=E8=8A=AF=E6=88=90=E5=93=81?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E6=B7=BB=E5=8A=A0=E5=87=A0=E4=B8=AA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem.vue | 77 ++++++++++------------------------ src/views/inm/mioitem_form.vue | 40 ++++++++++++------ 2 files changed, 49 insertions(+), 68 deletions(-) diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue index 2fe39eee..8c1e8693 100644 --- a/src/views/inm/mioitem.vue +++ b/src/views/inm/mioitem.vue @@ -11,25 +11,15 @@ 打印 - {{ - mioObj.number - }} - {{ - typeDict[mioObj.type] - }} - {{ - stateDict[mioObj.state] - }} - {{ - mioObj.belong_dept_name - }}-{{ mioObj.mgroup_name }} + {{mioObj.number}} + {{typeDict[mioObj.type]}} + {{stateDict[mioObj.state]}} + {{mioObj.belong_dept_name}}-{{ mioObj.mgroup_name }} {{mioObj.do_user_name}} {{mioObj.mio_user_name}} - {{ - mioObj.create_time - }} + {{mioObj.create_time}} - - + + @@ -118,52 +102,35 @@ {{scope.row.count}} + + + + + - + - - + - @@ -176,6 +178,16 @@ + + + + + + + + + + 获取编号 @@ -200,12 +212,9 @@ style="margin-bottom: 8px" > - {{ item.name - }}|{{ item.model }}|{{ item.specification }} + {{ item.name}} + |{{ item.model }} + |{{ item.specification }} - {{ - itemx.batch - }} + {{itemx.batch}} {{ itemx.count }} + ">{{ itemx.count }} @@ -312,6 +317,7 @@ export default { mioitemw:[], wprList:[], prefix:'', + count_send_yp:0, project_code:'', digitNum:null, mtype:null, @@ -664,6 +670,14 @@ export default { } } }, + countChangegx(tip){ + let that = this; + if(tip=='1'){ + that.count_send_yp = Number(that.form.count) - Number(that.form.count_send); + }else{ + that.form.count = Number(that.form.count_send) + Number(that.count_send_yp); + } + }, firstNumberChange(){ let that = this; that.mioitemw = [];