| | |
| | | { "title": "å·¥åå·", "field": "workOrderNo", "type": "text" }, |
| | | { "title": "订åå·", "field": "vehicleOrderNo", "type": "text" }, |
| | | { "title": "pvi", "field": "pvi", "type": "text" }, |
| | | { "title": "车åç¹å¾å¼", "field": "vehicleCharacteristic", "type": "text" }, |
| | | ], |
| | | [ |
| | | { "title": "å·¥å", "field": "plantCode", "type": "text" }, |
| | | { "title": "订åç±»å", "field": "orderType", "type": "select", dataKey: "OrderType", data: [] }, |
| | | { "title": "å·¥å顺åºå·", "field": "sequenceNo", "type": "text" }, |
| | | { "title": "æ´è½¦ç©æå·", "field": "vehicleCode", "type": "text" }, |
| | | ], [ |
| | | { "title": "ç½è½¦èº«ç©æå·", "field": "biwMaterial", "type": "text" }, |
| | | { "title": "å½©è½¦èº«ç©æå·", "field": "pbMaterial", "type": "string" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([{ field: 'Id', title: '主é®', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | |
| | | //{ field: 'splitStrategy', title: 'ç产模å¼', type: 'string', width: 110, require: true, align: 'left' }, |
| | | { field: 'vehicleOrderNo', title: '订åå·', type: 'string', width: 90, require: true, align: 'left' }, |
| | | { field: 'orderType', title: '订åç±»å', type: 'string', width: 110, require: true, align: 'left', bind: { key: "OrderType", data: [] } }, |
| | | { field: 'workOrderNo', title: 'å·¥åå·', type: 'string', width: 90, require: true, align: 'left' }, |
| | | { field: 'workOrderNo', title: 'å·¥åå·', type: 'string', width: 150, require: true, align: 'left' }, |
| | | { field: 'pvi', title: 'pvi', type: 'string', width: 100, require: true, align: 'left' }, |
| | | { field: 'sequenceNo', title: 'å·¥å顺åºå·', type: 'string', width: 120, require: true, align: 'left', sort: true }, |
| | | { field: 'vehicleCharacteristic', title: '车åç¹å¾å¼', type: 'string', width: 90, require: true, align: 'left' }, |
| | |
| | | //{ field: 'spare3', title: 'å¤ç¨3', type: 'string', width: 110, require: true, align: 'left' }, |
| | | { field: 'creater', title: 'å建人', type: 'string', width: 90, align: 'left' }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, |
| | | //{ field: 'modifier', title: 'ä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |
| | | //{ field: 'modifyDate', title: 'ä¿®æ¹æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, |
| | | //{ field: 'modifier', title: 'ä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |
| | | //{ field: 'modifyDate', title: 'ä¿®æ¹æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, |
| | | ]); |
| | | const detail = ref({ |
| | | cnName: "åºåºæç»è®¢å", |