| | |
| | | cnName: "åºåè§å¾", |
| | | name: "stockView", |
| | | url: "/stockView/", |
| | | sortName: "stockId", |
| | | sortName: "CreateDate", |
| | | }); |
| | | const editFormFields = ref({ |
| | | palletCode: "", |
| | |
| | | locationName: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "æçç¼å·", |
| | | required: true, |
| | | field: "palletCode", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "è´§ä½ç¼å·", |
| | | required: true, |
| | | field: "locationCode", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "è´§ä½åç§°", |
| | | required: true, |
| | | field: "locationName", |
| | | type: "string", |
| | | }, |
| | | ], |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | palletCode: "", |
| | |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" }, |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, |
| | | { title: "åºåç¶æ", field: "stockStatus" ,type: "selectList",dataKey: "stockStatusEmun",data: [],}, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |