陈勇
2 天以前 6b74e1dcf5642c8f56975471e27780d695953989
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/VV_MesLockInfo.vue
@@ -11,7 +11,7 @@
    </view-grid>
</template>
<script>
import extend from "@/extension/widesea_wms/stock/VV_MesLockInfo.js";
import extend from "@/extension/widesea_wms/stock/VV_MesLockInfo.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
    setup() {
@@ -57,17 +57,17 @@
        ]);
        const columns = ref([
            { field: 'id', title: '主键ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
            { field: 'lockStatue', title: '拉动状态', type: 'string', width: 60, align: 'left' },
            { field: 'tcLine', title: '横移机产线', type: 'int', width: 100, align: 'left' },
            { field: 'sequenceNo', title: '顺序号', type: 'int', width: 120, align: 'left' },
            { field: 'lockStatue', title: '拉动状态', type: 'string', width: 75, align: 'left',bind: { key: "LockStatus", data: [] } },
            { field: 'tcLine', title: '巷道机', type: 'int', width: 75, align: 'left' },
            { field: 'sequenceNo', title: '顺序号', type: 'int', width: 65, align: 'left' },
            { field: 'carBodyID', title: '车身ID', type: 'string', width: 75, align: 'left' },
            { field: 'pvi', title: 'PVI码', type: 'int', width: 80, align: 'left' },
            { field: 'palletCode', title: '滑橇号', type: 'string', width: 100, align: 'left' },
            { field: 'vehicleCharacteristic', title: '车型', type: 'string', width: 75, align: 'left' },
            { field: 'carType', title: '车身类型', type: 'string', width: 75, align: 'left' , bind: { key: "BodyType", data: [] } },
            { field: 'workOrderType', title: '订单状态', type: 'string', width: 110, align: 'left' },
            { field: 'skylightCharacteristic', title: '天窗特征', type: 'string', width: 110, align: 'left' },
            { field: 'carBodyCharacteristic', title: '车身颜色', type: 'datetime', width: 130, align: 'left' },
            { field: 'palletCode', title: '滑橇号', type: 'string', width: 70, align: 'left' },
            { field: 'vehicleCharacteristic', title: '车型', type: 'string', width: 60, align: 'left' },
            { field: 'carType', title: '车身类型', type: 'string', width: 60, align: 'left' , bind: { key: "BodyType", data: [] } },
            { field: 'workOrderType', title: '工单类型', type: 'string', width: 60, align: 'left',bind: { key: "OrderType", data: [] } },
            { field: 'skylightCharacteristic', title: '天窗特征', type: 'string', width: 60, align: 'left' },
            { field: 'carBodyCharacteristic', title: '车身颜色', type: 'datetime', width: 60, align: 'left' },
            { field: 'biwMaterialCode', title: '白车身物料号', type: 'string', width: 80, align: 'left'},
            { field: 'pbMaterial', title: '彩车身物料号', type: 'int', width: 75, align: 'left'},
            { field: 'biwInPassTime', title: '焊装上线时间', type: 'string', width: 80, align: 'left' },