| | |
| | | <div class="wrap-content">{{ formData.itemModel }}</div> |
| | | </template> |
| | | </van-field> |
| | | |
| | | <%-- <van-field label="数量" colon="true" v-model="formData.fcovertQty" readonly ></van-field>--%> |
| | | <van-field label="不合格描述" v-if='formData.fCheckResu == "N:不合格"' colon v-model="remarks" readonly class="wrap-field"> |
| | | <template #input> |
| | |
| | | <van-tag type="primary" style="font-size:15px" @click="updateRemarks(formData.guid)">输入</van-tag> |
| | | </template> |
| | | </van-field> |
| | | <van-field label="检验工位" colon="true" v-model="jyGw" @keyup.enter.native="selIpqcItemsByGw" ></van-field> |
| | | <van-dialog v-model="showDialog" title="不合格描述" :show-cancel-button="false" @confirm="remarksConfirm"> |
| | | <van-field |
| | | v-model="remarks" |
| | |
| | | <van-tabs color="#000" title-active-color="#0283EF" style="padding-bottom: 120px;"> |
| | | <van-tab title="检验项目" class="mySolid font"> |
| | | <van-row type="flex" justify="center"> |
| | | <van-col span="10" center class="text-left padding-left">检验项目</van-col> |
| | | <van-col span="8">已检数/抽检数</van-col> |
| | | <van-col span="8" center class="text-left padding-left">检验项目</van-col> |
| | | <van-col span="5">已检数/抽检数</van-col> |
| | | <van-col span="5">工位</van-col> |
| | | <van-col span="6">检验结果</van-col> |
| | | </van-row> |
| | | <van-row v-for="(item,index) in tableData" :key="index" type="flex" justify="left"> |
| | | |
| | | <van-col span="10" center class="text-left padding-left" > |
| | | <van-col span="8" center class="text-left padding-left" > |
| | | <van-cell center |
| | | center :title="item.fcheckItem" @click="togglePopup(index)"></van-cell> |
| | | </van-col> |
| | | <van-col span="8" > |
| | | <van-col span="5" > |
| | | <van-cell center |
| | | center :title="item.fenterQty + '/' + item.checkQyt" @click="togglePopup(index)"></van-cell> |
| | | </van-col> |
| | | <van-col span="5" > |
| | | <van-cell center |
| | | center :title="item.stationName" @click="togglePopup(index)"></van-cell> |
| | | </van-col> |
| | | <van-col center span="6" > |
| | | <van-cell center |
| | |
| | | <van-field label="标准值" colon="true" v-model="jymxData.fstand" readonly ></van-field> |
| | | <van-field label="上限" colon="true" v-model="jymxData.fupAllow" readonly ></van-field> |
| | | <%--<van-field label="AC数" colon="true" v-model="jymxData.facQty" readonly ></van-field>--%> |
| | | <van-field label="RE数" colon="true" v-model="jymxData.freQty" readonly ></van-field> |
| | | <van-field label="样本数" colon="true" v-model="jymxData.ybsl" readonly ></van-field> |
| | | <%-- <van-field label="RE数" colon="true" v-model="jymxData.freQty" readonly ></van-field> |
| | | <van-field label="样本数" colon="true" v-model="jymxData.ybsl" readonly ></van-field>--%> |
| | | <%--<van-field label="预览结果" colon="true" v-model="jymxData.result" readonly ></van-field>--%> |
| | | <%--<van-field label="结果录入" colon="true" v-model="resultValue" placeholder="请输入OK-数字或NG-数字"></van-field>--%> |
| | | |
| | |
| | | <%--<comback ></comback>--%> |
| | | </asp:Content> |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="../Js/IPQC_XJ/Add.js?<%=11111111111 %>"></script> |
| | | <script src="../Js/IPQC_XJ/Add.js?<%=111111111113 %>"></script> |
| | | </asp:Content> |