diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue index 18f0d52..9fc7456 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/productCard/index.vue @@ -39,8 +39,8 @@
- ¥{{ item.price }} - {{ item.unit }} {{ item.short_term }} {{ item.short_term==='1' ? '(可短租)' : '' }} + ¥{{ item.discount_price }} + {{ item.unit }} {{ item.short_term==='1' ? '(可短租)' : '' }}
@@ -52,7 +52,7 @@
-

{{ item.name }}

+

{{ item.product_name }}

企业名称: diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue index 510d36d..e013f3f 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue @@ -2,7 +2,8 @@
- +
@@ -25,7 +26,8 @@
- +
@@ -70,32 +72,32 @@
-
- +
+ - +
-
- +
+ - +
-
- +
+ - +
@@ -114,9 +116,25 @@
+
+ + + + + + 1 + +
- - + + @@ -130,7 +148,8 @@
- {{ publish_type === '2' ? '发布需求' : '发布商品' }} + {{ publish_type === '2' ? '发布需求' : '发布商品' + }} 重置
@@ -219,6 +238,7 @@ export default { application_scenario: "",//应用场景 unit: "",//单位 short_term: "",//是否短租 + discount:null,//折扣 }, rules: { product_name: [ @@ -295,7 +315,7 @@ export default { }, methods: { init_company_category() { - reqCompanyCategorySearch({url_link:window.location.href}).then(res => { + reqCompanyCategorySearch({ url_link: window.location.href }).then(res => { if (res.status) { this.company_category_list = [] for (let item of res.data) { @@ -321,7 +341,7 @@ export default { init_product_category() { // 根据 publish_type 参数决定 to_page 的值 - + reqGetProductCategorySearch({ url_link: window.location.href, to_page: 'publish' }).then(res => { if (res.status) { this.typeList = buildCaTree(res.data) @@ -465,7 +485,7 @@ export default { if (valid) { console.log('表单数据:', this.form) console.log('发布类型:', this.publish_type) - + let formdata = new FormData(); for (let key in this.form) { formdata.append(key, this.form[key]); @@ -883,7 +903,7 @@ export default { .unit-input { width: 80px; - + .el-input__inner { font-size: 12px; padding: 0 8px; diff --git a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue index bd761d0..3505fe2 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/supplyAndDemandSquare/index.vue @@ -65,10 +65,10 @@
-
+