瀏覽代碼

新增派单记录人

xiaosonghong 9 月之前
父節點
當前提交
33d430b9a7

+ 2 - 1
src/views/SporadicManage/components/oldAreaSporadic/transportOrder/addTransportOrder.vue

@@ -251,7 +251,8 @@ export default {
           orderId: this.orderId,
           orderId: this.orderId,
           sporadicOrderId: this.sporadicOrderId,
           sporadicOrderId: this.sporadicOrderId,
           mapList: this.selectionList,
           mapList: this.selectionList,
-          orgCode: getCookie("orgCode")
+          orgCode: getCookie("orgCode"),
+          userId: getCookie("userId")
         })
         })
         .then(res => {
         .then(res => {
           if (res.data.code == "200") {
           if (res.data.code == "200") {