From 92d2b2bb29051da86d1c8c7529458bb6d501f483 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 26 一月 2026 09:24:57 +0800
Subject: [PATCH] 添加待检验列表 添加下推 首件检验单 巡检单 末件检验单 功能
---
pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill.vue | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill.vue b/pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill.vue
index 5edebd6..805c203 100644
--- a/pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill.vue
+++ b/pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill.vue
@@ -11,14 +11,14 @@
</view>
</view>
<view class="form-item">
- <view class="title">宸ュ簭:</view>
+ <view class="title required">宸ュ簭:</view>
<view class="right">
<uni-combox :candidates="HProcNameArray" name="HProcName" id="HProcName" placeholder="璇烽�夋嫨宸ュ簭鍙�"
v-model="hform.HProcName" @input="onHProcNameChangeHandler"></uni-combox>
</view>
</view>
<view class="form-item">
- <view class="title">鍙栨牱鏁伴噺:</view>
+ <view class="title required">鍙栨牱鏁伴噺:</view>
<view class="right">
<input type="number" name="HQty" id="HQty" v-model="hform.HQty" />
</view>
@@ -31,7 +31,7 @@
</view>
</view>
<view class="form-item">
- <view class="title">閫佹祴绫诲瀷:</view>
+ <view class="title required">閫佹祴绫诲瀷:</view>
<view class="right">
<uni-combox :candidates="TestTypeArray" v-model="hform.TestType"
@input="TestTypeChange"></uni-combox>
@@ -51,14 +51,14 @@
</view>
</view>
<view class="form-item">
- <view class="title">鐢熶骇鐝:</view>
+ <view class="title required">鐢熶骇鐝:</view>
<view class="right">
<uni-combox :candidates="HShiftsNameArray" name="HShiftsName" id="HShiftsName" placeholder="璇烽�夋嫨鐢熶骇鐝"
v-model="hform.HShiftsName" @input="HShiftsNameChangeHandler"></uni-combox>
</view>
</view>
<view class="form-item">
- <view class="title">鐢熶骇鐝粍:</view>
+ <view class="title required">鐢熶骇鐝粍:</view>
<view class="right">
<uni-combox :candidates="HGroupNameArray" name="HShiftsName" id="HShiftsName" placeholder="璇烽�夋嫨鐢熶骇鐝粍"
v-model="hform.HGroupName" @input="HGroupNameChangeHandler"></uni-combox>
@@ -772,7 +772,7 @@
}
.title {
- width: 5em;
+ width: 6em;
font-size: 30rpx;
flex-shrink: 0;
text-align: right;
@@ -843,4 +843,11 @@
.placeholder__view {
flex: 1;
}
+
+ .required::after{
+ content: "*";
+ color: red;
+ margin-left: 4px;
+ font-weight: bold;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.1