| | |
| | | const table = ref({ |
| | | key: "id", |
| | | footer: "Foots", |
| | | cnName: "æå¼è¿æ¥åºåä¿¡æ¯", |
| | | cnName: "åå²åºåä¿¡æ¯", |
| | | name: "stockInfo_hty", |
| | | url: "/stockInfo_hty/", |
| | | sortName: "CreateDate" |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" } |
| | | { title: "ç©æåç§°", field: "materielName" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | title: "æçç¼å·", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left" |
| | | }, |
| | | { |
| | | field: "materielName", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left" |
| | | }, |
| | | { |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left" |
| | | }, |
| | | { |
| | | field: "stockType", |
| | | title: "ç©æç±»å", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { |
| | | key: "stockType", |
| | | data: [ |
| | | { key: "1", value: "æ°´" }, |
| | | { key: "2", value: "æ²¹" } |
| | | ] |
| | | } |
| | | }, |
| | | { |
| | | field: "stockStatus", |