zhangxin 1 mês atrás
pai
commit
398f41b222

+ 4 - 2
pages/orderDetailRefactored/components/PageFour.vue

@@ -127,7 +127,7 @@
127
         <u-row class="info-row" justify="space-between">
127
         <u-row class="info-row" justify="space-between">
128
           <u-col span="5.8">
128
           <u-col span="5.8">
129
             <u-form-item label="型号" required prop="model"> 
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
             </u-form-item>
131
             </u-form-item>
132
           </u-col>
132
           </u-col>
133
         </u-row>
133
         </u-row>
@@ -782,7 +782,8 @@ export default {
782
                   customerServiceName: this.warehouseInfo.customerServiceName || '',
782
                   customerServiceName: this.warehouseInfo.customerServiceName || '',
783
                   category: this.warehouseInfo.category || '',
783
                   category: this.warehouseInfo.category || '',
784
                   needCheckCode: this.warehouseInfo.needCheckCode || '',
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
                   origin: this.orderDetail.website,//来源
920
                   origin: this.orderDetail.website,//来源
920
                   actualPrice: this.currentReceipt.sellingPrice || '',//实价,也就是顶部的第三个价格sellingPrice
921
                   actualPrice: this.currentReceipt.sellingPrice || '',//实价,也就是顶部的第三个价格sellingPrice
921
                   price: this.currentReceipt.sellingPrice || '',//官方指导价,也就是顶部的第三个价格sellingPrice
922
                   price: this.currentReceipt.sellingPrice || '',//官方指导价,也就是顶部的第三个价格sellingPrice
923
+                  model: this.warehouseInfo.model || '',//型号
922
                 }
924
                 }
923
                 if (!this.currentReceipt.warehouseId) {
925
                 if (!this.currentReceipt.warehouseId) {
924
                   //当没有仓库id的时候调用新增仓库接口
926
                   //当没有仓库id的时候调用新增仓库接口