From fb1d6acf580f3089a3d5b81d0bbfe76c0a94c51b Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 18 三月 2026 15:57:55 +0800
Subject: [PATCH] APP 生产领料暂存列表 多语言开APP 生产补料暂存列表 多语言开APP 生产入库暂存列表 多语言开发 APP 生产退料暂存列表 多语言开发 APP 委外领料暂存列表 多语言开发APP 委外入库暂存列表 多语言开发
---
pages/MJGL/Sb_EquipDotCheckTaskReport/Sb_EquipDotCheckTaskReport.vue | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/pages/MJGL/Sb_EquipDotCheckTaskReport/Sb_EquipDotCheckTaskReport.vue b/pages/MJGL/Sb_EquipDotCheckTaskReport/Sb_EquipDotCheckTaskReport.vue
index b747365..c0fb52e 100644
--- a/pages/MJGL/Sb_EquipDotCheckTaskReport/Sb_EquipDotCheckTaskReport.vue
+++ b/pages/MJGL/Sb_EquipDotCheckTaskReport/Sb_EquipDotCheckTaskReport.vue
@@ -13,7 +13,12 @@
<view class="card-detail">
<view class="detail" v-for="(field, index) in CommonUtils.emptyValueFilter(item, HFieldList)"
:key="index">
- <text>{{field.ColmCols}}锛�</text>{{item[field.ColmCols]}}
+ <template v-if="field.ColmType == 'DateTime'">
+ <text>{{field.ColmCols}}锛�</text>{{dayjs(item[field.ColmCols]).format("YYYY-MM-DD HH:mm:ss")}}
+ </template>
+ <template v-else>
+ <text>{{field.ColmCols}}锛�</text>{{item[field.ColmCols]}}
+ </template>
</view>
</view>
<view class="more" v-if="showDetail == index && operations != index">
@@ -35,9 +40,9 @@
<view class="op" v-if="operations == index">
<!-- <button class="op3" size="mini" plain @tap.stop="edit(item)">缂栬緫</button> -->
<!-- <button class="op4" size="mini" plain @tap.stop="del(item)">鍒犻櫎</button> -->
- <button class="op3" size="mini" v-if="tabs == 0" plain @tap.stop="pushBill(0, item)">涓嬫帹娲惧伐鍗�</button>
+ <!-- <button class="op3" size="mini" v-if="tabs == 0" plain @tap.stop="pushBill(0, item)">涓嬫帹娲惧伐鍗�</button>
<button class="op3" size="mini" v-if="tabs == 1" plain @tap.stop="pushBill(1, item)">涓嬫帹缁翠慨鍗�</button>
- <button class="op3" size="mini" v-if="tabs == 2" plain @tap.stop="pushBill(2, item)">涓嬫帹楠屾敹鍗�</button>
+ <button class="op3" size="mini" v-if="tabs == 2" plain @tap.stop="pushBill(2, item)">涓嬫帹楠屾敹鍗�</button> -->
<button class="op5" size="mini" plain @tap.stop="operations = -1">鍙栨秷鎿嶄綔</button>
</view>
</uni-card>
--
Gitblit v1.9.1