| H5/Dbck.aspx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| H5/Js/Dbck.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| H5/Js/Dbrk.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| H5/Js/Yjdb.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| H5/Yjdb.aspx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| H5/Yjdb.aspx.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
H5/Dbck.aspx
@@ -8,6 +8,11 @@ </style> </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="è¿å" @@ -82,7 +87,9 @@ <van-col span="3">å¾ æ«</van-col> <van-col span="5">æ¨èåºä½</van-col> </van-row> <van-row v-for="(itm,index) in ItemDetail.items" :key="index"> <van-row v-for="(itm,index) in ItemBlDetail" :key="index" :style="{ background: currentIndex === index ? '#87CEEB' : '' }" @click.native="handleRowClick(itm, index)"> <van-col span="8" class="text-left padding-left"> <div class="blue-text">{{itm.itemNo}}</div> <div>{{itm.itemName}}</div> @@ -95,6 +102,25 @@ </van-row> </van-tab> <van-tab title="åºä½å表" class="mySolid font"> <van-row> <van-col span="10" class="text-left padding-left">æ¡ç ç¼å·</van-col> <van-col span="5" class="text-left padding-left">åºä½</van-col> <van-col span="4">æ°é</van-col> <van-col span="5">ä»åº</van-col> </van-row> <van-row v-for="(itm,index) in ItemBarKw" :key="index"> <van-col span="10" class="text-left padding-left"> <div class="blue-text">{{itm.iteM_BARCODE}}</div> </van-col> <van-col span="5" class="text-left padding-left"> <div>{{itm.depoT_SECTIONS_CODE}}</div> </van-col> <van-col span="4" class="blue-text">{{itm.quantity}}</van-col> <van-col span="5" >{{itm.depot_name}}</van-col> </van-row> </van-tab> <van-tab title="å·²æ«ç©æ" class="mySolid font"> <van-row> <van-col span="8" class="text-left padding-left">ç©æ</van-col> @@ -102,7 +128,7 @@ <van-col span="3">é颿°</van-col> <van-col span="5">已颿°</van-col> </van-row> <van-row v-for="(itm,index) in ItemDetail.ysitems" :key="index"> <van-row v-for="(itm,index) in ItemYsDetail" :key="index"> <van-col span="8" class="text-left padding-left"> <div class="blue-text">{{itm.itemNo}}</div> <div>{{itm.itemName}}</div> @@ -123,5 +149,5 @@ <%--<comback ></comback>--%> </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> <script src="Js/Dbck.js?<%=123111116 %>"></script> <script src="Js/Dbck.js?<%=1231111112 %>"></script> </asp:Content> H5/Js/Dbck.js
@@ -12,7 +12,13 @@ fum: "", billNo: "", barcode:"", ItemBlDetail:[], ItemBlDetail: [], // å¾ æ« ItemYsDetail: [], // å·²æ« ItemDetail: [], ItemBarKw: [], currentIndex: -1, modeInfo: [], active: 0, show: false, @@ -29,6 +35,56 @@ }; }, methods: { handleRowClick(item, index) { if (this.isLoading) { return; } // éç½®ææè¡çéä¸ç¶æ this.currentIndex = -1; // 设置å½åéä¸è¡ this.currentIndex = index; this.selItem = { itemid: item.itemId, index: index }; console.log('å½åéä¸é¡¹:', this.selItem); // è°è¯ç¨ this.GetBarKwByItem(); //this.active = 1; //èªå¨åæ¢å°åºä½å表tab }, GetBarKwByItem() { var that = this; that.isLoading = true; that.AxiosHttp("post", 'Womdaa/GetBarKwByItemCK', { itemId: that.selItem.itemid, userName: that.userInfo.loginAccount, type: 'DBCK',//è°æ¨åºåº billNo: that.billNo }, false) .then(function (res) { var json = res; if (json.status == 0) { that.ItemBarKw = json.data.tbBillList; } else { that.$toast.fail(json.message); that.$playSound('error'); that.ItemBarKw = []; } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); console.log(error); that.ItemBarKw = []; }); }, getInfo() { this.show = true; @@ -45,21 +101,18 @@ that.$toast.fail("æ²¡ææ¾å°å¯ä»¥éæ©çåºåºåå·"); } that.actions = json.data.tbBillList.map(item => { return { name: item } }); } else { that.$toast.fail(json.message); that.$playSound('error'); } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); console.log(error); }); }, @@ -74,6 +127,8 @@ this.show = false; this.billNo = item.name; // æ¸ ç©ºåºä½å表 this.ItemBarKw = []; this.GetMesItemBlDetailByBillNo(); //this.$toast(item.name); @@ -87,14 +142,18 @@ .then(function (res) { var json = res; if (json.status == 0) { that.ItemDetail = json.data.tbBillList; that.$playSound('success'); //that.ItemDetail = json.data.tbBillList; var tbBillList = json.data.tbBillList || {}; that.ItemBlDetail = tbBillList.blDetails || []; // å¾ æ« that.ItemYsDetail = tbBillList.ysDetails || []; // å·²æ« that.$refs.barcode.focus(); that.barcode = ""; // éç½®åºä½æ¥è¯¢ä¸ææè¡çéä¸ç¶æ that.currentIndex = -1; that.ItemBarKw = []; } else { that.$toast.fail(json.message); that.$playSound('error'); that.$refs.billNo.focus(); that.billNo = ""; that.ItemDetail = null; @@ -104,7 +163,6 @@ .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); that.$refs.billNo.focus(); that.billNo = ""; that.ItemBlDetail = null; @@ -120,21 +178,18 @@ if (!that.userInfo.loginAccount) { this.$toast.fail("è¯·éæ°æ£æ¥ç»å½ç¶æ"); that.$playSound('error'); that.isLoading = false; return; } if (!that.barcode) { this.$toast.fail("æ¡ç ä¸è½ä¸ºç©º"); that.$playSound('error'); that.isLoading = false; return; } if (!that.billNo) { this.$toast.fail("ç³è¯·åå·ä¸è½ä¸ºç©º"); that.$playSound('error'); that.isLoading = false; return; } @@ -153,8 +208,7 @@ ////that.fum = json.data.form.fum; //that.ItemBlDetail = json.data.items that.$notify({ type: 'success', message: 'æ«ç æå' }); that.$playSound('success'); that.$toast.success("æ«ææå"); that.$refs.barcode.focus(); that.barcode = ""; //that.GetMesItemBlDetailByBillNo(); @@ -162,14 +216,12 @@ } else if (json.status == 2) { that.itemNo = json.data.tbBillList.itemNo; that.$playSound('error'); that.$refs.splitNum.focus(); that.scanInfo.splitNum = json.data.tbBillList.splitNum; that.scanInfo.barcodeNum = json.data.tbBillList.barcodeNum; } else { that.$toast.fail(json.message); that.$playSound('error'); that.$refs.barcode.focus(); that.barcode = ""; } @@ -178,7 +230,6 @@ .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); //console.log(error); that.$refs.barcode.focus(); that.barcode = ""; @@ -194,17 +245,14 @@ var that = this; if (that.billNo.length <= 0) { that.$toast.fail("ç³è¯·åå·ä¸è½ä¸ºç©ºï¼"); that.$playSound('error'); return; } if (that.scanInfo.splitNum * 1 <= 0) { that.$toast.fail("æåæ°éä¸è½ä¸ºç©ºï¼"); that.$playSound('error'); return; } if (that.barcode.length * 1 <= 0) { that.$toast.fail("ç©ææ¡ç ä¸è½ä¸ºç©ºï¼"); that.$playSound('error'); return; } //that.ip = ""; H5/Js/Dbrk.js
@@ -50,14 +50,12 @@ } else { that.$toast.fail(json.message); that.$playSound('error'); } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); console.log(error); }); }, @@ -87,13 +85,11 @@ if (json.status == 0) { //that.ItemBlDetail = json.data.tbBillList; that.ItemDetail = json.data.tbBillList; that.$playSound('success'); that.$refs.sectionCode.focus(); that.sectionCode = ""; //that.sectionCode = ""; } else { that.$toast.fail(json.message); that.$playSound('error'); that.$refs.billNo.focus(); that.billNo = ""; that.ItemBlDetail = null; @@ -103,7 +99,6 @@ .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); that.$refs.billNo.focus(); that.billNo = ""; that.ItemBlDetail = null; @@ -117,7 +112,6 @@ if (that.sectionCode.length == 0) { this.$toast.fail("åºä½ç¼ç ä¸è½ä¸ºç©º"); that.$playSound('error'); return; } @@ -130,25 +124,22 @@ var json = res; if (json.status == 0) { that.$notify({ type: 'success', message: json.data.tbBillList }); that.$playSound('success'); that.$refs.barcode.focus(); that.barcode = ""; } else { that.$toast.fail(json.message); that.$playSound('error'); that.$refs.sectionCode.focus(); that.sectionCode = ""; //that.sectionCode = ""; } }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); //console.log(error); that.$refs.sectionCode.focus(); that.sectionCode = ""; //that.sectionCode = ""; }); }, getBarcode() { @@ -160,21 +151,18 @@ if (!that.userInfo.loginAccount) { this.$toast.fail("è¯·éæ°æ£æ¥ç»å½ç¶æ"); that.$playSound('error'); that.isLoading = false; return; } if (!that.sectionCode) { this.$toast.fail("åºä½ä¸è½ä¸ºç©º"); that.$playSound('error'); that.isLoading = false; return; } if (!that.barcode) { this.$toast.fail("æ¡ç ä¸è½ä¸ºç©º"); that.$playSound('error'); that.isLoading = false; return; } @@ -200,7 +188,6 @@ //that.barcode = json.data.form.barcode; that.ItemBlDetail = json.data.items that.$notify({ type: 'success', message: 'æ«ç æå' }); that.$playSound('success'); that.$refs.barcode.focus(); that.barcode = ""; that.billNo = json.data.form.billNo; @@ -208,7 +195,6 @@ } else { that.$toast.fail(json.message); that.$playSound('error'); that.$refs.barcode.focus(); that.barcode = ""; } @@ -217,7 +203,6 @@ .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); //console.log(error); that.$refs.barcode.focus(); that.barcode = ""; H5/Js/Yjdb.js
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,338 @@ var vm = new Vue({ el: '#app', data: function () { return { isLoading: false, userInfo: { "loginGuid": '', "loginAccount": '', }, itemNo: "", num: "", fum: "", billNo: "", barcode:"", ItemBlDetail: [], // å¾ æ« ItemYsDetail: [], // å·²æ« ItemDetail: [], ItemBarKw: [], currentIndex: -1, modeInfo: [], active: 0, show: false, actions: [], ItemDetail: [], scanInfo: { barcodeNum: "", splitNum: "", barcode: "" }, sectionCode:"", } }, mounted() { var that = this; this.userInfo = { loginGuid: this.GetLoginInfor().loginGuid, loginAccount: this.GetLoginInfor().loginAccount, }; }, methods: { handleRowClick(item, index) { if (this.isLoading) { return; } // éç½®ææè¡çéä¸ç¶æ this.currentIndex = -1; // 设置å½åéä¸è¡ this.currentIndex = index; this.selItem = { itemid: item.itemId, index: index }; console.log('å½åéä¸é¡¹:', this.selItem); // è°è¯ç¨ this.GetBarKwByItem(); //this.active = 1; //èªå¨åæ¢å°åºä½å表tab }, GetBarKwByItem() { var that = this; that.isLoading = true; that.AxiosHttp("post", 'Womdaa/GetBarKwByItemCK', { itemId: that.selItem.itemid, userName: that.userInfo.loginAccount, type: 'DBCK',//è°æ¨åºåº billNo: that.billNo }, false) .then(function (res) { var json = res; if (json.status == 0) { that.ItemBarKw = json.data.tbBillList; } else { that.$toast.fail(json.message); that.$playSound('error'); that.ItemBarKw = []; } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); console.log(error); that.ItemBarKw = []; }); }, getInfo() { this.show = true; var that = this; that.isLoading = true; that.AxiosHttp("post", 'TransferOut/GetTransferOutNoList', { //name: that.userInfo.loginAccount, }, false) .then(function (res) { var json = res; if (json.status == 0) { if (json.data.tbBillList.length == 0) { that.$toast.fail("æ²¡ææ¾å°å¯ä»¥éæ©çåºåºåå·"); } that.actions = json.data.tbBillList.map(item => { return { name: item } }); } else { that.$toast.fail(json.message); } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); console.log(error); }); }, onClick(index, title) { this.$toast(`${index} ${title}`); //this.$notify({ type: 'success', message: 'ææç©ææ«ç æåææç©ææ«ç æåææç©ææ«ç æåææç©ææ«ç æå' }); }, onSelect(item) { // é»è®¤æ åµä¸ç¹å»é项æ¶ä¸ä¼èªå¨æ¶èµ· // å¯ä»¥éè¿ close-on-click-action 屿§å¼å¯èªå¨æ¶èµ· this.show = false; this.billNo = item.name; // æ¸ ç©ºåºä½å表 this.ItemBarKw = []; this.GetMesItemBlDetailByBillNo(); //this.$toast(item.name); }, GetMesItemBlDetailByBillNo() { var that = this; that.isLoading = true; that.AxiosHttp("post", 'TransferOut/GetTransferOutDetailListByBillNo', { billNo: that.billNo }, false) .then(function (res) { var json = res; if (json.status == 0) { //that.ItemDetail = json.data.tbBillList; var tbBillList = json.data.tbBillList || {}; that.ItemBlDetail = tbBillList.blDetails || []; // å¾ æ« that.ItemYsDetail = tbBillList.ysDetails || []; // å·²æ« that.$refs.barcode.focus(); that.barcode = ""; that.sectionCode = tbBillList.allList[0].inKw; // éç½®åºä½æ¥è¯¢ä¸ææè¡çéä¸ç¶æ that.currentIndex = -1; that.ItemBarKw = []; } else { that.$toast.fail(json.message); that.$refs.billNo.focus(); that.billNo = ""; that.ItemDetail = null; } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$refs.billNo.focus(); that.billNo = ""; that.ItemBlDetail = null; //console.log(error); }); }, getScan() { //this.barcode = value; var that = this; that.isLoading = true; if (!that.userInfo.loginAccount) { this.$toast.fail("è¯·éæ°æ£æ¥ç»å½ç¶æ"); that.isLoading = false; return; } if (!that.barcode) { this.$toast.fail("æ¡ç ä¸è½ä¸ºç©º"); that.isLoading = false; return; } if (!that.billNo) { this.$toast.fail("ç³è¯·åå·ä¸è½ä¸ºç©º"); that.isLoading = false; return; } that.AxiosHttp("post", 'TransferOut/ScanYjdb', { userName: that.userInfo.loginAccount, barcode: that.barcode, billNo: that.billNo, sectionCode: that.sectionCode, }, false) .then(function (res) { var json = res; if (json.status == 0) { //that.itemNo = json.data.tbBillList.itemNo; ////that.num = json.data.form.num; ////that.fum = json.data.form.fum; //that.ItemBlDetail = json.data.items that.$notify({ type: 'success', message: 'æ«ç æå' }); that.$toast.success("æ«ææå"); that.$refs.barcode.focus(); that.barcode = ""; //that.GetMesItemBlDetailByBillNo(); that.GetMesItemBlDetailByBillNo(); } else if (json.status == 2) { that.itemNo = json.data.tbBillList.itemNo; that.$refs.splitNum.focus(); that.scanInfo.splitNum = json.data.tbBillList.splitNum; that.scanInfo.barcodeNum = json.data.tbBillList.barcodeNum; } else { that.$toast.fail(json.message); that.$refs.barcode.focus(); that.barcode = ""; } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); //console.log(error); that.$refs.barcode.focus(); that.barcode = ""; }); }, getChaiFen() { //this.isPrinterPopupVisible = true; // æ¾ç¤ºå¼¹çª if (this.isLoading) { return; } var that = this; if (that.billNo.length <= 0) { that.$toast.fail("ç³è¯·åå·ä¸è½ä¸ºç©ºï¼"); return; } if (that.scanInfo.splitNum * 1 <= 0) { that.$toast.fail("æåæ°éä¸è½ä¸ºç©ºï¼"); return; } if (that.barcode.length * 1 <= 0) { that.$toast.fail("ç©ææ¡ç ä¸è½ä¸ºç©ºï¼"); return; } //that.ip = ""; //that.prot = ""; //that.getPrintInfo(); //if (that.ip.length <= 0 || that.prot.length <= 0) { // alert(that.ip); // alert(that.prot); // return; //} that.isLoading = true; that.AxiosHttp("post", 'TransferOut/ScanYjdbCF', { daa001: that.billNo, userName: that.userInfo.loginAccount, barcode: that.barcode, Num: that.scanInfo.splitNum, sectionCode: that.sectionCode, }, false) .then(function (res) { var json = res; if (json.status == 0) { // that.modeInfo = json.data.tbBillList; that.scanInfo.splitNum = null; that.scanInfo.barcodeNum = null; that.scanInfo.barcode = null; that.$notify({ type: 'success', message: json.message }); that.$playSound('success'); that.sendPrintMessage(json.data.tbBillList); that.$refs.barcode.focus(); that.barcode = ""; //that.GetMesItemBlDetailByBillNo(); that.GetMesItemBlDetailByBillNo(); } else { that.$toast.fail(json.message); that.$playSound('error'); } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); }); }, getKwInfo() { var that = this; that.isLoading = true; that.AxiosHttp("post", 'MesDepotSections/GetSectionName', { sectionCode: that.sectionCode }, false) .then(function (res) { var json = res; if (json.status == 0) { that.depotData = json.data.tbBillList; that.$refs.barcode.focus(); } else { that.$toast.fail(json.message); that.$playSound('error'); that.depotData = []; that.sectionCode = ""; } that.isLoading = false; }) .catch(function (error) { that.isLoading = false; that.$toast.fail("ç½ç»é误ï¼è¯·éè¯ï¼"); that.$playSound('error'); that.depotData = []; that.sectionCode = ""; that.$refs.sectionCode.focus(); }); }, } }) H5/Yjdb.aspx
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,164 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style> .bg-info { background-color:#fff; } </style> </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="è¿å" left-arrow @click-left="GoBack()" ></van-nav-bar> <div> <van-cell-group> <van-field ref="billNo" value="" label="è°æ¨ç³è¯·" clearable placeholder="éæ©/æå½" :right-icon-size="19" v-model="billNo" @keyup.enter.native ="GetMesItemBlDetailByBillNo" v-focus.noKeyboard ><template #button> <van-button size="small" type="info" plain @click="getInfo" >éæ©</van-button> </template></van-field> <van-field ref="sectionCode" v-model="sectionCode" label="è°å ¥åºä½" clearable placeholder="请æ«ç " :right-icon-size="19" v-focus.noKeyboard @keyup.enter.native="getKwInfo"> </van-field> <van-field ref="barcode" v-model="barcode" label="ç©ææ¡ç " clearable placeholder="请æ«ç " :right-icon-size="19" v-focus.noKeyboard @keyup.enter.native="getScan"> </van-field> <van-field value="" label="ç©æç¼ç " clearable placeholder="ç©æç¼ç " :right-icon-size="19" v-model="itemNo" v-focus.noKeyboard disabled ></van-field> <van-field v-model="scanInfo.barcodeNum" label="æ¡ç æ°é" placeholder="æ¡ç æ°é" disabled> </van-field> <van-field ref="splitNum" v-model="scanInfo.splitNum" center clearable label="åææ°é" placeholder="åææ°é"> <van-button slot="button" type="info" size="small" plain @click="getChaiFen"> æ¡ç æå </van-button> </van-field> </van-cell-group> </div> <van-tabs color="#000" title-active-color="#0283EF"> <van-tab title="å¾ æ«ç©æ" class="mySolid font"> <van-row> <van-col span="8" class="text-left padding-left">ç©æ</van-col> <van-col span="8" class="text-left padding-left">è§æ ¼</van-col> <van-col span="3">å¾ æ«</van-col> <van-col span="5">æ¨èåºä½</van-col> </van-row> <van-row v-for="(itm,index) in ItemBlDetail" :key="index" :style="{ background: currentIndex === index ? '#87CEEB' : '' }" @click.native="handleRowClick(itm, index)"> <van-col span="8" class="text-left padding-left"> <div class="blue-text">{{itm.itemNo}}</div> <div>{{itm.itemName}}</div> </van-col> <van-col span="8" class="text-left padding-left"> <div>{{itm.itemModel}}</div> </van-col> <van-col span="3" class="blue-text">{{itm.dsQty}}</van-col> <van-col span="5">{{itm.recoKw}}</van-col> </van-row> </van-tab> <van-tab title="åºä½å表" class="mySolid font"> <van-row> <van-col span="10" class="text-left padding-left">æ¡ç ç¼å·</van-col> <van-col span="5" class="text-left padding-left">åºä½</van-col> <van-col span="4">æ°é</van-col> <van-col span="5">ä»åº</van-col> </van-row> <van-row v-for="(itm,index) in ItemBarKw" :key="index"> <van-col span="10" class="text-left padding-left"> <div class="blue-text">{{itm.iteM_BARCODE}}</div> </van-col> <van-col span="5" class="text-left padding-left"> <div>{{itm.depoT_SECTIONS_CODE}}</div> </van-col> <van-col span="4" class="blue-text">{{itm.quantity}}</van-col> <van-col span="5" >{{itm.depot_name}}</van-col> </van-row> </van-tab> <van-tab title="å·²æ«ç©æ" class="mySolid font"> <van-row> <van-col span="8" class="text-left padding-left">ç©æ</van-col> <van-col span="8" class="text-left padding-left">è§æ ¼</van-col> <van-col span="3">é颿°</van-col> <van-col span="5">已颿°</van-col> </van-row> <van-row v-for="(itm,index) in ItemYsDetail" :key="index"> <van-col span="8" class="text-left padding-left"> <div class="blue-text">{{itm.itemNo}}</div> <div>{{itm.itemName}}</div> </van-col> <van-col span="8" class="text-left padding-left"> <div>{{itm.itemModel}}</div> </van-col> <van-col span="3">{{itm.fQty}}</van-col> <van-col span="5" class="blue-text">{{itm.sQty}}</van-col> </van-row> </van-tab> </van-tabs> <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> </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/Yjdb.js?<%=12 %>"></script> </asp:Content> H5/Yjdb.aspx.cs
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,14 @@ using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class H5_Scbl : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } }