| | |
| | | ]); |
| | | |
| | | |
| | | // const searchFormFields = ref({ |
| | | // orderNo: "", |
| | | // upperOrderNo: "", |
| | | // orderType: "117", |
| | | // orderStatus: "", |
| | | // createType: "", |
| | | // fromWarehouse: "", |
| | | // toWarehouse: "", |
| | | // factoryArea: "", |
| | | // creater: "", |
| | | // createDate: "", |
| | | // }); |
| | | |
| | | |
| | | // const searchFormOptions = ref([ |
| | | // [ |
| | | // { title: "ä¸çº§åæ®ç¼å·", field: "upperOrderNo", type: "like" }, |
| | | // { |
| | | // title: "åæ®ç¶æ", |
| | | // field: "orderStatus", |
| | | // type: "select", |
| | | // dataKey: "allocateOrderStatus", |
| | | // data: [], |
| | | // }, |
| | | // { |
| | | // title: "åæ®ç±»å", |
| | | // field: "orderType", |
| | | // type: "select", |
| | | // dataKey: "outOrderType", |
| | | // data: [], |
| | | // }, |
| | | // ], |
| | | // [ |
| | | // { |
| | | // title: "å建类å", |
| | | // field: "createType", |
| | | // type: "select", |
| | | // dataKey: "createType", |
| | | // data: [], |
| | | // }, |
| | | // { title: "æ¥æºä»åº", field: "fromWarehouse", type: "like" }, |
| | | // { title: "ç®æ ä»åº", field: "toWarehouse", type: "like" }, |
| | | // ], |
| | | // [ |
| | | // { title: "ååº", field: "factoryArea", type: "like" }, |
| | | // { title: "å建è
", field: "creater", type: "like" }, |
| | | // { title: "å建æ¶é´", field: "createDate", type: "datetime" }, |
| | | // ], |
| | | // ]); |
| | | const searchFormFields = ref({ |
| | | orderNo: "", |
| | | upperOrderNo: "", |
| | | supplierId: "", |
| | | orderType: "", |
| | | orderType: "117", |
| | | orderStatus: "", |
| | | createType: "", |
| | | businessType: "", |
| | | fromWarehouse: "", |
| | | toWarehouse: "", |
| | | factoryArea: "", |
| | | creater: "", |
| | | createDate: "", |
| | | }); |
| | | |
| | | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "åæ®ç¼å·", field: "orderNo", type: "like" }, |
| | | { title: "ä¸çº§åæ®ç¼å·", field: "upperOrderNo", type: "like" }, |
| | | { title: "ä¾åºåID", field: "supplierId", type: "like" }, |
| | | { |
| | | title: "订åç±»å", |
| | | title: "åæ®ç±»å", |
| | | field: "orderType", |
| | | type: "select", |
| | | dataKey: "allocateOrderType", |
| | | dataKey: "outOrderType", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "åæ®ç¶æ", |
| | | field: "orderStatus", |
| | | type: "select", |
| | | dataKey: "outboundStatusEnum", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "åæ®ç¶æ", |
| | | field: "orderStatus", |
| | | type: "select", |
| | | dataKey: "allocateOrderStatus", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "å建类å", |
| | | title: "å建æ¹å¼", |
| | | field: "createType", |
| | | type: "select", |
| | | dataKey: "createType", |
| | | data: [], |
| | | }, |
| | | { title: "ä¸å¡ç±»å", field: "businessType", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "æ¥æºä»åº", field: "fromWarehouse", type: "like" }, |
| | | { title: "ç®æ ä»åº", field: "toWarehouse", type: "like" }, |
| | | { title: "ååº", field: "factoryArea", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "å建è
", field: "creater", type: "like" }, |
| | | { title: "å建æ¶é´", field: "createDate", type: "datetime" }, |
| | | ], |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "supplierId", |
| | | title: "ä¾åºåID", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderType", |
| | | title: "订åç±»å", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "allocateOrderType", data: [] }, |
| | | bind: { key: "outOrderType", data: [] }, |
| | | }, |
| | | { |
| | | field: "orderStatus", |
| | |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "allocateOrderStatus", data: [] }, |
| | | bind: { key: "inboundState", data: [] }, |
| | | }, |
| | | { |
| | | field: "createType", |
| | |
| | | align: "left", |
| | | bind: { key: "createType", data: [] }, |
| | | }, |
| | | { |
| | | field: "businessType", |
| | | title: "ä¸å¡ç±»å", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "businessType", |
| | | // title: "ä¸å¡ç±»å", |
| | | // type: "string", |
| | | // width: 120, |
| | | // align: "left", |
| | | // bind: { key: "businessType", data: [] }, |
| | | // }, |
| | | { |
| | | field: "fromWarehouse", |
| | | title: "æ¥æºä»åº", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "warehouses", data: [] }, |
| | | }, |
| | | { |
| | | field: "toWarehouse", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "warehouses", data: [] }, |
| | | }, |
| | | { |
| | | field: "isBatch", |
| | | title: "æ¯å¦æ¹æ¬¡", |
| | | type: "bool", |
| | | width: 100, |
| | | align: "left", |
| | | field: "returnToMESStatus", |
| | | title: "åä¼ MESç¶æ", |
| | | width: 120, |
| | | bind: { key: "createType", data: [{ key: 0, value: "æªåä¼ " }, { key: 1, value: "å·²åä¼ æå" }, { key: 2, value: "åä¼ å¤±è´¥" },{ key: 3, value: "é¨ååä¼ æå" },{ key: 4, value: "é¨ååä¼ å¤±è´¥" }] }, |
| | | }, |
| | | { |
| | | field: "factoryArea", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "operator", |
| | | field: "modifier", |
| | | title: "ä¿®æ¹äºº", |
| | | type: "string", |
| | | width: 100, |