| ÎļþÃû´Ó ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBody.vue ÐÞ¸Ä |
| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/widesea_wms/stock/Dt_CarBody.js"; |
| | | import extend from "@/extension/widesea_wms/stock/Dt_CarBodyInfo.js"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | | setup() { |
| | |
| | | key: 'id', |
| | | footer: "Foots", |
| | | cnName: '车身信æ¯', |
| | | name: 'stock/Dt_CarBody', |
| | | url: "/Dt_CarBody/", |
| | | name: 'stock/Dt_CarBodyInfo', |
| | | url: "/Dt_CarBodyInfo/", |
| | | sortName: "id" |
| | | }); |
| | | const editFormFields = ref({ |
| | |
| | | const columns = ref([ |
| | | { 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', sort: true }, |
| | | { field: 'workOrderNo', title: 'å·¥åå·', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'pvi', title: 'PVIç ', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'biwInPassTime', title: 'çè£
ä¸çº¿æ¶é´', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'carType', title: '车身类å', type: 'int', width: 110, align: 'left',bind: { key: "BodyType", data: [] } }, |
| | | { field: 'bodyStatus', title: 'å½åç¶æ', type: 'int', width: 110, align: 'left', bind: { key: "BodyStatus", data: [] } }, |
| | | { field: 'workOrderType', title: 'å·¥åç±»å', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'biwMaterialCode', title: 'ç½è½¦èº«ç©æå·', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'pbMaterial', title: 'å½©è½¦èº«ç©æå·', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'vehicleCharacteristic', title: '车åç¹å¾', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'skylightCharacteristic', title: '天çªç¹å¾', type: 'string', width: 110, align: 'left' }, |
| | | //{ field: 'bodyStatus', title: 'å½åç¶æ', type: 'int', width: 110, align: 'left', bind: { key: "BodyStatus", data: [] } }, |
| | | { field: 'biwInPassTime', title: 'çè£
ä¸çº¿æ¶é´', type: 'string', width: 110, align: 'left' }, |
| | | |
| | | |
| | | { field: 'description', title: '夿³¨', type: 'string', width: 120, align: 'left' }, |
| | | { field: 'creater', title: 'å建人', type: 'string', width: 100, align: 'left' }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 100, align: 'left' }, |