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