南骏 池
2025-07-17 6e9db31ca1b5f5a3bbea410eb4ddad61a16f2fed
1.IQC优化
2.界面样式优化
3.登录保存账号信息
已修改4个文件
13 ■■■■ 文件已修改
H5/Default.aspx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/UserLogin.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/LLJ/Add.aspx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UserLogin.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Default.aspx
@@ -28,6 +28,7 @@
           </template>
      </van-tab>
</van-tabs>
    <div style="height:100px;">&nbsp;</div>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server">
     <webnav :active="0"></webnav>
H5/Js/UserLogin.js
@@ -14,10 +14,10 @@
        if (typeof (Cookies.get('phone')) == "undefined") { }
        else {
            that.phone = Cookies.get('phone');
            that.passwd = Cookies.get('passwd');
            //that.passwd = Cookies.get('passwd');
        }
        that.phone = "admin";
        that.passwd = "123456";
        //that.phone = "admin";
        //that.passwd = "123456";
    },
    methods: {
        onSubmit(name) {
H5/LLJ/Add.aspx
@@ -83,7 +83,7 @@
                  </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">
              <van-field label="异常描述"   v-if='formData.fcheckResu == "N:不合格"' colon v-model="remarks" readonly class="wrap-field">
                  <template #input>
                      <div class="wrap-content">{{ remarks }}</div>
                    </template>
@@ -103,7 +103,7 @@
                show-word-limit
            />--%>
                            <!-- 不合格表述输入 -->
            <van-dialog v-model="showDialog" title="不合格描述" :show-cancel-button="false"  @confirm="remarksConfirm">
            <van-dialog v-model="showDialog" title="异常描述" :show-cancel-button="false"  @confirm="remarksConfirm">
              <van-field
                v-model="remarks"
                rows="5"
UserLogin.aspx
@@ -54,5 +54,5 @@
  <comloading  v-if="isLoading"></comloading>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
    <script src="/H5/Js/UserLogin.js?<%=1234 %>"></script>
    <script src="/H5/Js/UserLogin.js?<%=1235 %>"></script>
</asp:Content>