From eec94e8289887525d594377eab16d25d3b5d5e3c Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 20 四月 2026 23:52:19 +0800
Subject: [PATCH] feat(db): Dt_StockInfo表新增MesUploadStatus字段
---
Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail_Hty.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail_Hty.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail_Hty.vue
index e97706c..cb7e313 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail_Hty.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail_Hty.vue
@@ -17,7 +17,7 @@
</view-grid>
</template>
<script>
- import extend from "@/extension/stock/stockInfoDetail_Hty.js";
+ import extend from "@/extension/stock/stockInfoDetail_Hty.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
--
Gitblit v1.9.3