From 9bf1afc88e472f9d0ea2877e7d812f0e9f0b0e74 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 27 十月 2023 14:36:26 +0800
Subject: [PATCH] 删托单上传功能调用方法修改

---
 WebTM/WebTM.csproj.user                                      |    2 +-
 WebTM/views/WMS扫码模块/生产管理/删托单/Sc_DeletePackUnionBill_PDA.html |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebTM/WebTM.csproj.user b/WebTM/WebTM.csproj.user
index ebfee46..6b35d37 100644
--- a/WebTM/WebTM.csproj.user
+++ b/WebTM/WebTM.csproj.user
@@ -1,7 +1,7 @@
 锘�<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
-    <NameOfLastUsedPublishProfile>D:\缃戠珯鍙戝竷\鍚庣浠g爜\MES-WEB-TM\MESWMS-LayUI\WebTM\Properties\PublishProfiles\JFTM.pubxml</NameOfLastUsedPublishProfile>
+    <NameOfLastUsedPublishProfile>D:\GIT浠撳簱\MESWMS-LayUI\WebTM\Properties\PublishProfiles\JFTM.pubxml</NameOfLastUsedPublishProfile>
     <ProjectView>ProjectFiles</ProjectView>
     <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
     <UseIISExpress>true</UseIISExpress>
diff --git "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\347\224\237\344\272\247\347\256\241\347\220\206/\345\210\240\346\211\230\345\215\225/Sc_DeletePackUnionBill_PDA.html" "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\347\224\237\344\272\247\347\256\241\347\220\206/\345\210\240\346\211\230\345\215\225/Sc_DeletePackUnionBill_PDA.html"
index 29a970a..d0d501a 100644
--- "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\347\224\237\344\272\247\347\256\241\347\220\206/\345\210\240\346\211\230\345\215\225/Sc_DeletePackUnionBill_PDA.html"
+++ "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\347\224\237\344\272\247\347\256\241\347\220\206/\345\210\240\346\211\230\345\215\225/Sc_DeletePackUnionBill_PDA.html"
@@ -273,13 +273,14 @@
             //#region 鎻愪氦涓婁紶鍔熻兘鎺т欢
 
             form.on('submit(cmdLoadData)', function (data) {
+                HBarCode_Pack = $('#HBarCode_Pack').val()
                 document.getElementById("cmdLoadData").disabled = true;   //鎸夐挳鍙樹负涓嶅彲缂栬緫鐘舵��
                 $.ajax(
                     {
                         type: "GET",
                         url: GetWEBURL() + "/WEBSController/GetDeletePackUnionBill_Json",
                         async: false,    //async鐢ㄤ簬鎺у埗锛坒alse锛夊悓姝ュ拰锛坱rue锛夊紓姝ワ紝榛樿鐨勬槸true锛屽嵆璇锋眰榛樿鐨勬槸寮傛璇锋眰
-                        data: { "HInterID": HInterID, "HBillType": HBillType, "HMaker": HMaker },
+                        data: { "HInterID": HInterID, "HBillNo": HBillNo, "HBarCode_Pack": HBarCode_Pack, "HMaker": HMaker },
                         dataType: "json",
                         success: function (data) {
                             if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝

--
Gitblit v1.9.1