| | |
| | | arrRemove(detlCols, "field", "str6") |
| | | var cols = [ |
| | | {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120, style:'color: blue;font-weight: bold'}, |
| | | // {field: 'supplier', title: '批号', align: 'center', edit:'text', width: 120}, |
| | | {field: 'supplier', title: '批号', align: 'center', width: 120}, |
| | | {field: 'source', title: '来源', align: 'center', edit:'text', width: 120}, |
| | | {field: 'vendor', title: '供应商', align: 'center', edit:'text', width: 120} |
| | | ,{field: 'qtyBox', align: 'center', title: '每箱数量(PCS)'} |
| | |
| | | var checkStatus = table.checkStatus(obj.config.id); |
| | | var data = checkStatus.data; |
| | | for(i=0;i<data.length;i++){ |
| | | data[i].supplier=''; |
| | | data[i].supplier='0'; |
| | | } |
| | | // debugger |
| | | switch(obj.event) { |
| | |
| | | </div> |
| | | <div class="form-item"> |
| | | <span>批号</span> |
| | | <input id="supplier" type="text"> |
| | | <input id="supplier" value="0" type="text"> |
| | | </div> |
| | | <div class="form-item"> |
| | | <span>生产日期</span> |