南骏 池
2025-09-29 9ff58f54d012db7f935ae23d556fa1a6dd7535e5
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="返回"
@@ -51,7 +56,8 @@
                          <div>
                             <van-cell-group>
                               <van-cell :title="item.releaseNo" is-link :url="'Add.aspx?id='+item.guid+'&lotNo='+item.lotNo+'&releaseNo='+item.releaseNo" ></van-cell>
                               <van-field label="指令工单" colon="true" v-model="item.lotNo" readonly ></van-field>
                               <van-field label="检验时段" colon="true" v-model="item.checkTimeSlot" readonly ></van-field>
                                 <van-field label="指令工单" colon="true" v-model="item.lotNo" readonly ></van-field>
                                 <!-- 自定义字段用于显示两个标识 -->
<%--                                <van-field label="标识" colon="true" readonly >
                                  <template #input>
@@ -78,7 +84,7 @@
                                      <van-tag round plain v-else-if="item.fCheckResu === 'W:未知'" type="warning">未知</van-tag>
                                      <van-tag round plain v-else-if="item.fCheckResu === ''" type="warning">未知</van-tag>
                                      <van-tag round plain v-else-if="item.fCheckResu === 'Y:合格'" type="success">合格</van-tag>
                                      <van-tag round plain v-else type="danger">异常状态</van-tag>
                                      <van-tag round plain v-else type="warning">未知</van-tag>
                                  </template>
                               </van-field>
                             </van-cell-group>
@@ -132,5 +138,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/IPQC_XJ/List.js?<%=11 %>"></script>
 <script src="../Js/IPQC_XJ/List.js?<%=111 %>"></script>
</asp:Content>