From 1924bdeca6414b6fec314c37260b44f20865d593 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 22 一月 2026 20:49:05 +0800
Subject: [PATCH] 代码同步,接口更新
---
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBody.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue"
similarity index 73%
rename from "\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBody.vue"
rename to "\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue"
index 7d96a24..1b56e9b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBody.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.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' },
--
Gitblit v1.9.3