| | |
| | | required: true, |
| | | field: "orderType", |
| | | type: "select", |
| | | dataKey: "outOrderType", |
| | | dataKey: "inOrderType", |
| | | data: [], |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "单据编号", |
| | | type: "string", |
| | | }, |
| | | { |
| | | field: "outWareHouse", |
| | | title: "仓库编码", |
| | | type: "string", |
| | | }, |
| | | { |
| | |
| | | { title: "单据编号", field: "orderNo", type: "like" }, |
| | | { title: "上游单据编号", field: "upperOrderNo", type: "like" }, |
| | | { |
| | | title: "单据类型", |
| | | title: "单据大类", |
| | | field: "orderType", |
| | | type: "select", |
| | | dataKey: "outOrderType", |
| | | dataKey: "inOrderType", |
| | | data: [], |
| | | }, |
| | | { |
| | |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | field: "outWareHouse", |
| | | title: "出库仓库", |
| | | type: "select", |
| | | width: 120, |
| | | align: "left", |
| | | datakey:"",data:[{key:"SC01_BC", value:"板材仓"},{key:"SC02_BC", value:"板材仓(2)"}] |
| | | }, |
| | | { |
| | | title: "创建方式", |
| | | field: "createType", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "id", |
| | | title: "主键", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "outWareHouse", |
| | | title: "仓库", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind:{key:"",data:[{key:"SC01_BC", value:"板材仓"},{key:"SC02_BC", value:"板材仓(2)"}]} |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "单据编号", |
| | | type: "string", |
| | | width: 120, |
| | | width: 170, |
| | | align: "left", |
| | | link: true, |
| | | }, |
| | |
| | | }, |
| | | { |
| | | field: "orderType", |
| | | title: "单据类型", |
| | | title: "单据大类", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "outOrderType", data: [] }, |
| | | bind: { key: "inOrderType", data: [] }, |
| | | }, |
| | | { |
| | | field: "inoutType", |
| | | title: "出入库类型", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "inoutTypeEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "orderStatus", |
| | |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | edit: { type: "string" }, |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | | title: "批次号", |
| | | type: "decimal", |
| | | width: 90, |
| | | width: 150, |
| | | align: "left", |
| | | edit: { type: "string" }, |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "supplierBatch", |
| | | title: "供应商批次号", |
| | | type: "decimal", |
| | | width: 180, |
| | | align: "left", |
| | | edit: { type: "string" }, |
| | | required: true, |