南骏 池
2025-09-24 789e2f52acc82eb9ba9b089e39c5e3b1c0823bf6
1.IPQC巡检新增'/'
2.巡检查询优化
3.巡检分组织
4.受托优化
已修改4个文件
32 ■■■■■ 文件已修改
H5/IPQC_XJ/Add.aspx 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/IPQC_XJ/List.aspx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/IPQC_XJ/Add.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Sttl.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/IPQC_XJ/Add.aspx
@@ -198,6 +198,10 @@
                          center v-else-if="item.fcheckResu === 'N:不合格'">
                          <van-tag round plain type="danger" style="font-size:15px" @click="togglePopup(index)">不合格</van-tag>   
                        </van-cell>
                           <van-cell center
                          center v-else-if="item.fcheckResu === '/'">
                          <van-tag round plain type="default" color ="#c2bcbd" style="font-size:15px" @click="togglePopup(index)">/</van-tag>
                        </van-cell>
                            <van-cell center
                              center v-else >
                              <van-tag round plain type="warning" style="font-size:15px" @click="togglePopup(index)">进行中</van-tag>   
@@ -226,7 +230,7 @@
          <div  class="content-wrapper-jymx">
            <van-tabs v-model="tabActive" sticky color="#000" round  ellipsis="false"  @click="handleTabClick">
                <van-tab v-for="(itm,index) in tableData" round  :key="index" :name="index" >
                    <template #title > {{itm.fcheckItem}} <van-icon v-if="itm.fenterQty >=itm.checkQyt" name="success" color="#1989fa" class="badge-icon" ></van-icon></template>
                    <template #title > {{itm.fcheckItem}} <van-icon v-if="itm.fenterQty >=itm.checkQyt || itm.fcheckResu === '/'" name="success" color="#1989fa" class="badge-icon" ></van-icon></template>
                    <template>
                          <van-cell-group>
                              <van-field label="项目名称" colon="true" v-model="jymxData.fcheckItem" readonly ></van-field>
@@ -246,6 +250,7 @@
                                   <template #input>
                                       <van-tag round plain v-if="jymxData.fcheckResu === 'Y:合格'" type="success">合格</van-tag>
                                       <van-tag round plain v-else-if="jymxData.fcheckResu === 'N:不合格'" type="danger">不合格</van-tag>
                                       <van-tag round plain v-else-if="jymxData.fcheckResu === '/'" type="default" color ="#c2bcbd">/</van-tag>
                                       <van-tag round plain v-else type="warning">进行中</van-tag>
                                   </template>
                                </van-field>
@@ -291,6 +296,16 @@
                            >
                              不合格
                            </van-button>
                            <van-button
                              type="default"
                              color ="#c2bcbd"
                              size="small"
                              class="status-btn"
                              @click="handleQualifiedCancel()"
                            >
                              /
                            </van-button>
                          </div>
                      </div>
                    </template>
@@ -368,5 +383,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/IPQC_XJ/Add.js?<%=1111111111254 %>"></script>
 <script src="../Js/IPQC_XJ/Add.js?<%=1111111111255 %>"></script>
</asp:Content>
H5/IPQC_XJ/List.aspx
@@ -21,6 +21,11 @@
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
            <van-notice-bar
    :scrollable="false"
    :text="'当前组织:' + (Cookies.get('orgName') || '暂无组织信息')"
    class="org-info"
/></van-notice-bar>
        <van-nav-bar
          title="巡检检验"
          left-text="返回"
H5/Js/IPQC_XJ/Add.js
@@ -118,6 +118,11 @@
                this.addJyzIpqc(input);
            }
        },
        handleQualifiedCancel() {
            var input = "";
            input = "/";
            this.addJyzIpqc(input);
        },
        togglePopup(index) {
            // 切换指定索引的 popup 状态
            var that = this;
H5/Js/Sttl.js
@@ -149,6 +149,9 @@
                        that.ItemBlDetail = tbBillList.blDetails || []; // 待扫
                        that.ItemYsDetail = tbBillList.ysDetails || []; // 已扫
                        that.$refs.barcode.focus();
                        // 重置所有行的选中状态
                        that.currentIndex = -1;
                        that.ItemBarKw = [];
                    }
                    else {
                        that.$toast.fail(json.message);