| | |
| | | , { field: 'è¾
å©åä½', title: 'è¾
å©åä½', width: 100, edit: 'text', event: "HSecUnitID" }//f7 |
| | | , { field: 'HQty', title: 'æ°é', width: 100, edit: 'text', totalRow: true} |
| | | , { field: 'HPrice', title: 'åä»·', width: 100, edit: 'text' } |
| | | , { field: 'HMoney', title: 'éé¢', width: 100, edit: 'text', totalRow: true } |
| | | , { field: 'HMoney', title: 'éé¢', width: 100, totalRow: true, style: 'background-color:#efefef4d;' } |
| | | , { field: 'HTaxRate', title: 'ç¨ç', width: 100, edit: 'text' } |
| | | , { field: 'HTaxMoney', title: 'ç¨é¢', width: 100, style: 'background-color:#efefef4d;'} |
| | | , { field: 'HBatchNo', title: 'æ¹å·', width: 150, edit: 'text' } |
| | |
| | | obj.update({ |
| | | HPrice: oldText |
| | | }); |
| | | |
| | | table.render(option); |
| | | layer.msg("å价请è¾å
¥å¤§äº0çæ°å!"); |
| | | return; |
| | | } |
| | |
| | | obj.update({ |
| | | HTaxRate: oldText |
| | | }); |
| | | |
| | | table.render(option); |
| | | layer.msg("ç¨ç请è¾å
¥ä¸å°äº0çæ°å!"); |
| | | return; |
| | | } |