|  |  |  | 
|---|
|  |  |  | // ,{field: 'suppCode', align: 'center',title: '货架码', hide: false} | 
|---|
|  |  |  | ,{field: 'matnr', align: 'center',title: '商品编码'} | 
|---|
|  |  |  | ,{field: 'anfme', align: 'center',title: '数量'} | 
|---|
|  |  |  | ,{field: 'batch', align: 'center',title: '批次自由项'} | 
|---|
|  |  |  | ,{field: 'batch', align: 'center',title: '批次自由项', hide: true} | 
|---|
|  |  |  | ,{field: 'maktx', align: 'center',title: '商品名称'} | 
|---|
|  |  |  | ,{field: 'order_no', align: 'center',title: '单据编号', hide: false} | 
|---|
|  |  |  | ,{field: 'three_code', align: 'center',title: '销售订单号'} | 
|---|
|  |  |  | 
|---|
|  |  |  | ,{field: 'price', align: 'center',title: '进项税', hide: true} | 
|---|
|  |  |  | ,{field: 'units', align: 'center',title: '销项税', hide: true} | 
|---|
|  |  |  | ,{field: 'dsDate', align: 'center',title: '启用日期', hide: true} | 
|---|
|  |  |  | ,{field: 'supp', align: 'center',title: '建档人', hide: true} | 
|---|
|  |  |  | ,{field: 'appeUser$', align: 'center',title: '用户'} | 
|---|
|  |  |  | ,{field: 'dInvCreateDatetime', align: 'center',title: '建档日期', hide: true} | 
|---|
|  |  |  | ]; | 
|---|
|  |  |  | //cols.push.apply(cols, detlCols); | 
|---|