Browse Source

bug修改

linbl 6 months ago
parent
commit
edc24f88ee
2 changed files with 11 additions and 5 deletions
  1. 10 4
      sa-frame/menu-list-sp.js
  2. 1 1
      sa-view/tb-group/tb-group-list.html

+ 10 - 4
sa-frame/menu-list-sp.js

@@ -706,17 +706,23 @@ window.menuList.unshift({
 								isShow: false
 							},
 							{
+								id: 'bank-info',
+								name: '银行回执',
+								isShow: false
+							},
+							{
 								id: 'tb-order-deduction',
 								name: '订单补扣款',
 								isShow: false
 							},
 						]
 					},
-					{
+					/*{
 						id: 'bank-info',
 						name: '银行回执',
 						url: 'sa-view/bank-info/bank-info-list.html',
-						childList: [{
+						childList: [
+							{
 								id: 'bank-info-add',
 								name: '',
 								isShow: false
@@ -732,7 +738,7 @@ window.menuList.unshift({
 								isShow: false
 							},
 						]
-					},
+					},*/
 					{
 						id: 'tb-import-order',
 						name: '进口申报单',
@@ -944,4 +950,4 @@ window.menuList.unshift({
 		]
 	}
 
-);
+);

+ 1 - 1
sa-view/tb-group/tb-group-list.html

@@ -31,7 +31,7 @@
 					</div>
 					<div class="c-item">
 						<label class="c-label">名称:</label>
-						<el-input size="mini" v-model="p.name"></el-input>
+						<el-input size="mini" v-model="p.orgName"></el-input>
 					</div>
 					<div class="c-item" style="min-width: 0px;">
 						<el-button size="mini" type="primary" icon="el-icon-search" @click="p.pageNo = 1; f5()">查询</el-button>