From 55c4ff30d5ffbe0de51aa92cff306d7bccb3c2f7 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Wed, 29 Dec 2021 16:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=9C=E5=8F=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=88=B6=E7=BA=A7ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 5d73783..336bb4b 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -879,25 +879,25 @@ export default { this.goodsShelfTotalData = this.systemInputGoodsShelf let parentId = '' if(type == '普通凭证箱'){ - parentId = '0,3' + parentId = '287,3' } if(type == '系统'){ - parentId = '0,5' + parentId = '287,5' } }else if(type == '身份证扫描仪' || type == '验钞机' || type == '资料' || type == '重要空白凭证箱'){ this.goodsShelfTotalData = this.auditGoodsShelf let parentId = '' if(type == '重要空白凭证箱'){ - parentId = '0,2' + parentId = '287,2' } if(type == '资料'){ - parentId = '0,11' + parentId = '287,11' } if(type == '验钞机'){ - parentId = '0,9' + parentId = '287,9' } if(type == '身份证扫描仪'){ - parentId = '0,7' + parentId = '287,7' } let param= { parentId: parentId @@ -906,18 +906,18 @@ export default { this.goodsShelfTotalData = this.printoutGoodsShelf let parentId = '' if(type == '打印机'){ - parentId = '0,10' + parentId = '287,10' } if(type == '客户签字'){ - parentId = '0,12' + parentId = '287,12' } if(type == '印章盒'){ - parentId = '0,8' + parentId = '287,8' } }else if(type == '钱箱'){ this.goodsShelfTotalData = this.cashboxGoodsShelf; let param= { - parentId: '0,1' + parentId: '287,1' } getOperation(param).then((data)=> { if (data.data.status == 200) { @@ -1170,7 +1170,7 @@ export default { let formList = [] let ruleReqs = sessionStorage.getItem('ruleReqs') if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} - for (var i=0;i