Browse Source

供货商

shish 2 years ago
parent
commit
e93567a18a

File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/css/chunk-09208c2c.2931d226.css


File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/css/chunk-1b1b3c09.aeaa9d28.css


+ 1 - 1
ghs/dist/shop/index.html

@@ -43,4 +43,4 @@
 			.once .sub-title {
 				color: #ababab;
 				font-size: 12px;
-			}</style><link href="/css/app.ae6e08b6.css" rel="preload" as="style"><link href="/css/chunk-libs.ce660555.css" rel="preload" as="style"><link href="/js/app.94de2dfa.js" rel="preload" as="script"><link href="/js/chunk-libs.c536e65e.js" rel="preload" as="script"><link href="/css/chunk-libs.ce660555.css" rel="stylesheet"><link href="/css/app.ae6e08b6.css" rel="stylesheet"></head><body><noscript></noscript><div id="app"><div class="once"><div class="container"><div class="title">正在加载资源</div><div class="sub-title">初次加载资源可能需要较多时间 请耐心等待</div></div><div class="footer"><a href="https://www.baidu.com/" target="_blank">花卉宝</a></div></div></div><script src="https://img.wixhb.com/cdn/vue/2.6.10/vue.min.js"></script><script src="https://img.wixhb.com/cdn/vue-router/3.1.3/vue-router.min.js"></script><script src="https://img.wixhb.com/cdn/vuex/3.1.1/vuex.min.js"></script><script src="https://img.wixhb.com/cdn/clipboard.js/2.0.4/clipboard.min.js"></script><script src="https://img.wixhb.com/cdn/axios/0.19.0-beta.1/axios.min.js"></script><script src="https://img.wixhb.com/cdn/nprogress/0.2.0/nprogress.min.js"></script><script src="https://img.wixhb.com/cdn/Mock.js/1.0.1-beta3/mock-min.js"></script><script src="https://img.wixhb.com/cdn/quill/2.0.0-dev.3/quill.min.js"></script><script src="https://img.wixhb.com/cdn/element-ui/2.13.0/index.js"></script><script src="https://img.wixhb.com/cdn/viewerjs/1.3.7/viewer.min.js"></script><script src="https://img.wixhb.com/cdn/echarts/4.4.0-rc.1/echarts.min.js"></script><script src="https://img.wixhb.com/cdn/npm/vue-echarts@4.0.2.js"></script><script src="/js/chunk-libs.c536e65e.js"></script><script src="/js/app.94de2dfa.js"></script></body></html>
+			}</style><link href="/css/app.ae6e08b6.css" rel="preload" as="style"><link href="/css/chunk-libs.ce660555.css" rel="preload" as="style"><link href="/js/app.2b061254.js" rel="preload" as="script"><link href="/js/chunk-libs.c536e65e.js" rel="preload" as="script"><link href="/css/chunk-libs.ce660555.css" rel="stylesheet"><link href="/css/app.ae6e08b6.css" rel="stylesheet"></head><body><noscript></noscript><div id="app"><div class="once"><div class="container"><div class="title">正在加载资源</div><div class="sub-title">初次加载资源可能需要较多时间 请耐心等待</div></div><div class="footer"><a href="https://www.baidu.com/" target="_blank">花卉宝</a></div></div></div><script src="https://img.wixhb.com/cdn/vue/2.6.10/vue.min.js"></script><script src="https://img.wixhb.com/cdn/vue-router/3.1.3/vue-router.min.js"></script><script src="https://img.wixhb.com/cdn/vuex/3.1.1/vuex.min.js"></script><script src="https://img.wixhb.com/cdn/clipboard.js/2.0.4/clipboard.min.js"></script><script src="https://img.wixhb.com/cdn/axios/0.19.0-beta.1/axios.min.js"></script><script src="https://img.wixhb.com/cdn/nprogress/0.2.0/nprogress.min.js"></script><script src="https://img.wixhb.com/cdn/Mock.js/1.0.1-beta3/mock-min.js"></script><script src="https://img.wixhb.com/cdn/quill/2.0.0-dev.3/quill.min.js"></script><script src="https://img.wixhb.com/cdn/element-ui/2.13.0/index.js"></script><script src="https://img.wixhb.com/cdn/viewerjs/1.3.7/viewer.min.js"></script><script src="https://img.wixhb.com/cdn/echarts/4.4.0-rc.1/echarts.min.js"></script><script src="https://img.wixhb.com/cdn/npm/vue-echarts@4.0.2.js"></script><script src="/js/chunk-libs.c536e65e.js"></script><script src="/js/app.2b061254.js"></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/js/app.2b061254.js


File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/js/chunk-063b9be8.3b4f106f.js


File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/js/chunk-09208c2c.e746cd6a.js


File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/js/chunk-1b1b3c09.400ed4a0.js


File diff suppressed because it is too large
+ 0 - 0
ghs/dist/shop/js/chunk-5113b89d.7930fd01.js


+ 4 - 2
ghs/src/views/in/ghs.vue

@@ -154,7 +154,8 @@ export default {
 			name1:'',
 			mobile1:'',
 			confirmMobile1:'',
-			totalDebtAmount:0
+			totalDebtAmount:0,
+			searchContent:''
 		};
 	},
 	computed: {
@@ -189,7 +190,7 @@ export default {
 			this.$router.push({path:'/in/add',query})
 		},
 		exportGhs(){
-			this.$service.ghs.downloadGhs().then(res => {
+			this.$service.ghs.downloadGhs({name:this.searchContent}).then(res => {
 				if(res.file){
 					window.location.href = res.file
 				}
@@ -296,6 +297,7 @@ export default {
 					['slot-total-debt-amount','flex1', 'pagination']
 				])
 				.on('refresh', async (params, { next }) => {
+					this.searchContent = params.name ? params.name : ''
 					let result = await next(params);
 					this.totalDebtAmount = result.totalDebtAmount?result.totalDebtAmount:0
 				})

Some files were not shown because too many files changed in this diff