diff --git a/src/api/shop/express/model/index.ts b/src/api/shop/express/model/index.ts
index dcc1d37..3e88be4 100644
--- a/src/api/shop/express/model/index.ts
+++ b/src/api/shop/express/model/index.ts
@@ -10,6 +10,7 @@ export interface Express {
expressName?: string;
// 物流公司编码 (快递100)
kuaidi100Code?: string;
+ wxCode?: string;
// 物流公司编码 (快递鸟)
kdniaoCode?: string;
// 是否删除, 0否, 1是
diff --git a/src/views/shop/goods/components/goodsEdit.vue b/src/views/shop/goods/components/goodsEdit.vue
index 16e8f8b..b8a4e48 100644
--- a/src/views/shop/goods/components/goodsEdit.vue
+++ b/src/views/shop/goods/components/goodsEdit.vue
@@ -148,16 +148,16 @@
经销商价格
-
+
- 进货价
+ 供应商价
@@ -205,37 +205,37 @@
会员店差价比例(%)
-
-
-
-
- 会员超市价格
-
-
-
-
-
- 会员超市差价比例(%)
-
-
-
- 划线价仅用于商品页展示
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -668,7 +668,7 @@ const rules = reactive({
buyingPrice: [
{
required: true,
- message: '请填写进货价',
+ message: '请填写供应商价',
type: 'number',
trigger: 'blur'
}
diff --git a/src/views/system/express/components/expressEdit.vue b/src/views/system/express/components/expressEdit.vue
index be2bb58..7e07c71 100644
--- a/src/views/system/express/components/expressEdit.vue
+++ b/src/views/system/express/components/expressEdit.vue
@@ -33,6 +33,13 @@
v-model:value="form.kuaidi100Code"
/>
+
+
+