| | |
| | | export default defineComponent({ |
| | | setup() { |
| | | const table = ref({ |
| | | key: 'wheels_ID', |
| | | key: 'Id', |
| | | footer: "Foots", |
| | | cnName: 'åºåä¿¡æ¯', |
| | | name: 'stock/Dt_PalletStockInfo', |
| | |
| | | const editFormOptions = ref([ |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | locationCode:"", |
| | | palletCode:"" |
| | | locationCode: "", |
| | | palletCode: "" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { field: 'Id', title: '主é®ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'Id', title: '主é®ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | //{ field: 'palletCode', title: 'æç®±å·/æçå·', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'areaCode', title: 'åºåº', type: 'string', width: 110, align: 'left',bind: { key: "AreaType", data: [] } }, |
| | | { field: 'areaCode', title: 'åºåº', type: 'string', width: 110, align: 'left', bind: { key: "AreaType", data: [] } }, |
| | | { field: 'locationCode', title: 'åºä½å·', type: 'string', width: 110, align: 'left' }, |
| | | //{ field: 'SequenceNum', title: 'åºåå·', type: 'string', width: 110, align: 'left', sort: true, link: true, }, |
| | | { field: 'stockStatus', title: 'åºåç¶æ', type: 'string', width: 110, align: 'left',bind: { key: "CurrentStatue", data: [] } }, |
| | | { field: 'creater', title: 'å建æ¶é´', type: 'string', width: 100, align: 'left' }, |
| | | { field: 'stockStatus', title: 'åºåç¶æ', type: 'string', width: 110, align: 'left', bind: { key: "CurrentStatue", data: [] } }, |
| | | { field: 'creater', title: 'å建æ¶é´', type: 'string', width: 100, align: 'left' }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 100, align: 'left' }, |
| | | ]); |
| | | |