Преглед изворни кода

Merge branch 'feature/Feature-supply' into develop

莫绍宝 пре 3 година
родитељ
комит
852ef885c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/supply/retail/components/retail_detail.vue

+ 1 - 1
src/views/supply/retail/components/retail_detail.vue

@@ -497,7 +497,7 @@ export default {
           let positionItem2 = this.positionList2.find(o => o.id == this.directForm.position2);
           let params = {
             orderNo: this.detailData.enginOrderId,
-            orderType: 'HOME', // TRADE=商用 HOME=家用 RETAIL=零售单 RETAIL_POLICY 销售政策单
+            orderType: 'RETAIL', // TRADE=商用 HOME=家用 RETAIL=零售单 RETAIL_POLICY 销售政策单
             correspondId: this.directForm.warehouse1,
             correspondName: warehouseItem1.name,
             stockId: this.directForm.position1,