From 47271125766d3c1eb1f654c2349fa855ff48ca7c Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 27 8月 2024 14:13:12 +0800
Subject: [PATCH] //这里修复OP10、OP40 因为PLC先推 SPC推出、再推 产品下线问题,导致 产品下线更新数据时,把SPC数据覆盖的问题 【Editby shaocx,2024-08-27】

---
 yiqi_pda/pages/outBound/modules/content.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/yiqi_pda/pages/outBound/modules/content.vue b/yiqi_pda/pages/outBound/modules/content.vue
index 23fb066..d44726d 100644
--- a/yiqi_pda/pages/outBound/modules/content.vue
+++ b/yiqi_pda/pages/outBound/modules/content.vue
@@ -4,7 +4,7 @@
 			:name="index" @click="actionClick" style="margin-bottom: 10rpx;background-color: #fff;">
 		<view class="content" >
 			<view class="content_flex">
-				<view class="flex_index">{{index+1}}</view>
+				<view class="flex_index">{{workPieceData.length-index}}</view>
 				<view class="flex_code">OP80鎴愬搧鐮�: {{item.oP80NewCode}}</view>
 				<view class="flex_status">{{item.qualityStateName}}</view>
 			</view>

--
Gitblit v1.9.3