From 5cabf7aed3e4578fa717760c92f0c22bcfb0dd4a Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 25 七月 2022 17:27:58 +0800
Subject: [PATCH] nothing
---
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBill.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBill.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBill.html
index 97050be..6d21464 100644
--- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBill.html
+++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBill.html
@@ -207,7 +207,7 @@
//鍘熺敓鎴愭潯鐮佹柟娉�(閫佽揣鍗曢粯璁�)
var mainUrl = "GetHBarCodeShowBillMain"; //琛ㄥご鏁版嵁鍔犺浇ajax
var subUrl = "GetHBarCodeShowBillSub";//琛ㄤ綋鏁版嵁鍔犺浇ajax h_v_SRM_POInStockBillSub_ForWeb2
- var saveBarCode = "GetBarcodeSaveBillBox";//鏉$爜鐢熸垚淇濆瓨鏂规硶ajax
+ var saveBarCode = "GetBarcodeSaveBillOnlyInnerBox";//鏉$爜鐢熸垚淇濆瓨鏂规硶ajax
var openTmpListType = "HBarCodePrint"; //鏉$爜鎵撳嵃鎸夐挳 寮瑰嚭鐣岄潰
//閲囪喘璁㈠崟鏉$爜鐢熸垚瑙勫垯
if (type == 'SRM_POOrderBillList') {
@@ -423,6 +423,7 @@
layer.msg(data.Message, { icon: 1 });
element.tabDelete('tabDemo', '2'); //鍒犻櫎
element.tabDelete('tabDemo', '3'); //鍒犻櫎
+ /*
element.tabAdd('tabDemo', {
title: '澶栫鏉$爜'
, content: '<table class="layui-hide" id="subTable" lay-filter="subTable"></table>' //鏀寔浼犲叆(html浠g爜锛変笉鎸佹敮鐩存帴浼犲叆html椤甸潰
@@ -459,6 +460,7 @@
layer.closeAll("loading");
}
});
+ */
element.tabAdd('tabDemo', {
title: '鍐呯鏉$爜'
, content: '<table class="layui-hide" id="subTable2" lay-filter="subTable2"></table>' //鏀寔浼犲叆(html浠g爜锛変笉鎸佹敮鐩存帴浼犲叆html椤甸潰
@@ -582,10 +584,11 @@
, { field: 'HUnitNumber', title: '璁¢噺鍗曚綅浠g爜', width: 100, hide: true }
, { field: 'HUnitID', title: '璁¢噺鍗曚綅ID', width: 100, hide: true }
, { field: 'HQty', title: '鏁伴噺', width: 100 }
+ , { field: 'FMinPackCount', title: '鏈�灏忓寘瑁呮暟', width: 100 }
, { field: 'HMinQty', title: '鍐呯鍖呰鏁�', width: 100, edit: 'text' }
, { field: 'HBQty', title: '鍐呯鏁�', width: 100 }
- , { field: 'HWXQty', title: '澶栫鍖呰鏁�', width: 100, edit: 'text' }
- , { field: 'HWBQty', title: '澶栫鏁�', width: 100 }
+ , { field: 'HWXQty', title: '澶栫鍖呰鏁�', width: 100,hide: true }
+ , { field: 'HWBQty', title: '澶栫鏁�', width: 100,hide: true }
, { field: 'HPrice', title: '鍗曚环', width: 100, hide: true }
, { field: 'HMoney', title: '閲戦', width: 100, hide: true }
, { field: 'HMTONO', title: '璁″垝璺熻釜鍗曞彿', width: 100 }
--
Gitblit v1.9.1