From 346314803cee2a7a0a1fbe6dfd9923887679016f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期二, 03 三月 2026 13:08:25 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
pages/ZLGL/QcenvironmentTestDotCheckBill/QCEnvironmentTestDotCheckBillList.vue | 46 +++++++++++++++++++++++++++++++---------------
1 files changed, 31 insertions(+), 15 deletions(-)
diff --git a/pages/ZLGL/QcenvironmentTestDotCheckBill/QCEnvironmentTestDotCheckBillList.vue b/pages/ZLGL/QcenvironmentTestDotCheckBill/QCEnvironmentTestDotCheckBillList.vue
index 2cdc0ad..54532ca 100644
--- a/pages/ZLGL/QcenvironmentTestDotCheckBill/QCEnvironmentTestDotCheckBillList.vue
+++ b/pages/ZLGL/QcenvironmentTestDotCheckBill/QCEnvironmentTestDotCheckBillList.vue
@@ -22,12 +22,12 @@
</view>
<view class="button-zone">
<button type="default" class="btn-a" size="mini" @tap="cmdSearch">鏌ヨ</button>
- <button type="default" class="btn-c" size="mini" @tap="setClearQuery">鏂板</button>
+ <button type="default" class="btn-c" size="mini" @tap="addNew">鏂板</button>
<button type="default" class="btn-d" size="mini" @tap="exit">閫�鍑�</button>
</view>
<view class="info-list-zone" id="scroll-content" :style="{height: scrollContentHeight + 'px'}">
<view class="card-item" v-for="(item, index) in listDataShow" :key="index">
- <uni-card :title="item['鍗曟嵁鍙�'] || '鐜妫�娴嬪崟'" :extra="'鏃ユ湡:' + formatDate(item['鏃ユ湡'])"
+ <uni-card :title="item['鍗曟嵁鍙�'] " :extra="'鏃ユ湡:' + formatDate(item['鏃ユ湡'])"
@tap="showDetail = showDetail==index?-1:index">
<view class="card-detail">
<view class="detail" v-if="item['缁勭粐鍚嶇О']">
@@ -35,18 +35,22 @@
</view>
</view>
<view class="card-detail" v-if="showDetail == index">
- <view class="detail" v-if="item['瀹℃牳浜�']">
- <text>瀹℃牳浜猴細</text>{{item['瀹℃牳浜�']}}
+ <view class="detail" v-if="item['鐢熶骇閮ㄩ棬']">
+ <text>鐢熶骇閮ㄩ棬锛�</text>{{item['鐢熶骇閮ㄩ棬']}}
</view>
<view class="detail" v-if="item['澶囨敞']">
<text>澶囨敞锛�</text>{{item['澶囨敞']}}
</view>
- <view class="detail" v-if="item['鍒跺崟鏃ユ湡']">
- <text>鍒跺崟鏃ユ湡锛�</text>{{formatDate(item['鍒跺崟鏃ユ湡'])}}
- </view>
- <view class="detail" v-if="item['瀹℃牳鏃ユ湡']">
- <text>瀹℃牳鏃ユ湡锛�</text>{{formatDate(item['瀹℃牳鏃ユ湡'])}}
- </view>
+ <view class="detail" v-if="item['宸ヤ綔涓績']">
+ <text>宸ヤ綔涓績锛�</text>{{item['宸ヤ綔涓績']}}
+ </view>
+ <view class="detail" v-if="item['宸ュ簭']">
+ <text>宸ュ簭锛�</text>{{item['宸ュ簭']}}
+ </view>
+ <view class="detail" v-if="item['娲佸噣搴︾瓑绾�']">
+ <text>娲佸噣搴︾瓑绾э細</text>{{item['娲佸噣搴︾瓑绾�']}}
+ </view>
+
</view>
<view class="more" v-if="showDetail == index && operations != index">
<view class="part" style="border-right: 1px solid #eee;">
@@ -191,11 +195,23 @@
},
// 閲嶇疆鏌ヨ鏉′欢
- setClearQuery() {
- this.hform.HBeginDate = dayjs().subtract(30, 'd').format('YYYY-MM-DD');
- this.hform.HEndDate = dayjs().format('YYYY-MM-DD');
- this.cmdSearch();
- },
+ addNew() {
+
+ uni.showLoading({
+ title: '鍔犺浇涓�...',
+ mask: true
+ });
+
+ // 寤惰繜涓�鐐瑰啀璺宠浆锛岃鐢ㄦ埛鑳界湅鍒板姞杞芥彁绀�
+ setTimeout(() => {
+ uni.redirectTo({
+ url: "/pages/ZLGL/QcenvironmentTestDotCheckBill/QcenvironmentTestDotCheckBill?operationType=1",
+ complete: () => {
+ uni.hideLoading();
+ }
+ });
+ }, 300);
+ },
async onPaginationChangeHandler({current}) {
this.listDataShow = this.listData.slice(
--
Gitblit v1.9.1