| | |
| | | data: [], |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "单据编号", |
| | | type: "string", |
| | | }, |
| | | field: "warehouseId", |
| | | title: "仓库ID", |
| | | type: "int", |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "单据编号", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "单据状态", |
| | | field: "orderStatus", |
| | | type: "select", |
| | | dataKey: "inboundState", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "上游单据编号", |
| | | field: "upperOrderNo", |
| | |
| | | title: "备注", |
| | | field: "remark", |
| | | type: "textarea", |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "创建方式", |
| | | field: "createType", |
| | | type: "select", |
| | | dataKey: "createType", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "warehouseId", |
| | | title: "仓库ID", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "单据编号", |
| | | type: "string", |
| | |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "inOrderType", data: [] }, |
| | | }, |
| | | { |
| | | field: "inoutType", |
| | | title: "单据大类", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "inoutType", data: [] }, |
| | | }, |
| | | { |
| | | field: "orderStatus", |
| | |
| | | width: 150, |
| | | align: "left", |
| | | edit: { type: "" }, |
| | | |
| | | }, |
| | | { |
| | | field: "materielName", |
| | |
| | | type: "string", |
| | | width: 180, |
| | | align: "left", |
| | | edit: { type: "" }, |
| | | bind: { key: "orderDetailStatusEnum", data: [] }, |
| | | }, |
| | | { |