diff --git a/pages/add-paper/index.vue b/pages/add-paper/index.vue
index bc26f31..dad1bb3 100644
--- a/pages/add-paper/index.vue
+++ b/pages/add-paper/index.vue
@@ -14,7 +14,7 @@
纸品名称
-
+
@@ -30,6 +30,7 @@
v-model="form.manufacturerName"
:inputBorder="false"
text="right"
+ :maxlength="100"
placeholder="请输入纸厂信息"
>
@@ -47,7 +48,8 @@
v-model="form.brandName"
:inputBorder="false"
text="right"
- placeholder="请输入纸品品牌名称"
+ :maxlength="50"
+ placeholder="请输入品牌信息"
>
@@ -63,6 +65,7 @@
v-model="form.categoryName"
:inputBorder="false"
text="right"
+ :maxlength="50"
placeholder="请输入纸种信息"
>
@@ -102,11 +105,12 @@
@@ -191,7 +195,7 @@
file-mediatype="image"
mode="grid"
file-extname="png,jpg"
- :limit="6"
+ :limit="5"
:image-styles="imageStyles"
@progress="progress"
@success="success"
@@ -214,7 +218,7 @@
v-model="form.sellingProposition"
:inputBorder="false"
type="textarea"
- placeholder="请输入商品卖点"
+ placeholder="月结30天价格,不加服务费!"
>
@@ -230,7 +234,7 @@
v-model="form.description"
:inputBorder="false"
type="textarea"
- placeholder="请输入商品描述"
+ placeholder="售价全部为含税价,支持先用后付,欢迎来电查询!近期价格波动较大,请下单前先咨询价格。"
>
@@ -245,7 +249,7 @@
v-model="form.shippingNote"
:inputBorder="false"
type="textarea"
- placeholder="请输入送货说明"
+ placeholder="分切纸不足重量的,另加调机费;低于送货重量或超出送货范围的,运费另计。"
>
@@ -260,7 +264,7 @@
v-model="form.otherNote"
:inputBorder="false"
type="textarea"
- placeholder="请输入其他说明"
+ placeholder="请输入"
>
@@ -333,16 +337,7 @@ export default {
}
],
paperList: [],
- skuList: [
- {
- isPromoting: 0,
- listPrice: null,
- minimum: null,
- stock: null,
- stockUnit: '1',
- weight: null
- }
- ],
+ skuList: [],
imgList: [],
priceIndex: 0,
eidtFor: 0,
@@ -429,11 +424,11 @@ export default {
//新增售价
addPriceClick() {
this.skuList.push({
- isPromoting: 0,
+ isPromoting: 1,
listPrice: null,
minimum: null,
stock: null,
- stockUnit: '1',
+ stockUnit: '2',
weight: null,
categoryName: null
})
diff --git a/pages/mall/index.vue b/pages/mall/index.vue
index 718ce5e..84e682e 100644
--- a/pages/mall/index.vue
+++ b/pages/mall/index.vue
@@ -41,7 +41,7 @@
{{ item.updateTime }}
- 编辑
+ 编辑
{{ item.status === 30111 ? '下架' : '上架' }}
diff --git a/pages/submit-quotation/index.vue b/pages/submit-quotation/index.vue
index 1d6e693..53e7df4 100644
--- a/pages/submit-quotation/index.vue
+++ b/pages/submit-quotation/index.vue
@@ -41,7 +41,7 @@
{{ items.paperName }}|{{ items.gramWeight }}|{{ items.length }}*{{ items.width }}|{{ items.quantity }}
-
+
@@ -52,7 +52,7 @@
单价(元/吨):
{{ items.unitFee }}
-
+
@@ -80,7 +80,7 @@
有效时间:
{{ upDataObj.enquiryValidTime }}
- 设置
+ 设置
-
+
-
+
+
+
@@ -93,7 +95,7 @@ export default {
},
pagination: {
pageNum: 0, // 初始会执行一次下拉加载
- pageSize: 10
+ pageSize: 20
},
list: []
}