刘磊
2026-01-22 1924bdeca6414b6fec314c37260b44f20865d593
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue
ÎļþÃû´Ó ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBody.vue ÐÞ¸Ä
@@ -11,7 +11,7 @@
    </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() {
@@ -19,8 +19,8 @@
            key: 'id',
            footer: "Foots",
            cnName: '车身信息',
            name: 'stock/Dt_CarBody',
            url: "/Dt_CarBody/",
            name: 'stock/Dt_CarBodyInfo',
            url: "/Dt_CarBodyInfo/",
            sortName: "id"
        });
        const editFormFields = ref({
@@ -43,10 +43,18 @@
        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' },