From 6b74e1dcf5642c8f56975471e27780d695953989 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期日, 26 四月 2026 15:48:01 +0800
Subject: [PATCH] 同步代码
---
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/VV_MesLockInfo.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_MesLockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_MesLockInfo.vue"
index 9bbb147..69b1457 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_MesLockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/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' },
--
Gitblit v1.9.3