Commit caa1a858 authored by dragondean@qq.com's avatar dragondean@qq.com

空运操作页面起飞异常等级默认步骤异常

parent fa861b20
...@@ -93,6 +93,7 @@ export default { ...@@ -93,6 +93,7 @@ export default {
created() { created() {
const { currNode } = this.$attrs; const { currNode } = this.$attrs;
this.errorObj = { opStep: currNode?.dataKey ?? undefined }; this.errorObj = { opStep: currNode?.dataKey ?? undefined };
console.log(currNode, this.errorObj.opStep)
if (this.$attrs.shipmentObj.bosType == "seaAir") { if (this.$attrs.shipmentObj.bosType == "seaAir") {
this.flag = "seaAir"; this.flag = "seaAir";
} }
......
...@@ -63,7 +63,7 @@ function airBaseData() { ...@@ -63,7 +63,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/lh-end.png"), end: require("@/assets/images/shipping/lh-end.png"),
}, },
type: "tally", type: "tally",
dataKey: "16", // 字典数据键值 dataKey: "3", // 字典数据键值
/** /**
* 理货状态:2111、未理货;2112、已理货 * 理货状态:2111、未理货;2112、已理货
*/ */
...@@ -83,7 +83,7 @@ function airBaseData() { ...@@ -83,7 +83,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/qg-end.png"), end: require("@/assets/images/shipping/qg-end.png"),
}, },
type: "mergePkg", type: "mergePkg",
dataKey: "3", // 字典数据键值 dataKey: "4", // 字典数据键值
/** /**
* 合包状态:161待合包 162已合包 * 合包状态:161待合包 162已合包
*/ */
...@@ -105,7 +105,7 @@ function airBaseData() { ...@@ -105,7 +105,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/zg-end.png"), end: require("@/assets/images/shipping/zg-end.png"),
}, },
type: "shipment", type: "shipment",
dataKey: "4", // 字典数据键值 dataKey: "5", // 字典数据键值
/** /**
* 出货状态:171、待出货 172、出货审核中 173、审核失败 174、审核成功 = 175、已出货 * 出货状态:171、待出货 172、出货审核中 173、审核失败 174、审核成功 = 175、已出货
*/ */
...@@ -125,7 +125,7 @@ function airBaseData() { ...@@ -125,7 +125,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/zg-end.png"), end: require("@/assets/images/shipping/zg-end.png"),
}, },
type: "checkout", type: "checkout",
dataKey: "5", // 字典数据键值 dataKey: "6", // 字典数据键值
/** /**
* 出仓状态:221、未出仓 222、已出仓 * 出仓状态:221、未出仓 222、已出仓
*/ */
...@@ -149,6 +149,7 @@ function airBaseData() { ...@@ -149,6 +149,7 @@ function airBaseData() {
type: "agent", type: "agent",
voName: "agentInfo", voName: "agentInfo",
currStatus: "start", currStatus: "start",
dataKey: "7"
}, },
{ {
title: i18n.$t("报关"), title: i18n.$t("报关"),
...@@ -158,7 +159,7 @@ function airBaseData() { ...@@ -158,7 +159,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/bg-end.png"), end: require("@/assets/images/shipping/bg-end.png"),
}, },
type: "cusDeclaration", type: "cusDeclaration",
dataKey: "5", // 字典数据键值 dataKey: "8", // 字典数据键值
/** /**
*报关状态:51、未报关;52、报关中;53、已报关 *报关状态:51、未报关;52、报关中;53、已报关
*/ */
...@@ -178,7 +179,7 @@ function airBaseData() { ...@@ -178,7 +179,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/tdcl-end.png"), end: require("@/assets/images/shipping/tdcl-end.png"),
}, },
type: "subMaterial", type: "subMaterial",
dataKey: "7", // 字典数据键值 dataKey: "9", // 字典数据键值
/** /**
* 提单补料状态:71、未提单补料;72、已提单补料 * 提单补料状态:71、未提单补料;72、已提单补料
*/ */
...@@ -200,7 +201,7 @@ function airBaseData() { ...@@ -200,7 +201,7 @@ function airBaseData() {
end: require("@/assets/images/shipping/ecqf-end.png"), end: require("@/assets/images/shipping/ecqf-end.png"),
}, },
type: "twoWayTakeoff", type: "twoWayTakeoff",
dataKey: "9", // 字典数据键值 dataKey: "10", // 字典数据键值
/** /**
* 起飞状态:231、未起飞;232、已起飞 * 起飞状态:231、未起飞;232、已起飞
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment