From aaa8efda7a2697cf36e7021a1c5d94f3a541b387 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 22 十月 2025 16:19:50 +0800
Subject: [PATCH] 物料下发/物料取消下发页面
---
pages/product/WorkshopOrderCancellationIssued/comp.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pages/product/WorkshopOrderCancellationIssued/comp.vue b/pages/product/WorkshopOrderCancellationIssued/comp.vue
index 2df7ab7..400b772 100644
--- a/pages/product/WorkshopOrderCancellationIssued/comp.vue
+++ b/pages/product/WorkshopOrderCancellationIssued/comp.vue
@@ -23,10 +23,10 @@
<view class="_label-name">琛屽彿锛�</view>
</view>
<view class="_content">
- {{ item.value0 }}
+ {{ item.ifsLineItemNo }}
</view>
</view>
- <view class="row-list">
+ <!-- <view class="row-list">
<view class="_label">
<view class="_label-icon-2"> </view>
<view class="_label-name">涓嬪彂鑷冲簱浣嶏細</view>
@@ -34,7 +34,7 @@
<view class="_content">
{{ item.value1 }}
</view>
- </view>
+ </view> -->
<view class="row-list">
<view class="_label">
<view class="_label-icon-1"> </view>
@@ -53,7 +53,7 @@
{{ item.partName }}
</view>
</view>
- <view class="row-list">
+ <!-- <view class="row-list">
<view class="_label">
<view class="_label-icon-2"> </view>
<view class="_label-name">闆朵欢涓嬪彂鏁伴噺锛�</view>
@@ -70,7 +70,7 @@
<view class="_content">
{{ item.value5 }}
</view>
- </view>
+ </view> -->
</view>
</view>
</u-cell-group>
@@ -299,7 +299,7 @@
._label-name {
width: 80px;
margin-left: 11rpx;
- font-size: 26rpx;
+ font-size: small;
font-weight: 500;
color: #666666;
}
@@ -309,7 +309,7 @@
flex: 1.5;
text-align: right;
color: #909399;
- font-size: 24rpx;
+ font-size: small;
}
.row-list .s1 {
--
Gitblit v1.9.3