Forráskód Böngészése

采购内转新增二焦化

xiaosonghong 1 hete
szülő
commit
86b52532af

+ 5 - 1
src/views/inward/components/truckOrder/addPurInwardOrder.vue

@@ -214,6 +214,10 @@ export default {
         {
           value: 24,
           label: "厂外内转-二厂"
+        },
+        {
+          value: 500,
+          label: "二焦化采购内转"
         }
       ],
       orderType: null,
@@ -313,7 +317,7 @@ export default {
           orderId: this.orderId,
           planId: this.planId,
           mapList: this.selectionList,
-          orgCode: getCookie("orgCode")
+          orgCode: getCookie("loginId")
         })
         .then(res => {
           if (res.data.code == "200") {