From ca092bb227d153813406e2592f5ca8e6aff8d44a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 18 三月 2024 17:20:24 +0800
Subject: [PATCH] 1.增加 直接调拨单 编辑模块, 并完善 直接调拨单 列表功能;(常规 功能, 新增,修改,删除,审核,作废,关闭,自定义过滤,源单类型列表(源单 调拨申请单,手工录入), 合计行,保存控制,审核控制,删除控制,关联数回填 等等) 2.仓库管理下属模块,单据编辑界面,选择基础资料的 全部改为 基础资料列表 的方式; (生产入库单,生产退库单,其他入库单,分布式调入单,生产领料单,领用申请单,生产退料单,其他出库单,分布式调出单,出库申请单,直接调拨单,调拨申请单,条码状态变更单 )

---
 WebTM/views/WMS扫码模块/委外入库/Kf_EntrustInBillList_PDA.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBillList_PDA.html" "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBillList_PDA.html"
index 325a4f0..3c68d13 100644
--- "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBillList_PDA.html"
+++ "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBillList_PDA.html"
@@ -236,8 +236,8 @@
                                 , shade: 0.6 //閬僵閫忔槑搴�
                                 , maxmin: false //鍏佽鍏ㄥ睆鏈�灏忓寲
                                 , anim: 0 //0-6鐨勫姩鐢诲舰寮忥紝-1涓嶅紑鍚�
-                                //, content: ['../../WMS鎵爜妯″潡/濮斿鍏ュ簱/Kf_EntrustInBill_PDA.html?OperationType=2&HInterID=' + data[0].HInterID, 'yes']
-                                , content: ['../../楠屾敹鍏ュ簱/濮斿鍏ュ簱/Kf_EntrustInBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
+                                , content: ['../../WMS鎵爜妯″潡/濮斿鍏ュ簱/Kf_EntrustInBill_PDA.html?OperationType=2&HInterID=' + data[0].HInterID, 'yes']
+                                //, content: ['../../楠屾敹鍏ュ簱/濮斿鍏ュ簱/Kf_EntrustInBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
                                 , resize: false
                                 , cancel: function () {
                                     $(".layui-btn").removeClass("layui-btn-disabled");
@@ -407,9 +407,9 @@
         function DisUploadedList() {
             $.ajax({
                 type: "GET",
-                url: GetWEBURL() + '/WEBSController/GetKf_ICStockBillQueryList_Json',
+                url: GetWEBURL() + '/WEBSController/GetKf_ICStockBillQueryList_User_Json',
                 async: false,    //async鐢ㄤ簬鎺у埗锛坒alse锛夊悓姝ュ拰锛坱rue锛夊紓姝ワ紝榛樿鐨勬槸true锛屽嵆璇锋眰榛樿鐨勬槸寮傛璇锋眰
-                data: { "HBillType": HBillType, "HBillNo": HBillNo, "HSourceBillNo": HSourceBillNo },
+                data: { "HBillType": HBillType, "HBillNo": HBillNo, "HSourceBillNo": HSourceBillNo, "HMaker": HMaker, "HStockOrgID": HStockOrgID },
                 success: function (result) {
                     var data = [];
                     var col = [];

--
Gitblit v1.9.1