linbl 1 ماه پیش
والد
کامیت
999e9db821

+ 3 - 3
login.html

@@ -2,7 +2,7 @@
 <html lang="zh">
 	<head>
 		<meta charset="utf-8">
-		<title>登录</title>
+		<title>智慧边民互市交易服务平台</title>
 		<meta name="description" content="particles.js is a lightweight JavaScript library for creating particles.">
 		<meta name="author" content="Vincent Garreau" />
 		<meta name="viewport"
@@ -190,8 +190,8 @@
 
 			// 所有参考属性
 			var page_title = '智慧边民互市交易服务平台'; // 页面标题
-			var key = 'admin'; // 默认的账号
-			var password = 'admin123'; // 默认的password   fdsg@3,;27Rf
+			var key = ''; // 默认的账号
+			var password = ''; // 默认的password   fdsg@3,;27Rf
 			var logo = 'sa-frame/admin-logo.png'; // logo地址,为空字符串则不显示
 			var codeKey = '';
 			var pKey = '';

+ 298 - 299
sa-frame/menu-list-sp.js

@@ -7,11 +7,11 @@ window.menuList.unshift({
 		isShow: false, // 隐藏显示
 		info: '身份相关权限,不显示在菜单上',
 		childList: [{
-			id: '1',
-			name: '身份-超管',
-			info: '最高权限,超管身份的代表(请谨慎授权)',
-			isShow: false
-		},
+				id: '1',
+				name: '身份-超管',
+				info: '最高权限,超管身份的代表(请谨慎授权)',
+				isShow: false
+			},
 			{
 				id: '11',
 				name: '身份-普通账号',
@@ -32,11 +32,11 @@ window.menuList.unshift({
 		info: '对本系统的各种监控',
 		parent: true,
 		childList: [{
-			id: 'sql-console',
-			name: 'SQL监控台',
-			url: 'sa-view-sp/sp-console/sql-console.html',
-			info: 'sql控制台'
-		},
+				id: 'sql-console',
+				name: 'SQL监控台',
+				url: 'sa-view-sp/sp-console/sql-console.html',
+				info: 'sql控制台'
+			},
 			{
 				id: 'redis-console',
 				name: 'Redis控制台',
@@ -62,22 +62,22 @@ window.menuList.unshift({
 		icon: 'el-icon-unlock',
 		info: '对系统角色权限的分配等设计,敏感度较高,请谨慎授权',
 		childList: [{
-			id: 'admin-list',
-			name: '用户列表',
-			url: 'sa-view-sp/sp-admin/admin-list.html',
-			info: '所有管理员账号'
-		}, {
-			id: 'role-list',
-			name: '角色列表',
-			url: 'sa-view-sp/sp-role/role-list.html',
-			info: '管理系统各种角色',
-			childList: [{
-				id: 'role-add',
-				name: '添加角色',
-				info: '添加角色的权限',
-				isShow: false
-			}]
-		},
+				id: 'admin-list',
+				name: '用户列表',
+				url: 'sa-view-sp/sp-admin/admin-list.html',
+				info: '所有管理员账号'
+			}, {
+				id: 'role-list',
+				name: '角色列表',
+				url: 'sa-view-sp/sp-role/role-list.html',
+				info: '管理系统各种角色',
+				childList: [{
+					id: 'role-add',
+					name: '添加角色',
+					info: '添加角色的权限',
+					isShow: false
+				}]
+			},
 			{
 				id: 'menu-list',
 				name: '菜单列表',
@@ -117,10 +117,10 @@ window.menuList.unshift({
 				name: '隐私政策&协议',
 				url: 'sa-view/tb-agreement/tb-agreement-list.html',
 				childList: [{
-					id: 'tb-agreement-add',
-					name: '协议表添加',
-					isShow: true
-				},
+						id: 'tb-agreement-add',
+						name: '协议表添加',
+						isShow: true
+					},
 					{
 						id: 'tb-agreement-edit',
 						name: '协议表更新',
@@ -158,37 +158,37 @@ window.menuList.unshift({
 				icon: 'el-icon-school',
 				parent: true,
 				childList: [{
-					id: 'tb-trade-area',
-					icon: 'el-icon-s-management',
-					name: '场所管理',
-					url: 'sa-view/tb-trade-area/tb-trade-area-list.html',
-					childList: [{
-						id: 'tb-trade-area-add',
-						name: '添加场所',
-						isShow: false
+						id: 'tb-trade-area',
+						icon: 'el-icon-s-management',
+						name: '场所管理',
+						url: 'sa-view/tb-trade-area/tb-trade-area-list.html',
+						childList: [{
+								id: 'tb-trade-area-add',
+								name: '添加场所',
+								isShow: false
+							},
+							{
+								id: 'tb-trade-area-edit',
+								name: '更新场所',
+								isShow: false
+							},
+							{
+								id: 'tb-trade-area-del',
+								name: '删除场所',
+								isShow: false
+							},
+						]
 					},
-						{
-							id: 'tb-trade-area-edit',
-							name: '更新场所',
-							isShow: false
-						},
-						{
-							id: 'tb-trade-area-del',
-							name: '删除场所',
-							isShow: false
-						},
-					]
-				},
 					{
 						id: 'tb-group',
 						icon: 'el-icon-s-data',
 						name: '互助组管理',
 						url: 'sa-view/tb-group/tb-group-list.html',
 						childList: [{
-							id: 'tb-group-add',
-							name: '互助组添加',
-							isShow: false
-						},
+								id: 'tb-group-add',
+								name: '互助组添加',
+								isShow: false
+							},
 							{
 								id: 'tb-group-edit',
 								name: '互助组更新',
@@ -212,10 +212,10 @@ window.menuList.unshift({
 						name: '边民管理',
 						url: 'sa-view/tb-people/tb-people-list.html',
 						childList: [{
-							id: 'tb-people-add',
-							name: '边民添加',
-							isShow: false
-						},
+								id: 'tb-people-add',
+								name: '边民添加',
+								isShow: false
+							},
 							{
 								id: 'tb-people-bind-shop',
 								name: '绑定店铺',
@@ -239,10 +239,10 @@ window.menuList.unshift({
 						name: '商铺管理',
 						url: 'sa-view/tb-shop/tb-shop-list.html',
 						childList: [{
-							id: 'tb-shop-add',
-							name: '商铺添加',
-							isShow: false
-						},
+								id: 'tb-shop-add',
+								name: '商铺添加',
+								isShow: false
+							},
 							{
 								id: 'tb-shop-edit',
 								name: '商铺更新',
@@ -263,10 +263,10 @@ window.menuList.unshift({
 						icon:'el-icon-smoking',
 						url: 'sa-view/tb-goods-units/tb-goods-units-list.html',
 						childList: [{
-							id: 'tb-goods-units-add',
-							name: '计价单位添加',
-							isShow: false
-						},
+								id: 'tb-goods-units-add',
+								name: '计价单位添加',
+								isShow: false
+							},
 							{
 								id: 'tb-goods-units-edit',
 								name: '计价单位更新',
@@ -285,10 +285,10 @@ window.menuList.unshift({
 						icon:'el-icon-notebook-2',
 						url: 'sa-view/tb-goods-type/tb-goods-type-list.html',
 						childList: [{
-							id: 'tb-goods-type-add',
-							name: '商品分类添加',
-							isShow: true
-						},
+								id: 'tb-goods-type-add',
+								name: '商品分类添加',
+								isShow: true
+							},
 							{
 								id: 'tb-goods-type-edit',
 								name: '商品分类更新',
@@ -307,10 +307,10 @@ window.menuList.unshift({
 						icon:'el-icon-grape',
 						url: 'sa-view/tb-goods/tb-goods-list.html',
 						childList: [{
-							id: 'tb-goods-add',
-							name: '商品添加',
-							isShow: false
-						},
+								id: 'tb-goods-add',
+								name: '商品添加',
+								isShow: false
+							},
 							{
 								id: 'tb-goods-edit',
 								name: '商品更新',
@@ -330,10 +330,10 @@ window.menuList.unshift({
 						name: '合作社',
 						url: 'sa-view/tb-cooperative/tb-cooperative-list.html',
 						childList: [{
-							id: 'tb-cooperative-add',
-							name: '添加合作社',
-							isShow: false
-						},
+								id: 'tb-cooperative-add',
+								name: '添加合作社',
+								isShow: false
+							},
 							{
 								id: 'tb-cooperative-edit',
 								name: '更新合作社',
@@ -354,27 +354,27 @@ window.menuList.unshift({
 				parent: true,
 				icon: 'el-icon-office-building',
 				childList: [{
-					id: 'tb-purchaser',
-					icon: 'el-icon-film',
-					name: '企业收购商',
-					url: 'sa-view/tb-purchaser/tb-purchaser-list.html',
-					childList: [{
-						id: 'tb-purchaser-add',
-						name: '收购商添加',
-						isShow: false
+						id: 'tb-purchaser',
+						icon: 'el-icon-film',
+						name: '企业收购商',
+						url: 'sa-view/tb-purchaser/tb-purchaser-list.html',
+						childList: [{
+								id: 'tb-purchaser-add',
+								name: '收购商添加',
+								isShow: false
+							},
+							{
+								id: 'tb-purchaser-edit',
+								name: '收购商更新',
+								isShow: false
+							},
+							{
+								id: 'tb-purchaser-del',
+								name: '收购商删除',
+								isShow: false
+							},
+						]
 					},
-						{
-							id: 'tb-purchaser-edit',
-							name: '收购商更新',
-							isShow: false
-						},
-						{
-							id: 'tb-purchaser-del',
-							name: '收购商删除',
-							isShow: false
-						},
-					]
-				},
 					{
 						id: 'tb-purchaser-judge',
 						icon: 'el-icon-s-check',
@@ -391,10 +391,10 @@ window.menuList.unshift({
 						name: '个人收购商',
 						url: 'sa-view/tb-purchaser-personal/tb-purchaser-personal-list.html',
 						childList: [{
-							id: 'tb-purchaser-add',
-							name: '收购商添加',
-							isShow: false
-						},
+								id: 'tb-purchaser-add',
+								name: '收购商添加',
+								isShow: false
+							},
 							{
 								id: 'tb-purchaser-edit',
 								name: '收购商更新',
@@ -424,10 +424,10 @@ window.menuList.unshift({
 						name: '个体户(开票)',
 						url: 'sa-view/tb-people-tax-account/tb-people-tax-account-list.html',
 						childList: [{
-							id: 'tb-people-tax-account-add',
-							name: '个体户(开票)添加',
-							isShow: false
-						},
+								id: 'tb-people-tax-account-add',
+								name: '个体户(开票)添加',
+								isShow: false
+							},
 							{
 								id: 'tb-people-tax-account-edit',
 								name: '个体户(开票)更新',
@@ -452,37 +452,37 @@ window.menuList.unshift({
 		icon: 'el-icon-mobile-phone',
 		parent: true,
 		childList: [{
-			id: 'app-menu',
-			icon: 'el-icon-s-operation',
-			name: '菜单管理',
-			url: 'sa-view/app-menu/app-menu-list.html',
-			childList: [{
-				id: 'app-menu-add',
-				name: 'app菜单管理添加',
-				isShow: false
+				id: 'app-menu',
+				icon: 'el-icon-s-operation',
+				name: '菜单管理',
+				url: 'sa-view/app-menu/app-menu-list.html',
+				childList: [{
+						id: 'app-menu-add',
+						name: 'app菜单管理添加',
+						isShow: false
+					},
+					{
+						id: 'app-menu-edit',
+						name: 'app菜单管理更新',
+						isShow: false
+					},
+					{
+						id: 'app-menu-del',
+						name: 'app菜单管理删除',
+						isShow: false
+					},
+				]
 			},
-				{
-					id: 'app-menu-edit',
-					name: 'app菜单管理更新',
-					isShow: false
-				},
-				{
-					id: 'app-menu-del',
-					name: 'app菜单管理删除',
-					isShow: false
-				},
-			]
-		},
 			{
 				id: 'app-role',
 				icon: 'el-icon-postcard',
 				name: '角色管理',
 				url: 'sa-view/app-role/app-role-list.html',
 				childList: [{
-					id: 'app-role-add',
-					name: '添加',
-					isShow: false
-				},
+						id: 'app-role-add',
+						name: '添加',
+						isShow: false
+					},
 					{
 						id: 'app-role-edit',
 						name: '更新',
@@ -501,10 +501,10 @@ window.menuList.unshift({
 				name: '账号管理',
 				url: 'sa-view/app-user/app-user-list.html',
 				childList: [{
-					id: 'app-user-add',
-					name: '添加',
-					isShow: false
-				},
+						id: 'app-user-add',
+						name: '添加',
+						isShow: false
+					},
 					{
 						id: 'app-user-edit',
 						name: '更新',
@@ -523,10 +523,10 @@ window.menuList.unshift({
 				icon: 'el-icon-apple',
 				url: 'sa-view/tb-app/tb-app-list.html',
 				childList: [{
-					id: 'tb-app-add',
-					name: 'APK管理添加',
-					isShow: false
-				},
+						id: 'tb-app-add',
+						name: 'APK管理添加',
+						isShow: false
+					},
 					{
 						id: 'tb-app-edit',
 						name: 'APK管理更新',
@@ -545,10 +545,10 @@ window.menuList.unshift({
 				icon:'el-icon-document',
 				url: 'sa-view/tb-port-news/tb-port-news-list.html',
 				childList: [{
-					id: 'tb-port-news-add',
-					name: '口岸资讯添加',
-					isShow: true
-				},
+						id: 'tb-port-news-add',
+						name: '口岸资讯添加',
+						isShow: true
+					},
 					{
 						id: 'tb-port-news-edit',
 						name: '口岸资讯更新',
@@ -567,10 +567,10 @@ window.menuList.unshift({
 				icon: 'el-icon-receiving',
 				url: 'sa-view/tb-message/tb-message-list.html',
 				childList: [{
-					id: 'tb-message-add',
-					name: '通知消息添加',
-					isShow: false
-				},
+						id: 'tb-message-add',
+						name: '通知消息添加',
+						isShow: false
+					},
 					{
 						id: 'tb-message-edit',
 						name: '通知消息更新',
@@ -583,17 +583,17 @@ window.menuList.unshift({
 					},
 				]
 			},
-
+			
 			{
 				id: 'tb-banner',
 				name: '轮播图',
 				icon:'el-icon-picture-outline',
 				url: 'sa-view/tb-banner/tb-banner-list.html',
 				childList: [{
-					id: 'tb-banner-add',
-					name: '轮播图添加',
-					isShow: true
-				},
+						id: 'tb-banner-add',
+						name: '轮播图添加',
+						isShow: true
+					},
 					{
 						id: 'tb-banner-edit',
 						name: '轮播图更新',
@@ -623,13 +623,12 @@ window.menuList.unshift({
 		name: '交易管理',
 		parent: true,
 		icon: 'el-icon-s-unfold',
-		childList: [
-			{
-			id: 'level-one-market',
-			icon: 'el-icon-school',
-			name: '一级市场',
-			parent: true,
-			childList: [
+		childList: [{
+				id: 'level-one-market',
+				icon: 'el-icon-school',
+				name: '一级市场',
+				parent: true,
+				childList: [
 				
 					{
 						id: 'level-order',
@@ -637,38 +636,42 @@ window.menuList.unshift({
 						icon: 'el-icon-s-operation',
 						parent: true,
 						childList: [{
-							id: 'ht-trade-settlement',
-							name: '进境结算单',
-							icon: 'el-icon-s-home',
-							url: 'sa-view/ht-trade-settlement/ht-trade-settlement-list.html',
-							childList: [
-								{
-									id: 'ht-trade-settlement-edit',
-									name: '修改订单',
-									isShow: false
-								},
-								{
-									id: 'tb-order-edit-price',
-									name: '修改上架金额',
-									isShow: false
-								},
-								{
-									id: 'ht-trade-settlement-hzsconfirm',
-									name: '互助社确认',
-									isShow: false
-								},
-							]
-						},
+								id: 'ht-trade-settlement',
+								name: '进境结算单',
+								icon: 'el-icon-s-home',
+								url: 'sa-view/ht-trade-settlement/ht-trade-settlement-list.html',
+								childList: [{
+										id: 'ht-trade-settlement-add',
+										name: '添加订单',
+										isShow: false
+									},
+									{
+										id: 'ht-trade-settlement-edit',
+										name: '修改订单',
+										isShow: false
+									},
+									{
+										id: 'tb-order-edit-price',
+										name: '修改上架金额',
+										isShow: false
+									},
+									{
+										id: 'ht-trade-settlement-hzsconfirm',
+										name: '互助社确认',
+										isShow: false
+									},
+								]
+							},
 							{
 								id: 'tb-order',
 								name: '边民购买订单',
 								icon: 'el-icon-s-custom',
 								url: 'sa-view/tb-order/tb-order-list.html',
 								childList: [{
-									id: 'tb-order-edit',
-									name: '修改订单',
-									isShow: false
-								},
+										id: 'tb-order-edit',
+										name: '修改订单',
+										isShow: false
+									},
 									{
 										id: 'tb-order-del',
 										name: '删除订单',
@@ -693,11 +696,12 @@ window.menuList.unshift({
 										id: 'tb-order-sendCXB001',
 										name: '推送结关',
 										isShow: false
-									},{
-										id: 'tb-order-refund',
-										name: '退款',
-										isShow: false
 									},
+									{
+									id: 'tb-order-refund',
+									name: '退款',
+									isShow: false
+								},
 								]
 							},
 							{
@@ -706,10 +710,10 @@ window.menuList.unshift({
 								icon: 'el-icon-s-unfold',
 								url: 'sa-view/tb-import-order/tb-import-order-list.html',
 								childList: [{
-									id: 'tb-import-order-add',
-									name: '订单添加',
-									isShow: false
-								},
+										id: 'tb-import-order-add',
+										name: '订单添加',
+										isShow: false
+									},
 									{
 										id: 'tb-import-order-edit',
 										name: '订单更新',
@@ -725,23 +729,23 @@ window.menuList.unshift({
 						]
 					},
 				{
-				id: 'listing-manage',
-				name: '上架管理',
-				icon: 'el-icon-shopping-cart-full',
-				parent: true,
-				childList: [{
-					id: 'listing-management',
-					name: '整车订单',
-					icon: 'el-icon-notebook-2',
-					url: 'sa-view/listing-management/listing-management.html',
-					childList: [{
-						id: 'tb-order-edit-price',
-						name: '修改上架金额',
-						isShow: false
-					}]
-				}]
-			},
-				{
+						id: 'listing-manage',
+						name: '上架管理',
+						icon: 'el-icon-shopping-cart-full',
+						parent: true,
+						childList: [{
+							id: 'listing-management',
+							name: '整车订单',
+							icon: 'el-icon-notebook-2',
+							url: 'sa-view/listing-management/listing-management.html',
+							childList: [{
+								id: 'tb-order-edit-price',
+								name: '修改上架金额',
+								isShow: false
+							}]
+						}]
+					},
+					{
 					id: 'tb-wallet-manager',
 					name: '服务点管理',
 					parent: true,
@@ -754,12 +758,6 @@ window.menuList.unshift({
 							icon:'el-icon-collection'
 						},
 						{
-							id: 'tb-wallet-topup-fail',
-							name: '未支付记录',
-							url: 'sa-view/tb-wallet-topup/tb-wallet-topup-fail.html',
-							icon:'el-icon-collection'
-						},
-						{
 							id: 'tb-wallet-record',
 							name: '扣除记录',
 							url: 'sa-view/tb-wallet-record/tb-wallet-record-list.html',
@@ -773,53 +771,54 @@ window.menuList.unshift({
 						},
 					]
 				},
-				{
-					id: 'returns-chargebacks-list',
-					name: '退运/单管理',
-					parent: true,
-					icon: 'el-icon-position',
-					childList: [{
-						id: 'ht-returns-settlement',
-						name: '退运订单',
-						icon: 'el-icon-c-scale-to-original',
-						url: 'sa-view/ht-settlement-error/ht-trade-returns-list.html'
-					},
-						{
-							id: 'ht-chargebacks-settlement',
-							name: '退单订单',
-							icon: 'el-icon-date',
-							url: 'sa-view/ht-settlement-error/ht-trade-chargebacks-list.html'
-						},
 
-					]
-				},
-			]
-		},
+					{
+						id: 'returns-chargebacks-list',
+						name: '退运/单管理',
+						parent: true,
+						icon: 'el-icon-position',
+						childList: [{
+								id: 'ht-returns-settlement',
+								name: '退运订单',
+								icon: 'el-icon-c-scale-to-original',
+								url: 'sa-view/ht-settlement-error/ht-trade-returns-list.html'
+							},
+							{
+								id: 'ht-chargebacks-settlement',
+								name: '退单订单',
+								icon: 'el-icon-date',
+								url: 'sa-view/ht-settlement-error/ht-trade-chargebacks-list.html'
+							},
+
+						]
+					},
+				]
+			},
 			{
 				id: 'order-list',
 				name: '二级市场',
 				parent: true,
 				icon: 'el-icon-office-building',
 				childList: [{
-					id: 'tb-import-order-judge',
-					name: '互助委托协议审核',
-					url: 'sa-view/tb-import-order/tb-import-order-judge.html',
-					childList: [{
-						id: 'tb-import-order-do-judge',
-						name: '审核',
-						isShow: false
-					}, ]
-				},
+						id: 'tb-import-order-judge',
+						name: '互助委托协议审核',
+						url: 'sa-view/tb-import-order/tb-import-order-judge.html',
+						childList: [{
+							id: 'tb-import-order-do-judge',
+							name: '审核',
+							isShow: false
+						}, ]
+					},
 					{
 						id: 'tb-orders',
 						name: '订单管理',
 						icon: 'el-icon-document-copy',
 						url: 'sa-view/tb-orders/tb-orders-list.html',
 						childList: [{
-							id: 'tb-orders-add',
-							name: '添加订单',
-							isShow: false
-						},
+								id: 'tb-orders-add',
+								name: '添加订单',
+								isShow: false
+							},
 							{
 								id: 'tb-orders-edit',
 								name: '修改订单',
@@ -846,37 +845,37 @@ window.menuList.unshift({
 		parent: true,
 		icon: 'el-icon-s-grid',
 		childList: [{
-			id: 'tb-driver',
-			icon: 'el-icon-s-custom',
-			name: '司机管理',
-			url: 'sa-view/tb-driver/tb-driver-list.html',
-			childList: [{
-				id: 'tb-driver-add',
-				name: '司机添加',
-				isShow: true
+				id: 'tb-driver',
+				icon: 'el-icon-s-custom',
+				name: '司机管理',
+				url: 'sa-view/tb-driver/tb-driver-list.html',
+				childList: [{
+						id: 'tb-driver-add',
+						name: '司机添加',
+						isShow: true
+					},
+					{
+						id: 'tb-driver-edit',
+						name: '司机更新',
+						isShow: true
+					},
+					{
+						id: 'tb-driver-del',
+						name: '司机删除',
+						isShow: true
+					},
+				]
 			},
-				{
-					id: 'tb-driver-edit',
-					name: '司机更新',
-					isShow: true
-				},
-				{
-					id: 'tb-driver-del',
-					name: '司机删除',
-					isShow: true
-				},
-			]
-		},
 			{
 				id: 'tb-vehicle',
 				icon: 'el-icon-s-check',
 				name: '车辆管理',
 				url: 'sa-view/tb-vehicle/tb-vehicle-list.html',
 				childList: [{
-					id: 'tb-vehicle-add',
-					name: '车辆添加',
-					isShow: true
-				},
+						id: 'tb-vehicle-add',
+						name: '车辆添加',
+						isShow: true
+					},
 					{
 						id: 'tb-vehicle-edit',
 						name: '车辆更新',
@@ -896,28 +895,28 @@ window.menuList.unshift({
 		parent: true,
 		icon: 'el-icon-s-shop',
 		childList: [{
-			id: 'tb-company-list',
-			name: '收费企业',
-			icon: 'el-icon-folder-opened',
-			info: '企业管理表数据的维护',
-			url: 'sa-view/tb-company/tb-company-list.html',
-			childList: [{
-				id: 'tb-company-add',
-				name: '企业添加',
-				isShow: false
+				id: 'tb-company-list',
+				name: '收费企业',
+				icon: 'el-icon-folder-opened',
+				info: '企业管理表数据的维护',
+				url: 'sa-view/tb-company/tb-company-list.html',
+				childList: [{
+						id: 'tb-company-add',
+						name: '企业添加',
+						isShow: false
+					},
+					{
+						id: 'tb-company-edit',
+						name: '企业更新',
+						isShow: false
+					},
+					{
+						id: 'tb-company-del',
+						name: '企业删除',
+						isShow: false
+					},
+				]
 			},
-				{
-					id: 'tb-company-edit',
-					name: '企业更新',
-					isShow: false
-				},
-				{
-					id: 'tb-company-del',
-					name: '企业删除',
-					isShow: false
-				},
-			]
-		},
 			{
 				id: 'tb-fee-item-list',
 				name: '费用管理',
@@ -925,10 +924,10 @@ window.menuList.unshift({
 				info: '费项管理表数据的维护',
 				url: 'sa-view/tb-fee-item/tb-fee-item-list.html',
 				childList: [{
-					id: 'tb-fee-item-add',
-					name: '费项添加',
-					isShow: false
-				},
+						id: 'tb-fee-item-add',
+						name: '费项添加',
+						isShow: false
+					},
 					{
 						id: 'tb-fee-item-edit',
 						name: '费项更新',
@@ -951,4 +950,4 @@ window.menuList.unshift({
 		]
 	}
 
-);
+);

+ 6 - 5
sa-view/ht-trade-settlement/ht-trade-settlement-list.html

@@ -39,6 +39,10 @@
 					<sa-td name="预申报编号" prop="platSeqNo" width="160px"></sa-td>
 					<sa-td name="车牌号" prop="veNo"></sa-td>
 					<sa-td name="申报时间" prop="declTime" width="160"></sa-td>
+					<sa-td name="同步时间" prop="createTime" width="160"></sa-td>
+					<sa-td type="enum" name="互助社确认" prop="hzsConfirmStatus"
+						:jv="{1: '已确认[green]', 0: '未确认[#ff910a]'}"></sa-td>
+					<sa-td name="确认时间" prop="hzsConfirmTime" width="160"></sa-td>
 					<sa-td name="航次号" prop="voyageNo" width="160"></sa-td>
 					<sa-td name="申报人姓名" prop="declareName"></sa-td>
 					<sa-td name="商品名称" prop="goodsNames" width="160"></sa-td>
@@ -46,10 +50,7 @@
 					<sa-td name="总毛重(kg)" prop="sumGrossWt"></sa-td>
 					<sa-td name="总净重(kg)" prop="sumNetWt"></sa-td>
 					<sa-td name="商铺名称" prop="shopName" width="160"></sa-td>
-					<sa-td name="件数" prop="packNo"></sa-td>
-					<sa-td type="enum" name="互助社确认" prop="hzsConfirmStatus"
-						:jv="{1: '已确认[green]', 0: '未确认[#ff910a]'}"></sa-td>
-					<sa-td name="确认时间" prop="hzsConfirmTime" width="160"></sa-td>
+					<sa-td name="件数" prop="packNo"></sa-td>					
 					<sa-td name="申报单编号" prop="declareId" width="160px"></sa-td>
 					<sa-td name="提运单号" prop="billNo" width="160"></sa-td>
 					<el-table-column label="操作" width="280px" fixed="right" align="center">
@@ -135,7 +136,7 @@
 						let veNo = data.veNo;
 						let id = data.id;
 						sa.showIframe('按车推送结关【' + veNo + '】', 'tb-order-sendCXB001ByVeNo.html?veNo=' + veNo + '&id=' +
-							id, '1200px', '97%');
+							id, '1300px', '97%');
 					},
 				},
 				created: function() {

+ 1 - 0
sa-view/ht-trade-settlement/tb-order-sendCXB001ByVeNo.html

@@ -82,6 +82,7 @@
 							<div v-else>未确认</div>
 						</template>
 					</sa-td>
+					<sa-td name="结关时间" prop="checkTime" width="140px"></sa-td>
 					<sa-td name="创建时间" prop="createTime" width="140px"></sa-td>
 				</el-table>
 				<!-- ------------- 分页 ------------- -->

+ 3 - 3
sa-view/tb-import-order/tb-import-order-list.html

@@ -35,9 +35,9 @@
 					<sa-td name="边民" prop="peopleName" ></sa-td>
 					<!--<sa-td name="申报人身份证号" prop="ciphertextIdno" width="140px"></sa-td>-->
 					<sa-td name="车牌号" prop="veNo" ></sa-td>
-					<sa-td name="总金额" prop="gLimit" ></sa-td>
-					<sa-td name="总重重(kg)" prop="gGrossWt" ></sa-td>
-					<sa-td name="件数" prop="packNo" ></sa-td>
+					<sa-td name="总金额" prop="glimit" ></sa-td>
+					<sa-td name="总重重(kg)" prop="ggrossWt" ></sa-td>
+					<sa-td name="件数" prop="packNo" ></sa-td>
 					<sa-td name="运输批次号" prop="manifestId" width="150px"></sa-td>
 					<sa-td name="创建时间" prop="createTime" width="140px"></sa-td>
 					<el-table-column label="操作" fixed="right"  width="80px">

+ 31 - 3
sa-view/tb-order/tb-order-bank-list.html

@@ -17,18 +17,46 @@
 	<body>
 		<div class="vue-box" style="display: none;" :style="'display: block;'">
 			<div class="c-panel">
-
+				<!-- ------------- 检索参数 ------------- -->
+				<!-- <div class="c-title">检索参数</div>
+				<el-form ref="form" :model='p' @submit.native.prevent>
+					<sa-item type="text" name="主键" v-model="p.id"></sa-item>
+					<sa-item type="text" name="报文编号" v-model="p.sn"></sa-item>
+					<sa-item type="text" name="报文发送时间" v-model="p.date"></sa-item>
+					<sa-item type="text" name="互市点机构代码" v-model="p.organization"></sa-item>
+					<sa-item type="text" name="银行标识" v-model="p.bankCode"></sa-item>
+					<sa-item type="text" name="报文业务类型" v-model="p.operation"></sa-item>
+					<sa-item type="text" name="消息回执代码" v-model="p.code"></sa-item>
+					<sa-item type="text" name="订单号" v-model="p.source"></sa-item>
+					<sa-item type="text" name="扣款成功的流水单号" v-model="p.result"></sa-item>
+					<sa-item type="text" name="回执内容" v-model="p.note"></sa-item>
+					<sa-item type="text" name="创建时间" v-model="p.createTime"></sa-item>
+					<el-button type="primary" icon="el-icon-search" @click="p.pageNo = 1; f5()">查询</el-button>
+				</el-form> -->
+				<!-- <div class="fast-btn">
+					<el-button v-if="sa.isAuth('bank-info-add')" size="mini" type="primary" @click="add()">新增</el-button>
+					<el-button size="mini" type="success" @click="getBySelect()">查看</el-button>
+					<el-button size="mini" type="info" @click="sa.f5()">重置</el-button>
+				</div> -->
+				<!-- ------------- 数据列表 ------------- -->
 				<el-table class="data-table" ref="data-table" :data="dataList" >
+					<!-- <sa-td name="报文编号" prop="sn" ></sa-td> -->
 					<sa-td name="互市代码" prop="organization" ></sa-td>
 					<sa-td name="银行标识" prop="bankCode" ></sa-td>
 					<sa-td name="业务类型" prop="operation" ></sa-td>
 					<sa-td name="回执代码" prop="code" ></sa-td>
-					<sa-td name="订单号" prop="source" width="189px"></sa-td>
+					<sa-td name="订单号" prop="source" width="200px"></sa-td>
 					<sa-td name="流水单号" prop="result" ></sa-td>
 					<sa-td name="回执内容" prop="note" width="300px"></sa-td>
 					<!-- <sa-td name="报文发送时间" prop="date" width="150px"></sa-td> -->
 					<sa-td name="创建时间" prop="createTime" width="150px"></sa-td>
-
+					<!-- <el-table-column label="操作" fixed="right"  width="240px">
+						<template slot-scope="s">
+							<el-button class="c-btn" type="success" icon="el-icon-view" @click="get(s.row)">查看</el-button>
+							<el-button v-if="sa.isAuth('bank-info-edit')" class="c-btn" type="primary" icon="el-icon-edit" @click="update(s.row)">修改</el-button>
+							<el-button v-if="sa.isAuth('bank-info-del')" class="c-btn" type="danger" icon="el-icon-delete" @click="del(s.row)">删除</el-button>
+						</template>
+					</el-table-column> -->
 				</el-table>
 				<!-- ------------- 分页 ------------- -->
 				<sa-item type="page" :curr.sync="p.pageNo" :size.sync="p.pageSize" :total="dataCount" @change="f5()"></sa-item>

+ 11 - 1
sa-view/tb-order/tb-order-list.html

@@ -23,6 +23,7 @@
 				<el-form ref="form" :model='p' @submit.native.prevent>
 					<div>
 						<sa-item type="text" name="车牌号" v-model="p.veNo" width="80px"></sa-item>
+							<sa-item type="text" name="订单号" v-model="p.tradeNo" width="150px"></sa-item>
 						<sa-item type="text" name="边民" v-model="p.buyUserName" width="80px"></sa-item>
 						<sa-item name="确认状态" width="120px">
 							<el-select v-model="p.applyConfirmStatus">
@@ -31,6 +32,7 @@
 								<el-option label="已确认" value="1"></el-option>
 							</el-select>
 						</sa-item>
+						
 						<sa-item name="出卡3" width="120px">
 							<el-select v-model="p.finishStatus">
 								<el-option label="全部" value=""></el-option>
@@ -47,6 +49,13 @@
 								<el-option label="已上架" value="2"></el-option>
 							</el-select>
 						</sa-item>
+							<sa-item name="转售状态" width="120px">
+							<el-select v-model="p.resaleStatus">
+								<el-option label="全部" value=""></el-option>
+								<el-option label="未转售" value="0"></el-option>
+								<el-option label="已转售" value="1"></el-option>
+							</el-select>
+						</sa-item>
 						<sa-item name="销售状态" width="100px">
 							<el-select v-model="p.beingOrder" style="width: 120px;">
 								<el-option label="全部" value=""></el-option>
@@ -122,7 +131,7 @@
 					</sa-td>
 					<sa-td name="补扣时间" prop="deductionTime" width="140px"></sa-td>
 					<sa-td name="创建时间" prop="createTime" width="140px"></sa-td>
-
+					<sa-td name="结关时间" prop="checkTime" width="140px"></sa-td>
 					<sa-td type="enum" name="交易确认" prop="peopleConfirmStatus"
 						:jv="{1: '已确认[green]', 0: '未确认[#ff910a]'}"></sa-td>
 					<sa-td type="enum" name="委托确认" prop="cooperEntrustStatus"
@@ -215,6 +224,7 @@
 						buyUserName: '', // 买家
 						sxb010Status: '', // 商家名称
 						returns: 0,
+						resaleStatus:'',
 						chargebacks: 0,
 						pageNo: 1, // 当前页
 						pageSize: 10, // 页大小

+ 3 - 1
sa-view/tb-orders/tb-orders-list.html

@@ -66,6 +66,8 @@
 					<sa-td name="商品名称" prop="goodsName" width="160px"></sa-td>
 					<sa-td name="货主" prop="leaderName" width="100px"></sa-td>
 					<sa-td name="转售金额" prop="resalePrice" width="80px"></sa-td>
+					<sa-td name="净重" prop="netWet" width="80px"></sa-td>
+					<sa-td name="单价(元)" prop="singlePrice" width="80px"></sa-td>
 					<sa-td name="买家" prop="purchaserName" width="100px"></sa-td>
 					<sa-td name="转售时间" prop="createTime" width="140px"></sa-td>
 					<sa-td name="下单时间" prop="orderTime" width="160px"></sa-td>
@@ -87,7 +89,7 @@
 							<el-button class="c-btn" type="success" @click="get(s.row)">查看</el-button>
 							<el-button class="c-btn" type="primary" @click="getBank(s.row)">银行回执</el-button>
 							<span>
-								<el-button v-if="s.row.isPay!=1" class="c-btn" type="warning"
+								<el-button v-if="s.row.isPay!=1&&s.row.purchaserName" class="c-btn" type="warning"
 									@click="deduction(s.row)">补扣款</el-button>
 							</span>
 							<el-button class="c-btn" type="primary" @click="subPrint(s.row)">交易凭证</el-button>

+ 1 - 1
sa-view/tb-wallet-topdown/tb-wallet-topdown-list.html

@@ -20,7 +20,7 @@
 				<!-- ------------- 检索参数 ------------- -->
 				<div class="c-title">检索参数</div>
 				<el-form ref="form" :model='p' @submit.native.prevent>
-					<sa-item type="text" name="边民姓名" v-model="p.peopleName" width="8em"></sa-item>
+					<sa-item type="text" name="边民姓名" v-model="p.createName" width="8em"></sa-item>
 					<sa-item type="text" name="商户号" v-model="p.mchid" width="7em"></sa-item>
 					<el-button type="primary" icon="el-icon-search" @click="p.pageNo = 1; f5()">查询</el-button>
 					<el-button size="mini" type="info" @click="sa.f5()">重置</el-button>

+ 0 - 90
sa-view/tb-wallet-topup/tb-wallet-topup-fail.html

@@ -1,90 +0,0 @@
-<!DOCTYPE html>
-<html>
-	<head>
-		<title>服务点充值记录-列表</title>
-		<meta charset="utf-8">
-		<meta name="viewport"
-			content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
-		<!-- 所有的 css & js 资源 -->
-		<link rel="stylesheet" href="../../static/kj/element-ui/theme-chalk/index.css">
-		<link rel="stylesheet" href="../../static/sa.css">
-		<script src="../../static/kj/vue.min.js"></script>
-		<script src="../../static/kj/element-ui/index.js"></script>
-		<script src="../../static/kj/httpVueLoader.js"></script>
-		<script src="../../static/kj/jquery.min.js"></script>
-		<script src="../../static/kj/layer/layer.js"></script>
-		<script src="../../static/sa.js"></script>
-	</head>
-	<body>
-		<div class="vue-box" style="display: none;" :style="'display: block;'">
-			<div class="c-panel">
-				<!-- ------------- 检索参数 ------------- -->
-				<div class="c-title">检索参数</div>
-				<el-form ref="form" :model='p' @submit.native.prevent>
-					<sa-item type="text" name="边民姓名" v-model="p.peopleName" width="8em"></sa-item>
-					<el-button type="primary" icon="el-icon-search" @click="p.pageNo = 1; f5()">查询</el-button>
-					<el-button size="mini" type="info" @click="sa.f5()">重置</el-button>
-				</el-form>
-				<!-- ------------- 数据列表 ------------- -->
-				<div style="padding: 10px 15px;font-weight: bold;">总充值数:<span>{{sum}}</span></div>
-				<el-table class="data-table" ref="data-table" :data="dataList">
-					<sa-td type="index" name="序号"></sa-td>
-					<sa-td name="边民姓名" prop="peopleName"></sa-td>
-					<sa-td name="订单号" prop="outTradeNo" width="200"></sa-td>
-					<sa-td name="充值点数" prop="amount"></sa-td>
-					<sa-td name="充值时间" prop="topupTime" width="160"></sa-td>
-					<el-table-column label="操作" fixed="right" width="160px">
-						<template slot-scope="s">
-							<el-button class="c-btn" type="success" icon="el-icon-view"
-								@click="check(s.row)">查询状态</el-button>
-						</template>
-					</el-table-column>
-				</el-table>
-				<!-- ------------- 分页 ------------- -->
-				<sa-item type="page" :curr.sync="p.pageNo" :size.sync="p.pageSize" :total="dataCount"
-					@change="f5()"></sa-item>
-			</div>
-		</div>
-		<script>
-			var app = new Vue({
-				components: {
-					"sa-item": httpVueLoader('../../sa-frame/com/sa-item.vue'),
-					"sa-td": httpVueLoader('../../sa-frame/com/sa-td.vue'),
-				},
-				el: '.vue-box',
-				data: {
-					p: { // 查询参数  
-						peopleName: '', // 边民姓名 
-						mchid: '', // 商户号 
-						payStatus: 3,
-						pageNo: 1, // 当前页 
-						pageSize: 10, // 页大小 
-						sortType: 0 // 排序方式 
-					},
-					dataCount: 0,
-					dataList: [], // 数据集合 
-					sum: 0
-				},
-				methods: {
-					// 刷新
-					f5: function() {
-						sa.ajax('/level-one-server/TbWalletTopup/getList', sa.removeNull(this.p), function(res) {
-							this.dataList = res.data; // 数据
-							this.dataCount = res.dataCount; // 数据总数 
-							sa.f5TableHeight(); // 刷新表格高度 
-						}.bind(this));
-					},
-					check: function(data) {
-						sa.ajax('/level-one-server/TbWalletTopup/checkStatus?id=' + data.id, function(res) {
-							sa.alert(res.data)
-						}.bind(this));
-					},
-				},
-				created: function() {
-					this.f5();
-					sa.onInputEnter();
-				}
-			})
-		</script>
-	</body>
-</html>

+ 1 - 1
sa-view/tb-wallet-topup/tb-wallet-topup-list.html

@@ -20,7 +20,7 @@
 				<!-- ------------- 检索参数 ------------- -->
 				<div class="c-title">检索参数</div>
 				<el-form ref="form" :model='p' @submit.native.prevent>
-					<sa-item type="text" name="边民姓名" v-model="p.peopleName" width="8em"></sa-item>
+					<sa-item type="text" name="边民姓名" v-model="p.createName" width="8em"></sa-item>
 					<el-button type="primary" icon="el-icon-search" @click="p.pageNo = 1; f5()">查询</el-button>
 					<el-button size="mini" type="info" @click="sa.f5()">重置</el-button>
 				</el-form>

+ 0 - 156
sa-view/tb_cooper_entrust_judge/tb_cooper_entrust-do-judge.html

@@ -1,156 +0,0 @@
-<!DOCTYPE html>
-<html>
-	<head>
-		<title>收购商-详情</title>
-		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-		<meta name="viewport"
-			content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
-		<!-- 所有的 css js 资源 -->
-		<link rel="stylesheet" href="https://unpkg.com/element-ui@2.13.0/lib/theme-chalk/index.css">
-		<link rel="stylesheet" href="../../static/sa.css">
-		<script src="../../static/kj/vue.min.js"></script>
-		<script src="../../static/kj/element-ui/index.js"></script>
-		<script src="../../static/kj/httpVueLoader.js"></script>
-		<script src="../../static/kj/jquery.min.js"></script>
-		<script src="../../static/kj/layer/layer.js"></script>
-		<script src="../../static/sa.js"></script>
-		<script src="../../static/kj/upload-util.js"></script>
-		<style type="text/css">
-			.c-panel .c-label {
-				width: 8em;
-			}
-			.c-item .image-box-2 {
-				height: 90px;
-			}
-			.el-row{
-				border-bottom: 1px solid #eeeeee;
-			}
-			table {
-			  font-family: arial, sans-serif;
-			  border-collapse: collapse;
-			  width: 90%;
-			  margin-top: 22px ;
-			  margin-left: auto;
-			  margin-right: auto;
-			}
-			th {
-			  border: 1px solid darkgray;
-			  text-align: left;
-			  height: 22px;
-			  padding: 8px;
-			  background-color: #dddddd;
-			}
-			td {
-			  border: 1px solid darkgray;
-			  text-align: left;
-			  padding: 8px;
-			}
-		</style>
-	</head>
-	<body>
-		<div class="vue-box sbot" style="display: none;" :style="'display: block;'">
-			<!-- ------- 内容部分 ------- -->
-			<div class="s-body">
-				<div class="c-panel">
-					<el-form v-if="m">
-						<el-alert show-icon title="审核驳回" :description="m.judgeContent" type="error" v-if="m.judgeStatus==2"></el-alert>
-						<table>
-							<tr>
-								<th>企业名称</th>
-								<td>{{m.name}}</td>
-								<th>法人</th>
-								<td>{{m.legalPerson}}</td>
-							</tr>
-							<tr>
-								<th>身份证号</th>
-								<td>{{m.idCard}}</td>
-								<th>手机号码</th>
-								<td>{{m.contact}}</td>
-							</tr>
-							<tr>
-								<th>税号</th>
-								<td>{{m.dutyParagraph}}</td>
-								<th>营业执照</th>
-								<td>
-									<sa-info type="img-list" :value="m.businessLicense"></sa-info>
-								</td>
-							</tr>
-							<tr>
-								<th>银行账号</th>
-								<td>{{m.bankAccount}}</td>
-								<th>银行名称</th>
-								<td>{{m.bankName}}</td>
-							</tr>
-							<tr>
-								<th>地址</th>
-								<td>{{m.address}}</td>
-								<th>提交时间</th>
-								<td>{{sa.forDate(m.createTime, 2)}}</td>
-							</tr>
-						</table>
-					</el-form>
-				</div>
-			</div>
-			<!-- ------- 底部按钮 ------- -->
-			<div class="s-foot" v-if="sa.isAuth('tb-purchaser-judge')">
-				<el-button type="warning" @click="judgeBack">审核驳回</el-button>
-				<el-button type="success" @click="judgePass">审核通过</el-button>
-				<el-button @click="sa.closeCurrIframe()">取消</el-button>
-			</div>
-		</div>
-		<script>
-			var app = new Vue({
-				components: {
-					"sa-info": httpVueLoader('../../sa-frame/com/sa-info.vue')
-				},
-				el: '.vue-box',
-				data: {
-					id: sa.p('id', 0), // 获取数据ID
-					m: null
-				},
-				methods: {
-					judgeBack() {
-						let id = this.m.id;
-						layer.prompt({
-							title: '输入审核意见'
-						}, function(content, index) {
-							layer.close(index);
-							sa.ajax('/level-two-server/TbPurchaser/audit', {
-								id: id,
-								judgeContent: content,
-								judgeStatus: 2
-							}, function(res) {
-								layer.msg('审核已驳回');
-								setTimeout(() => {
-									parent.app.f5(); // 刷新父页面列表
-									sa.closeCurrIframe(); // 关闭本页
-								}, 800)
-							})
-						});
-					},
-					judgePass() {
-						sa.ajax('/level-two-server/TbPurchaser/audit', {
-							id: this.m.id,
-							judgeContent: '审核通过',
-							judgeStatus: 1
-						}, function(res) {
-							layer.msg('审核通过');
-							setTimeout(() => {
-								parent.app.f5(); // 刷新父页面列表
-								sa.closeCurrIframe(); // 关闭本页
-							}, 800)
-						})
-					},
-				},
-				mounted: function() {
-					sa.ajax('/level-two-server/TbPurchaser/getById?id=' + this.id, function(res) {
-						this.m = res.data;
-						if (res.data == null) {
-							sa.alert('未能查找到 id=' + this.id + " 详细数据");
-						}
-					}.bind(this))
-				}
-			})
-		</script>
-	</body>
-</html>

+ 0 - 146
sa-view/tb_cooper_entrust_judge/tb_cooper_entrust-judge.html

@@ -1,146 +0,0 @@
-<!DOCTYPE html>
-<html>
-	<head>
-		<title>互助委托协议审核列表</title>
-		<meta charset="utf-8">
-		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
-		<!-- 所有的 css & js 资源 -->
-		<link rel="stylesheet" href="https://unpkg.com/element-ui@2.13.0/lib/theme-chalk/index.css">
-		<link rel="stylesheet" href="../../static/sa.css">
-		<script src="../../static/kj/vue.min.js"></script>
-		<script src="../../static/kj/element-ui/index.js"></script>
-		<script src="../../static/kj/httpVueLoader.js"></script>
-		<script src="../../static/kj/jquery.min.js"></script>
-		<script src="../../static/kj/layer/layer.js"></script>
-		<script src="../../static/sa.js"></script>
-		<script src="../../static/kj/upload-util.js"></script>
-	</head>
-	<body>
-		<div class="vue-box" style="display: none;" :style="'display: block;'">
-			<div class="c-panel">
-				<!-- ------------- 检索参数 ------------- -->
-				<div class="c-title">检索参数</div>
-				<el-form ref="form" :model='p' @submit.native.prevent>
-					<sa-item type="text" name="订单号" v-model="p.tradeNo" width="80px"></sa-item>
-					<sa-item type="text" name="买家" v-model="p.buyUserName"></sa-item>
-					<el-button type="primary" icon="el-icon-search" @click="p.pageNo = 1; f5()">查询</el-button>
-					<el-button type="info" icon="el-icon-refresh" @click="sa.f5()">重置</el-button>
-					<el-button v-if="sa.isAuth('tb-purchaser-judge')" class="c-btn" type="success"
-						icon="el-icon-s-check" @click="judgeBySelect">批量审核</el-button>
-				</el-form>
-				<!-- ------------- 数据列表 ------------- -->
-				<el-table class="data-table" ref="data-table" :data="dataList">
-					<sa-td type="selection" name="序号"></sa-td>
-					<sa-td name="订单号" prop="tradeNo" width="180"></sa-td>
-					<sa-td name="买家" prop="buyUserName" ></sa-td>
-					<sa-td name="商品名称" prop="goodsNames" ></sa-td>
-					<sa-td name="总重量" prop="totalWeight" ></sa-td>
-					<sa-td name="总金额" prop="totalPrice" ></sa-td>
-					<sa-td name="车牌号" prop="veNo" ></sa-td>
-					
-					<sa-td name="互助委托协议" prop="businessLicense" type="img-list"></sa-td>
-					<sa-td name="审核状态" prop="judgeStatus">
-						<template slot-scope="scope">
-							<el-tag type="danger" v-if="scope.row.judgeStatus==0">未审核</el-tag>
-							<el-tag type="primary" v-if="scope.row.judgeStatus==1">审核通过</el-tag>
-							<el-tag type="danger" v-if="scope.row.judgeStatus==2">审核驳回</el-tag>
-						</template>
-					</sa-td>
-					<sa-td name="审核时间" width="160px" prop="judgeTime"></sa-td>
-					
-					<el-table-column label="操作" fixed="right" width="100px">
-						<template slot-scope="s">
-							<el-button v-if="sa.isAuth('tb-purchaser-judge')" class="c-btn" type="success"
-								icon="el-icon-s-check" @click="get(s.row)">审核</el-button>
-						</template>
-					</el-table-column>
-				</el-table>
-				<!-- ------------- 分页 ------------- -->
-				<sa-item type="page" :curr.sync="p.pageNo" :size.sync="p.pageSize" :total="dataCount"
-					@change="f5()"></sa-item>
-			</div>
-			<el-dialog title="批量审核" :visible.sync="modal.visible" width="400px">
-				<el-form>
-					<sa-item type="text" name="审核意见" v-model="modal.form.judgeContent" width="80px" br></sa-item>
-					<sa-item type="enum" name="审核结果" v-model="modal.form.judgeStatus" width="80px" :jv="{1: '通过', 2: '驳回'}" jtype="3" br></sa-item>
-				</el-form>
-				<span slot="footer" class="dialog-footer">
-					<el-button @click="modal.visible = false">取 消</el-button>
-					<el-button type="primary" @click="doJudge">确 定</el-button>
-				</span>
-			</el-dialog>
-		</div>
-		<script>
-			var app = new Vue({
-				components: {
-					"sa-item": httpVueLoader('../../sa-frame/com/sa-item.vue'),
-					"sa-td": httpVueLoader('../../sa-frame/com/sa-td.vue'),
-				},
-				el: '.vue-box',
-				data: {
-					modal: {
-						visible: false,
-						form: {
-							ids: '',
-							judgeStatus: 1,
-							judgeContent: '',
-						}
-					},
-					p: { // 查询参数
-						id: '', //
-						name: '', // 名称
-						nationality: '', // 国别
-						judgeList: 1,
-						pageNo: 1, // 当前页
-						pageSize: 20, // 页大小
-						sortType: 0 // 排序方式
-					},
-					dataCount: 0,
-					dataList: [], // 数据集合
-				},
-				methods: {
-					doJudge() {
-						let form = this.modal.form;
-						if (!form.judgeContent) {
-							return sa.msg('请输入审核意见');
-						}
-						sa.ajax('/level-two-server/TbPurchaser/auditBatch', form, function(res) {
-							sa.alert('审核成功');
-							this.modal.visible = false;
-							this.f5()
-						}.bind(this));
-					},
-					// 刷新
-					f5: function() {
-						sa.ajax('/level-two-server/TbPurchaser/getList', sa.removeNull(this.p), function(res) {
-							this.dataList = res.data; // 数据
-							this.dataCount = res.dataCount; // 数据总数
-							sa.f5TableHeight(); // 刷新表格高度
-						}.bind(this));
-					},
-					judgeBySelect: function(data) {
-						var selection = this.$refs['data-table'].selection;
-						if (selection.length == 0) {
-							return sa.msg('请选择一条数据')
-						}
-						this.modal.form.ids = selection.map(obj => obj.id).join(',');
-						this.modal.visible = true;
-					},
-					// 查看
-					get: function(data) {
-						sa.showIframe('商户资料审核', 'tb-purchaser-do-judge.html?id=' + data.id, '950px', '80%');
-					},
-					// 修改
-					update: function(data) {
-						sa.showIframe('修改数据', 'tb-purchaser-add.html?id=' + data.id, '1000px', '90%');
-					},
-
-				},
-				created: function() {
-					this.f5();
-					sa.onInputEnter();
-				}
-			})
-		</script>
-	</body>
-</html>