Commit 2f17a9ff7aa4cf4550b70b7cfd37962777aef0aa
1 parent
651ef7e8
update
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/resources/templates/barcode/barCodeHeader/barCodeHeader.html
... | ... | @@ -345,6 +345,7 @@ |
345 | 345 | { |
346 | 346 | field : 'receiptNote', |
347 | 347 | title : '-1回传重量', |
348 | + visible: false | |
348 | 349 | }, |
349 | 350 | { |
350 | 351 | field: 'erpErrorMsg', |
... | ... | @@ -491,7 +492,8 @@ |
491 | 492 | }, |
492 | 493 | { |
493 | 494 | field : 'weight', |
494 | - title : '单个平均重量' | |
495 | + title : '单个平均重量', | |
496 | + visible: false | |
495 | 497 | }, |
496 | 498 | { |
497 | 499 | field : 'regenerationCode', |
... | ... |