diff --git a/pages/bindDistribution/index.vue b/pages/bindDistribution/index.vue index 2867ba9..a84d4b8 100644 --- a/pages/bindDistribution/index.vue +++ b/pages/bindDistribution/index.vue @@ -14,7 +14,7 @@ --> - 简单3步 供应商入驻 + 简单3步 经销商入驻 @@ -49,7 +49,7 @@ - 供应商名称 + 经销商名称 @@ -57,7 +57,7 @@ - 供应商电话 + 经销商电话 @@ -65,7 +65,7 @@ - 供应商分类 + 经销商分类 @@ -76,7 +76,7 @@ - 供应商位置 + 经销商位置 { diff --git a/pages/quote/index.vue b/pages/quote/index.vue index 7a00ec2..3269d6e 100644 --- a/pages/quote/index.vue +++ b/pages/quote/index.vue @@ -7,7 +7,7 @@ 报价列表 - 报价记录{{tabIndex}} + 报价记录 @@ -29,7 +29,7 @@ - {{item.goods.name}} + {{item.goods.goods_name}} 需求量: {{item.need_num}}{{item.goods.unit_name}} @@ -86,8 +86,7 @@ date: "", successPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png', errPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png', - waitPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png' - + waitPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png', } }, methods: { @@ -148,7 +147,7 @@ let res = await OpurchaseGoodsOfferApi({ data: data }) - this.getLists(2) + this.getLists(1) } }, onLoad(option) {