| | |
| | | dataKey: "inOrderType", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "æ¹å·", |
| | | required: true, |
| | | field: "orderNo", |
| | | type: "string", |
| | | }, |
| | | // { |
| | | // title: "åæ®ç¼å·", |
| | | // required: true, |
| | | // field: "orderNo", |
| | | // type: "string", |
| | | // }, |
| | | // { |
| | | // title: "䏿¸¸åæ®ç¼å·", |
| | | // field: "upperOrderNo", |
| | |
| | | field: "materielName", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 150, |
| | | width: 200, |
| | | align: "left", |
| | | // edit: { type: "" }, |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | | title: "æå·", |
| | | title: "æ¹å·", |
| | | type: "decimal", |
| | | width: 90, |
| | | align: "left", |
| | |
| | | edit: { type: "number" }, |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | | title: "è´§ä½ç¼å·", |
| | | type: "select", |
| | | width: 150, |
| | | align: "left", |
| | | edit: { type: "selectList" , keep: true, data: []}, |
| | | bind: { key: "locationCodes", data: [] }, |
| | | // required: true, |
| | | }, |
| | | // { |
| | | // field: "locationCode", |
| | | // title: "è´§ä½ç¼å·", |
| | | // type: "select", |
| | | // width: 150, |
| | | // align: "left", |
| | | // edit: { type: "selectList" , keep: true, data: []}, |
| | | // bind: { key: "locationCodes", data: [] }, |
| | | // // required: true, |
| | | // }, |
| | | { |
| | | field: "receiptQuantity", |
| | | title: "ç»çæ°é", |
| | |
| | | field: "overInQuantity", |
| | | title: "䏿¶æ°é", |
| | | type: "string", |
| | | width: 200, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderDetailStatus", |
| | | title: "订åæç»ç¶æ", |
| | | type: "string", |
| | | width: 180, |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "orderDetailStatusEnum", data: [] }, |
| | | }, |