| | |
| | | devicePlcType: "", |
| | | deviceRemark: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | |
| | | ]); |
| | | const editFormOptions = ref([]); |
| | | const searchFormFields = ref({ |
| | | locationCode: "", |
| | | orderNo: "", |
| | |
| | | { title: "ä»»å¡å·", field: "taskNum" }, |
| | | ], |
| | | [ |
| | | { title: "åå¨åè´§ä½ç¶æ", field: "beforeStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, |
| | | { title: "åå¨åè´§ä½ç¶æ", field: "afterStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, |
| | | { title: "åå¨ç±»å", field: "changeType" ,type: "selectList",dataKey: "stockChangeType",data: [],}, |
| | | { |
| | | title: "åå¨åè´§ä½ç¶æ", |
| | | field: "beforeStatus", |
| | | type: "selectList", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "åå¨åè´§ä½ç¶æ", |
| | | field: "afterStatus", |
| | | type: "selectList", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "åå¨ç±»å", |
| | | field: "changeType", |
| | | type: "selectList", |
| | | dataKey: "locationChangeType", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "stockChangeType", data: [] }, |
| | | bind: { key: "locationChangeType", data: [] }, |
| | | }, |
| | | { |
| | | field: "orderId", |