| | |
| | | *代ç ç±æ¡æ¶çæ,任使´æ¹é½å¯è½å¯¼è´è¢«ä»£ç çæå¨è¦ç |
| | | *ä¸å¡è¯·å¨@/extension/widesea_wms/taskinfo/Dt_Task.jsæ¤å¤ç¼å |
| | | --> |
| | | <template> |
| | | <template> |
| | | <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions" |
| | | :table="table" :extend="extend" /> |
| | |
| | | sortName: "" |
| | | }); |
| | | const editFormFields = ref({ |
| | | |
| | | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | }); |
| | |
| | | [ |
| | | { "title": "ä»åºåç§°", "field": "ä»åºåç§°", type: "text" }, |
| | | { "title": "产åå¾å·", "field": "产åå¾å·", type: "text" }, |
| | | { "title": "åé", "field": "åé", type: "text"}, |
| | | { "title": "åé", "field": "åé", type: "text" }, |
| | | ], [ |
| | | { "title": "åå", "field": "åå", type: "text" }, |
| | | { "title": "åºåæ°é", "field": "åºåæ°é", type: "text"}, |
| | | { "title": "åºåæ°é", "field": "åºåæ°é", type: "text" }, |
| | | { "title": "æå·", "field": "æå·", type: "text" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { field: 'ä»åºç¼ç ', title: 'ä»åºç¼ç ', type: 'string', width: 110, readonly: true, require: true, align: 'left' }, |
| | | { field: 'ä»åºåç§°', title: 'ä»åºåç§°', type: 'string', width: 110, readonly: true, require: true, align: 'left' }, |
| | | { field: '产åå¾å·', title: '产åå¾å·', type: 'string', width: 180, align: 'left' }, |
| | | { field: 'æå·', title: 'æå·', type: 'string', width: 180, align: 'left' }, |
| | |
| | | { field: 'ç¨åæè´¨', title: 'ç¨åæè´¨', type: 'string', width: 180, align: 'left' }, |
| | | { field: 'æ§è¡æ åå·', title: 'æ§è¡æ åå·', type: 'string', width: 180, align: 'left' }, |
| | | { field: 'åç', title: 'åç', type: 'string', width: 180, align: 'left' }, |
| | | ]); |
| | | ]); |
| | | const detail = ref({ |
| | | cnName: "#detailCnName", |
| | | table: "#detailTable", |