diff --git a/components/shortPopup.vue b/components/shortPopup.vue
index 6c7103c..1aa138a 100644
--- a/components/shortPopup.vue
+++ b/components/shortPopup.vue
@@ -62,7 +62,10 @@
采购车
- {{goodsNum}}
+
+ {{goodsNum}}
+ 99+
+
加入采购清单
diff --git a/pages.json b/pages.json
index e37a73d..61c5ac6 100644
--- a/pages.json
+++ b/pages.json
@@ -414,6 +414,15 @@
"navigationStyle": "custom"
}
+ },{
+ "path": "supply_chain/supplierOther",
+ "style": {
+ "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#e93323",
+ "navigationStyle": "custom"
+ }
+
},
{
"path": "supply_chain/suppliers",
diff --git a/pages/nongKe/cloud_entrepot/indexOther.vue b/pages/nongKe/cloud_entrepot/indexOther.vue
index e5240ec..592a741 100644
--- a/pages/nongKe/cloud_entrepot/indexOther.vue
+++ b/pages/nongKe/cloud_entrepot/indexOther.vue
@@ -14,11 +14,11 @@
style="font-size: 31.54rpx;font-weight: 700;margin-left: 20rpx;color: #F84221;">
{{nav_title}}
-
+ 线下支付商户
+
@@ -227,7 +227,7 @@
data() {
return {
domain: HTTP_REQUEST_URL,
- nav_title: '供货采购商品',
+ nav_title: '线下支付商品',
defaInd: [0, 0],
columnData: [],
showSerch: false,
@@ -328,7 +328,7 @@
async onLoad(options) {
// console.log(options);
this.storeParam.sys_labels = options.value;
- if(options.value==12)this.nav_title = '线下支付'
+ if(options.value==12)this.nav_title = '线下支付商品'
this.tips = options.tips;
let userInfo = this.$store.state.app.userInfo;
if(typeof userInfo == 'string') this.userInfoData = JSON.parse(userInfo);
diff --git a/pages/nongKe/supply_chain/merchant.vue b/pages/nongKe/supply_chain/merchant.vue
index f2f5616..2556be0 100644
--- a/pages/nongKe/supply_chain/merchant.vue
+++ b/pages/nongKe/supply_chain/merchant.vue
@@ -32,7 +32,7 @@
- 订货价:
+ ¥
{{$procure_price(item)}}
@@ -41,10 +41,10 @@
- 采购清单{{goodsNum}}
+ 采购清单{{ ` (${goodsNum}) ` }}
-
+
颜色规格
@@ -140,10 +140,12 @@
}],
goodsLite: {},
goodsindexL: '',
- goodsNum: 0
+ goodsNum: 0,
+ source: 11
}
},
onLoad(e) {
+ this.source = e.value || 11;
this.id = e.id
this.initStore()
this.getStoreGoodsList()
@@ -167,7 +169,7 @@
cartFn() {
getCartCounts({
product_type: 98,
- source: 11
+ source: this.source
}).then(res => {
this.goodsNum = res.data[0].count
})
diff --git a/pages/nongKe/supply_chain/supplierOther.vue b/pages/nongKe/supply_chain/supplierOther.vue
new file mode 100644
index 0000000..048f5fe
--- /dev/null
+++ b/pages/nongKe/supply_chain/supplierOther.vue
@@ -0,0 +1,1393 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 线下支付商品
+
+
+ 线下支付商户
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.mer_name}}
+ {{item.type_name}}
+
+
+
+ 5.0
+ 月销2000+
+
+
+
+ {{item.service_phone}}
+
+ {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
+
+
+
+ {{item.mer_address}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无店铺,快去搜索其他店铺吧
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file