南骏 池
2025-10-27 dabdd8650e5b963dda830ae1e88d4479ae8a9e52
H5/IPQC_XJ/Add.aspx
@@ -254,7 +254,27 @@
                                       <van-tag round plain v-else type="warning">进行中</van-tag>
                                   </template>
                                </van-field>
                                <van-field label="检验项目描述" colon v-model="checkItemDesc" readonly class="wrap-field">
                                  <template #input>
                                      <div class="wrap-content">{{ checkItemDesc }}</div>
                                    </template>
                                  <template #button>
                                      <van-button size="small" type="info" @click="updateCheckItemDesc(jymxData.guid)" >输入</van-button>
                                  </template>
                                </van-field>
                                <van-dialog v-model="showCheckItemDescDialog" title="检验项目描述" :show-cancel-button="false" @confirm="checkItemDescConfirm">
                                  <van-field
                                    v-model="checkItemDesc"
                                    rows="5"
                                    autosize
                                    type="textarea"
                                    maxlength="500"
                                    placeholder="请输入检验项目描述"
                                    show-word-limit
                                />
                               </van-dialog>
                    </template>
                    <template>
                              <!-- 输入框 -->