| | |
| | | title: '备注说明', |
| | | align: 'center', |
| | | edit: 'text' |
| | | }]] |
| | | }]], |
| | | limit: this.curCheckItems.length //显示的数量 |
| | | }); |
| | | |
| | | $("thead tr").css({ |
| | |
| | | |
| | | //保存提交 |
| | | function submit() { |
| | | |
| | | if (curCheckData.checkStatus == "NONE" || curCheckData.checkStatus == "NONE2") { |
| | | layer.alert("请确认化验结果!!"); |
| | | return; |
| | |
| | | } |
| | | if (!curCheckData.foodLevel) { |
| | | layer.alert("请确认粮食等级!!"); |
| | | return; |
| | | } |
| | | if (!curCheckData.foodType) { |
| | | layer.alert("请确认粮食性质!!"); |
| | | return; |
| | | } |
| | | if (!curCheckData.price) { |
| | |
| | | width: '10%', |
| | | style: 'color: #f67d06;font-weight: bold' |
| | | }, { |
| | | field: 'plateNum', |
| | | title: '车牌号', |
| | | width: '9%', |
| | | style: 'font-weight: bold' |
| | | }, { |
| | | field: 'registerTime', |
| | | title: '登记时间', |
| | | width: '15%', |
| | | width: '13%', |
| | | style: 'font-weight: bold' |
| | | }, { |
| | | field: 'sampleStatus', |
| | |
| | | }, { |
| | | field: 'sampleTime', |
| | | title: '扦样时间', |
| | | width: '15%', |
| | | width: '13%', |
| | | style: 'font-weight: bold' |
| | | }, { |
| | | field: 'foodVariety', |
| | | title: '粮食品种', |
| | | width: '11%', |
| | | width: '9%', |
| | | templet: function (item) { |
| | | var result = item.foodVariety; |
| | | $.each(listFoodVariety, function (index, data) { |
| | |
| | | }, { |
| | | field: 'depotId', |
| | | title: '装卸仓库', |
| | | width: '11%', |
| | | width: '10%', |
| | | templet: function (item) { |
| | | var result = item.depotId; |
| | | $.each(listDepot, function (index, data) { |