From d777d043b6dc98a332981bd40c79ce077a19f472 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 11 九月 2025 14:13:26 +0800
Subject: [PATCH] 七喜代码
---
H5/PurchaseInventory.aspx | 64 ++++++++++++++++++--------------
1 files changed, 36 insertions(+), 28 deletions(-)
diff --git a/H5/PurchaseInventory.aspx b/H5/PurchaseInventory.aspx
index ac7360a..c305725 100644
--- a/H5/PurchaseInventory.aspx
+++ b/H5/PurchaseInventory.aspx
@@ -1,10 +1,11 @@
锘�<%@ Page Title="閲囪喘鍏ュ簱" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="PurchaseInventory.aspx.cs" Inherits="H5_Scll" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style>
- .bg-info {
- background-color: #fff;
- }
- </style>
+ .bg-info {
+ background-color:#fff;
+ }
+
+</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<van-nav-bar
@@ -15,18 +16,6 @@
></van-nav-bar>
<%-- <div class="mySolid">--%>
<van-cell-group>
- <van-field
- value=""
- label="鍏ュ簱绫诲瀷"
- clearable
- placeholder="閫夋嫨/鎵嬪綍"
- :right-icon-size="19"
- v-model="rkType"
- 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"
@@ -38,12 +27,25 @@
@keyup.enter.native="getModel"
<%--@change="getModel" --%>
autofocus="true"
- >
- </van-field>
-
- <%-- <van-field v-model="depotData.depotName" label="浠撳簱鍚嶇О" placeholder="" disabled ></van-field>
- <van-field v-model="depotData.depotCode" label="浠撳簱缂栫爜" placeholder="" disabled></van-field>--%>
- <van-field ref="barcode" v-model="formData.barcode" label="鐗╂枡鏉$爜"clearable placeholder="璇锋壂鐮�"
+ ></van-field>
+ <van-field
+ v-model="depotData.depotName"
+ label="浠撳簱鍚嶇О"
+ placeholder=""
+ disabled
+></van-field>
+ <van-field
+ v-model="depotData.depotCode"
+ label="浠撳簱缂栫爜"
+ placeholder=""
+ disabled
+></van-field>
+ <van-field
+ ref="barcode"
+ v-model="formData.barcode"
+ label="鐗╂枡鏉$爜"
+ clearable
+ placeholder="璇锋壂鐮�"
:right-icon-size="19"
v-focus.noKeyboard
@keyup.enter.native="getScan"
@@ -52,6 +54,12 @@
<van-field
v-model="formData.itemNo"
label="鐗╂枡缂栫爜"
+ placeholder=""
+ disabled
+></van-field>
+ <van-field
+ v-model="formData.itemNo"
+ label="鍒拌揣鍗曞彿"
placeholder=""
disabled
></van-field>
@@ -85,7 +93,8 @@
<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="4">闇�姹傛暟</van-col>--%>
- <van-col span="8">宸插叆搴撴暟</van-col>
+ <van-col span="5">鐗╂枡鍒嗗尯</van-col>
+ <van-col span="3">宸插叆搴撴暟</van-col>
</van-row>
<van-row v-for="(itm,index) in ItemDetail" :key="index">
<van-col span="8" class="text-left padding-left">
@@ -95,7 +104,8 @@
<van-col span="8" class="text-left padding-left">
<div>{{itm.itemModel}}</div>
</van-col>
- <van-col span="8" class="blue-text">{{itm.fQty}}</van-col>
+ <van-col span="3" class="blue-text">{{itm.fQty}}</van-col>
+ <van-col span="5" class="blue-text">{{itm.fQty}}</van-col>
</van-row>
</van-tab>
@@ -190,8 +200,6 @@
</van-tab>--%>
</van-tabs>
- <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
-
<%-- <van-button type="primary" @click="getScan" >纭</van-button>--%>
<%--<van-button type="primary" @click="ToErp" >瀹℃牳</van-button>--%>
<%-- <van-button type="primary" @click="cleraCode" >娓呴櫎搴撲綅缂栫爜</van-button>--%>
@@ -201,5 +209,5 @@
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/PurchaseInventory.js?<%=1236111112 %>"></script>
-</asp:Content>
\ No newline at end of file
+ <script src="Js/PurchaseInventory.js?<%=123611111 %>"></script>
+</asp:Content>
--
Gitblit v1.9.3