From d0cb515dae7ef450a58e8aa7a251406ca36fc36a Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期四, 14 七月 2022 15:54:30 +0800
Subject: [PATCH] 优化
---
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html
index e2c73d3..f925de7 100644
--- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html
+++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html
@@ -230,9 +230,12 @@
, { field: '鐗╂枡缂栫爜', title: '鐗╂枡缂栫爜', width: 120, sort: true/*, fixed: true*/ }
, { field: '鐗╂枡浠g爜', title: '鐗╂枡浠g爜', width: 120, sort: true/*, fixed: true*/ }
, { field: '鐗╂枡鍚嶇О', title: '鐗╂枡鍚嶇О', width: 120, sort: true }
+ , { field: '鏁伴噺', title: '鏁伴噺', width: 100, sort: true }
+ , { field: '鍐呭绠辨爣璇�', title: '鍐呭绠辨爣璇�', width: 100, sort: true }
+ , { field: '褰撳墠鎵樻暟', title: '褰撳墠鎵樻暟', width: 100, sort: true }
+ , { field: '鎬绘墭鏁�', title: '鎬绘墭鏁�', width: 100, sort: true }
, { field: '瑙勬牸鍨嬪彿', title: '瑙勬牸鍨嬪彿', width: 120, sort: true }
, { field: '璁¢噺鍗曚綅', title: '璁¢噺鍗曚綅', width: 80, sort: true }
- , { field: '鏁伴噺', title: '鏁伴噺', width: 100, sort: true }
, { field: '鎵规', title: '鎵规', width: 100 }
, { field: '渚涘簲鍟�', title: '渚涘簲鍟�', width: 180 }
, { field: '鏃ユ湡', title: '鐢熸垚鏃ユ湡', width: 150, sort: true }
@@ -297,7 +300,7 @@
, shade: 0.6 //閬僵閫忔槑搴�
, maxmin: false //鍏佽鍏ㄥ睆鏈�灏忓寲
, anim: 0 //0-6鐨勫姩鐢诲舰寮忥紝-1涓嶅紑鍚�
- , content: ['../../views/BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&HBarcode=' + rows2.toString() + '&Type=SRM_POOrderBillList', 'yes']
+ , content: ['../../views/BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&HBarcode=' + rows2.toString() + '&Type=HBarCodePrint', 'yes']
, resize: false
//, cancel: function () {
// $(".layui-btn").removeClass("layui-btn-disabled");
--
Gitblit v1.9.1