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 = [];