WebTM/Properties/PublishProfiles/LAYUI.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebTM/views/WMS扫码模块/销售出库/Kf_SellOutBill_YP_QiaoYi_PDA.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebTM/views/index_QiaoYi.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebTM/views/验收入库/其他入库/Kf_OtherInBill_FastList.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -2400,7 +2400,7 @@ <publishTime>10/11/2024 11:32:36</publishTime> </File> <File Include="views/index_QiaoYi.html"> <publishTime>07/29/2025 13:34:10</publishTime> <publishTime>07/30/2025 17:17:53</publishTime> </File> <File Include="views/IpadIndex.html"> <publishTime>03/18/2025 09:33:56</publishTime> @@ -3107,7 +3107,7 @@ <publishTime>07/29/2025 13:10:58</publishTime> </File> <File Include="views/WMSæ«ç 模å/éå®åºåº/Kf_SellOutBill_YP_QiaoYi_PDA.html"> <publishTime>07/29/2025 23:31:51</publishTime> <publishTime>07/30/2025 19:31:21</publishTime> </File> <File Include="views/ä¸è¯æ±æ¥/Xs_SeOrderPickUp.html"> <publishTime>04/12/2021 11:31:26</publishTime> @@ -8698,7 +8698,7 @@ <File Include="views/éªæ¶å ¥åº/å ¶ä»å ¥åº/Kf_OtherInBill_FastList.html"> <publishTime>04/12/2021 11:31:26</publishTime> <publishTime>04/12/2021 11:31:26</publishTime> <publishTime>06/07/2024 15:42:08</publishTime> <publishTime>07/30/2025 20:12:58</publishTime> </File> <File Include="views/éªæ¶å ¥åº/å ¶ä»å ¥åº/Kf_OtherOutBill_CheckList_New.html"> <publishTime>04/11/2023 16:34:43</publishTime> WebTM/views/WMSɨÂëÄ£¿é/ÏúÊÛ³ö¿â/Kf_SellOutBill_YP_QiaoYi_PDA.html
@@ -64,7 +64,7 @@ <div class="layui-col-xs2"> <button type="button" lay-submit="" lay-filter="HSpID-BT" class="layui-btn" id="HSpID-BT">...</button> </div> <div class="layui-col-xs4"> <div class="layui-col-xs4" style="display:none;"> <button type="button" lay-submit="" style="width: 120px; float: right" lay-filter="cmdChaoBao" class="layui-btn" id="cmdChaoBao">æå·¥æå </button> </div> </div> @@ -86,12 +86,10 @@ <div class="layui-col-xs10"> <select name="HMainSourceBillType" id="HMainSourceBillType"> <option value="-1">æå·¥å½å ¥</option> <option value="1401">éå®è®¢å</option> <option value="1402">åè´§éç¥å</option> </select> </div> </div> <div class="layui-row"> <div class="layui-row" style="display:none;"> <div class="layui-col-xs2"> <label class="layui-form-label" style="width:60px;padding-left:0px;">æºååå·</label> </div> @@ -216,6 +214,12 @@ <input type="hidden" name="HStockOrgID" id="HStockOrgID" lay-verify="HStockOrgID" value="0" autocomplete="off" class="layui-input"> </div> </div> <div class="layui-row"> <div class="layui-input-block" style="margin-left: 0px;"> <input type="checkbox" name="checkboxHIsTaxRate" id="checkboxHIsTaxRate" lay-skin="primary" lay-filter="checkboxHIsTaxRate" title="æ¯å¦å«ç¨"> <input type="hidden" value="0" name="HIsTaxRate" id="HIsTaxRate" lay-verify="HIsTaxRate"> </div> </div> </div> </div> <!--ç©ææ¸ å--> @@ -299,7 +303,7 @@ var listOption = []; var BarCodelistOption = []; var columns = ""; var HModName = "Kf_SellOutBill_QiaoYi_PDA"; var HModName = "Kf_SellOutBill_YP_QiaoYi_PDA"; var ModRightName = "CE_SellOut"; //模åæéåæ° var titleData = []; //ä¸éè¦æ¾ç¤ºçåæ®µ var params = get_UrlVars(); @@ -559,6 +563,14 @@ //#endregion //#region åºç¡èµæéæ© //æ¯å¦å«ç¨ form.on('checkbox(checkboxHIsTaxRate)', function (data) { if (data.elem.checked) { $("#HIsTaxRate").val(1); } else { $("#HIsTaxRate").val(0); } }); //#region ä»åº //æ«æä»åºæ¡ç @@ -954,7 +966,7 @@ //#region æ°å¢ form.on('submit(cmdAdd)', function (data) { location.replace('Kf_SellOutBill_QiaoYi_PDA.html?OperationType=1&HInterID=0'); location.replace('Kf_SellOutBill_YP_QiaoYi_PDA.html?OperationType=1&HInterID=0'); }); //#endregion @@ -980,7 +992,7 @@ $.ajax( { type: "POST", url: GetWEBURL() + "/WEBSController/set_SaveSellOutBill_Json", url: GetWEBURL() + "/WEBSController/set_SaveSellOutBill_Json_YP", async: false, //asyncç¨äºæ§å¶ï¼falseï¼åæ¥åï¼trueï¼å¼æ¥ï¼é»è®¤çæ¯trueï¼å³è¯·æ±é»è®¤çæ¯å¼æ¥è¯·æ± data: { "oMain": sMainStr }, dataType: "json", @@ -990,7 +1002,7 @@ icon: 1, skin: 'layui-layer-lan', title: "温馨æç¤º", closeBtn: 0, btn: ['æ°å¢','å ³é'], btn2: function () { if (OperationType == 2) { parent.location.href = "../../WMSæ«ç 模å/éå®åºåº/Kf_SellOutBillList_QiaoYi_PDA.html"; parent.location.href = "../../WMSæ«ç 模å/éå®åºåº/Kf_SellOutBillList_YP_QiaoYi_PDA.html"; } else { parent.location.href = "../../../views/index_Mobile_QiaoYi.html"; @@ -998,7 +1010,7 @@ }//å ³é } , function () { location.replace('Kf_SellOutBill_QiaoYi_PDA.html?OperationType=1&HInterID=0'); location.replace('Kf_SellOutBill_YP_QiaoYi_PDA.html?OperationType=1&HInterID=0'); });//æ°å¢ } else { WebTM/views/index_QiaoYi.html
@@ -733,7 +733,7 @@ <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_MaterType.html">ç©æåç±»å表</a></dd> <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_Warehouse.html">ä»åºå表</a></dd> <!-- <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_WorkStationList.html">å·¥ä½å表</a></dd> --> <!-- <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_StockPlace_List.html">ä»ä½å表</a></dd> --> <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_StockPlace_List.html">ä»ä½å表</a></dd> <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_EmployeeList.html">èåå表</a></dd> <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_DepartmentList.html">é¨é¨å表</a></dd> <!-- <dd><a lay-href="åºç¡èµæ/å ¬ç¨åºç¡èµæ/Gy_PropertyList.html">è¾ å©å±æ§å表</a></dd> --> WebTM/views/ÑéÊÕÈë¿â/ÆäËûÈë¿â/Kf_OtherInBill_FastList.html
@@ -279,7 +279,7 @@ { type: "Get", url: GetWEBURL() + "/Web/Rescind_Json", async: true, async: false, data: { "sHInterID": sInterID, "sBillNo": sBillNo, "sBillType": sBillType }, dataType: "json", success: function (data) { @@ -322,7 +322,7 @@ { type: "Get", url: GetWEBURL() + "/Web/Delete_Json", async: true, async: false, data: { "sHInterID": sInterID }, dataType: "json", success: function (data) { @@ -412,6 +412,7 @@ $.ajax({ url: GetWEBURL() + '/Web/GetOtherInBillMain_TempList_New', type: "GET", async:false, data: { "HBillType": sBillType, "sHMaker": sessionStorage["HUserName"], "HOrgID": sessionStorage["OrganizationID"]}, success: function (data1) { if (data1.count == 1) {