新框架PDA前端(祈禧6月初版本)
南骏 池
3 天以前 3ff569f00d22919e47cab8fb6d7d9867fd115d97
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
        <style>
            .bg-info {
                background-color: #fff;
            }
            .custom-title {
                margin-right: 4px;
                vertical-align: middle;
            }
        </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
        <van-nav-bar
          title="来料检验明细"
          left-text="返回"
          left-arrow
          @click-left="GetBack1()"
        ></van-nav-bar>
        <div>
            <van-cell-group>
              <van-field label="标题" colon="true" v-model="formData.releaseNo" readonly ></van-field>
              <van-field label="单据号" colon="true" v-model="formData.lotNo" readonly ></van-field>
              <van-field label="发送人" colon="true" v-model="formData.createDate" readonly ></van-field>
              <van-field label="发送时间" colon="true" v-model="formData.createBy" readonly ></van-field>
              <van-field label="失败原因" colon="true" rows="2"
                autosize type="textarea" v-model="formData.itemNo" readonly ></van-field>
            </van-cell-group>
        </div>
            <van-button :loading="ttrre" type="info" loading-text="加载中..." v-if="!isShowTable && formData.fsubmit == 0" @click="submit">检验提交</van-button>
            <van-button type="danger" v-if="!formData.fcheckResu && !isShowTable" @click="removeXJ">删除单据</van-button>
           
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <comloading  v-if="isLoading"></comloading>
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/msgDetail.js?<%=11114 %>"></script>
</asp:Content>