From c5cf76657ef4bda557a445b56466a85db0b2662d Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期五, 14 三月 2025 18:05:52 +0800
Subject: [PATCH] 新增物料出库详情单页面
---
代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue"
index bf25d44..c34330c 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue"
@@ -14,7 +14,7 @@
</view-grid>
</template>
<script>
- import extend from "@/extension/outbound/outboundOrderDetail.js";
+ import extend from "@/extension/outbound/mesOutboundOrder.js";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
@@ -34,12 +34,14 @@
]);
const searchFormFields = ref({
orderNo: "",
+ taskNo:"",
materialCode: "",
batchNo: "",
});
const searchFormOptions = ref([
[
{ title: "鍗曟嵁缂栧彿", field: "orderNo", type:"like" },
+ { title: "MES浠诲姟鍗曞彿", field: "taskNo", type:"like" },
{ title: "鐗╂枡缂栧彿", field: "materialCode" ,type:"like"},
{ title: "鎵规鍙�", field: "batchNo" ,type:"like"},
],
@@ -71,7 +73,7 @@
},
{
field: "taskNo",
- title: "浠诲姟鍗曞彿",
+ title: "MES浠诲姟鍗曞彿",
type: "string",
width: 150,
align: "left",
@@ -154,6 +156,14 @@
type: "string",
width: 100,
align: "left",
+ hidden: true
+ },
+ {
+ field: "createDate",
+ title: "鍒涘缓鏃堕棿",
+ type: "datetime",
+ width: 160,
+ align: "left",
},
{
field: "width",
--
Gitblit v1.9.3