Commit 90efe692 authored by wanglh1's avatar wanglh1

fix

parent 93b346ea
...@@ -107,14 +107,14 @@ function airBaseData() { ...@@ -107,14 +107,14 @@ function airBaseData() {
type: "shipment", type: "shipment",
dataKey: "4", // 字典数据键值 dataKey: "4", // 字典数据键值
/** /**
* 出货状态:171、待出货 172、已出货 * 出货状态:171、待出货 172、出货审核中 173、审核失败 174、审核成功 = 175、已出货
*/ */
voName: "boxAirShipmentBackVO", voName: "boxAirShipmentBackVO",
keyName: "airShipmentStatus", keyName: "airShipmentStatus",
status: { status: {
start: [171], start: [171],
wait: [], wait: [172,173],
end: [172], end: [175],
}, },
}, },
{ {
......
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