From 20215f3e0a35ab72d3011b3c88574ca8a15b7773 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期三, 17 十二月 2025 11:14:49 +0800
Subject: [PATCH] 海川开心-修改生产管控-生产派工
---
src/pages/productionManagement/productionDispatching/index.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/pages/productionManagement/productionDispatching/index.vue b/src/pages/productionManagement/productionDispatching/index.vue
index 6168994..2dde7b3 100644
--- a/src/pages/productionManagement/productionDispatching/index.vue
+++ b/src/pages/productionManagement/productionDispatching/index.vue
@@ -142,18 +142,18 @@
</view>
<view class="item-details">
- <view class="detail-row">
+ <!-- <view class="detail-row">
<text class="detail-label">瀹㈡埛鍚堝悓鍙�</text>
<text class="detail-value">{{ item.customerContractNo }}</text>
- </view>
+ </view> -->
<view class="detail-row">
<text class="detail-label">瀹㈡埛鍚嶇О</text>
<text class="detail-value">{{ item.customerName }}</text>
</view>
- <view class="detail-row">
+ <!-- <view class="detail-row">
<text class="detail-label">椤圭洰鍚嶇О</text>
<text class="detail-value">{{ item.projectName }}</text>
- </view>
+ </view> -->
<view class="detail-row">
<text class="detail-label">浜у搧澶х被</text>
<text class="detail-value">{{ item.productCategory }}</text>
@@ -171,7 +171,11 @@
<text class="detail-value">{{ item.unit }}</text>
</view>
<view class="detail-row">
- <text class="detail-label">鎬绘暟閲�</text>
+ <text class="detail-label">褰曞叆鏃ユ湡</text>
+ <text class="detail-value">{{ item.entryDate }}</text>
+ </view>
+ <view class="detail-row">
+ <text class="detail-label">鏁伴噺</text>
<text class="detail-value">{{ item.quantity }}</text>
</view>
<view class="detail-row">
--
Gitblit v1.9.3