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