From 33430ec5f8f7bd181bbeea8d933285ef58a7980a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 23 二月 2024 09:22:00 +0800
Subject: [PATCH] 项目管理、车间管理、仓库管理 模块下的全部单据和单据列表; 单据有网格的 增加 合计行
---
WebTM/views/模治具管理/模治具管理/Gy_SplitBarCode.html | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_SplitBarCode.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_SplitBarCode.html"
index c3d9bfb..8a2f9a8 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_SplitBarCode.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_SplitBarCode.html"
@@ -306,8 +306,8 @@
{ type: 'checkbox', fixed: 'left' }
, { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe", width: 75 }
, { field: 'HBarCode', title: '鏉$爜缂栧彿', width: 200 }
- , { field: 'HQty', title: '鏉$爜鏁伴噺', width: 200 }
- , { field: 'HSplitNum', title: '鎷嗗垎鏁伴噺', width: 200, edit: 'text' }
+ , { field: 'HQty', title: '鏉$爜鏁伴噺', width: 200, totalRow: true }
+ , { field: 'HSplitNum', title: '鎷嗗垎鏁伴噺', width: 200, edit: 'text', totalRow: true }
, { field: 'HNumber', title: '鐗╂枡浠g爜', width: 200 }
, { field: 'HName', title: '鐗╂枡鍚嶇О', width: 200 }
, { field: 'HModel', title: '瑙勬牸鍨嬪彿', width: 200 }
@@ -319,6 +319,7 @@
, elem: '#mainTable'
, toolbar: '#toolbarDemo'
, page: false
+ , totalRow: true
, cellMinWidth: 75
, height: 'full-255'
, cols: [columns]
@@ -337,8 +338,8 @@
{ type: 'checkbox', fixed: 'left' }
, { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe", width: 75 }
, { field: 'HBarCode', title: '鏉$爜缂栧彿', width: 200 }
- , { field: 'HQty', title: '鏉$爜鏁伴噺', width: 200 }
- , { field: 'HSplitNum', title: '鎷嗗垎鏁伴噺', width: 200, edit: 'text' }
+ , { field: 'HQty', title: '鏉$爜鏁伴噺', width: 200, totalRow: true}
+ , { field: 'HSplitNum', title: '鎷嗗垎鏁伴噺', width: 200, edit: 'text', totalRow: true}
, { field: 'HNumber', title: '鐗╂枡浠g爜', width: 200 }
, { field: 'HName', title: '鐗╂枡鍚嶇О', width: 200 }
, { field: 'HModel', title: '瑙勬牸鍨嬪彿', width: 200 }
@@ -351,6 +352,7 @@
, elem: '#mainTable_New'
, toolbar: '#toolbarDemo_New'
, page: false
+ , totalRow: true
, cellMinWidth: 75
, height: 'full-255'
, cols: [columns]
--
Gitblit v1.9.1