| | |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "ä»åº", |
| | | field: "warehouseId", |
| | | type: "select", |
| | | dataKey: "warehouse", |
| | | data: [], |
| | | required: true, |
| | | }, |
| | | { |
| | | title: "æ°é", |
| | | field: "count", |
| | | type: "int", |
| | | required: true, |
| | | }, |
| | | |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | }, |
| | | { |
| | | field: "modifier", |
| | | title: "ä¿®æ¹äºº", |
| | | title: "æåæå°äººå", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "modifyDate", |
| | | title: "ä¿®æ¹æ¶é´", |
| | | title: "æåæå°æ¶é´", |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |