| | |
| | | const table = ref({ |
| | | key: 'id', |
| | | footer: "Foots", |
| | | cnName: 'åºåä¿¡æ¯', |
| | | cnName: 'åºååå²ä¿¡æ¯', |
| | | name: 'stock/Dt_BillGroupStock_Hty', |
| | | url: "/StockInfoHty/", |
| | | sortName: "createDate" |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "æçæ¡ç ", "field": "palletCode", type: "text" }, |
| | | { "title": "ç产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] }, |
| | | { "title": "åºåº", "field": "areaCode", type: "select", dataKey: "AreaType", data: [] }, |
| | | { "title": "åºåç±»å", "field": "isFull", type: "select", dataKey: "isFull", data: [] }, |
| | | { "title": "楼å±", "field": "floor", type: "select", dataKey: "Floor", data: [] }, |
| | | { "title": "åºåç¶æ", "field": "stockStatus", type: "select", dataKey: "StockStateEmun", data: [] }, |
| | | ], [ |
| | | { "title": "åºä½å·", "field": "locationCode", type: "text" }, |
| | | { "title": "å··é", "field": "roadwayNo", type: "text" }, |
| | | { "title": "è´§ä½ç¶æ", "field": "locationStatus", type: "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "åºå", "field": "areaId", type: "select", dataKey: "AreaType", data: []}, |
| | | ] |
| | | , [ |
| | | { "title": "ç©æç¼ç ", "field": "materielCode", type: "text" }, |
| | | ] |
| | | ]); |
| | |
| | | [{ field: 'id', title: 'åºåID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | { field: 'palletCode', title: 'æçæ¡ç ', type: 'string', width: 110, align: 'left', link: true, }, |
| | | { field: 'locationCode', title: 'åºä½', type: 'string', width: 100, align: 'left', }, |
| | | { field: 'stockStatus', title: 'åºåç¶æ', type: 'int', width: 90, align: 'left', bind: { key: "StockStateEmun", data: [] } }, |
| | | { field: 'remark', title: '夿³¨', type: 'string', width: 60, align: 'left', }, |
| | | { field: 'creater', title: 'å建人', type: 'string', sort: true, width: 110, align: 'left', hidden: true }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', }, |
| | | { field: 'modifier', title: 'æåä¿®æ¹äºº', type: 'string', sort: true, width: 100, hidden: true, align: 'left' }, |
| | | { field: 'modifier', title: 'æåä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |
| | | ] |
| | | ); |
| | | const detail = ref({ |