From af0d0b8ef8c3c8a9d777988616e25d45a27cebcc Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 21 Mar 2024 15:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/gather/select_warehouse.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 117961f..83a8a13 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -286,14 +286,14 @@ this.mer_id = e.mer_id this.userInfo = this.$store.state.app.userInfo; if(typeof this.userInfo == 'string') this.userInfo = JSON.parse(this.userInfo); - if(this.userInfo.mer_info.type_code=='PersonalStore'){ - this.goodsData = [{ - name: '农产品入库', - type: 4, - // src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png' - src: '/static/images/SMRK/nong.png' - }] - } + // if(this.userInfo.mer_info.type_code=='PersonalStore'){ + // this.goodsData = [{ + // name: '农产品入库', + // type: 4, + // // src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png' + // src: '/static/images/SMRK/nong.png' + // }] + // } }, onShow() {