|
|
@@ -127,7 +127,7 @@
|
|
127
|
127
|
<u-row class="info-row" justify="space-between">
|
|
128
|
128
|
<u-col span="5.8">
|
|
129
|
129
|
<u-form-item label="型号" required prop="model">
|
|
130
|
|
- <u--input v-model="warehouseInfo.model" placeholder="请输入型号" class="info-input" type="number" />
|
|
|
130
|
+ <u--input v-model="warehouseInfo.model" placeholder="请输入型号" class="info-input"/>
|
|
131
|
131
|
</u-form-item>
|
|
132
|
132
|
</u-col>
|
|
133
|
133
|
</u-row>
|
|
|
@@ -782,7 +782,8 @@ export default {
|
|
782
|
782
|
customerServiceName: this.warehouseInfo.customerServiceName || '',
|
|
783
|
783
|
category: this.warehouseInfo.category || '',
|
|
784
|
784
|
needCheckCode: this.warehouseInfo.needCheckCode || '',
|
|
785
|
|
- totalCost: this.computedTotalCost || ''
|
|
|
785
|
+ totalCost: this.computedTotalCost || '',
|
|
|
786
|
+ model: this.warehouseInfo.model || '',
|
|
786
|
787
|
})
|
|
787
|
788
|
|
|
788
|
789
|
// 上传分成数据
|
|
|
@@ -919,6 +920,7 @@ export default {
|
|
919
|
920
|
origin: this.orderDetail.website,//来源
|
|
920
|
921
|
actualPrice: this.currentReceipt.sellingPrice || '',//实价,也就是顶部的第三个价格sellingPrice
|
|
921
|
922
|
price: this.currentReceipt.sellingPrice || '',//官方指导价,也就是顶部的第三个价格sellingPrice
|
|
|
923
|
+ model: this.warehouseInfo.model || '',//型号
|
|
922
|
924
|
}
|
|
923
|
925
|
if (!this.currentReceipt.warehouseId) {
|
|
924
|
926
|
//当没有仓库id的时候调用新增仓库接口
|