Explorar el Código

Merge branch 'feature/Feature-supply' into develop

莫绍宝 hace 3 años
padre
commit
852ef885c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,