Quellcode durchsuchen

粮食生命周期管理

hanqingsong vor 1 Jahr
Ursprung
Commit
b186dc0d87

+ 2 - 1
src/main/resources/static/app/supervise/service/crkRecordService.js

@@ -48,7 +48,8 @@ angular.module('app.supervise').service("crkRecordService", function($http, $q,
48 48
                 endDate : search==undefined?"":search.endDate,
49 49
                 houseId : search==undefined?"":search.storehouseId,
50 50
                 warehouseId : search==undefined?"":search.warehouseId,
51
-                orgId : orgId
51
+                orgId : orgId,
52
+                cphm: search.cphm
52 53
             }
53 54
         }).then(function successCallback(response) {
54 55
             // 请求成功执行代码

+ 3 - 0
src/main/resources/static/app/synth/lifecycle/views/incomeWarehouseTruck-list.html

@@ -29,6 +29,9 @@
29 29
 <!-- 		                                        <input class="form-control Wdate" ng-model="search.endDate" id="endDate" size="10"  -->
30 30
 <!-- 		                                        onclick="WdatePicker({lang:'zh-cn',minDate:'#F{$dp.$D(\'beginDate\')}'})"> -->
31 31
 <!-- 		                                    </label>&emsp; -->
32
+											<label>
33
+												车牌号:<input class="form-control input-sm" ng-model="search.cphm" name="cphm"/>&emsp;
34
+											</label>&emsp;
32 35
 										</div>
33 36
 	                                    <label>
34 37
 											<a class="btn btn-default btn-sm" ng-click="loadData()">

+ 3 - 0
src/main/resources/static/app/synth/lifecycle/views/outWarehouseTruck-list.html

@@ -29,6 +29,9 @@
29 29
 <!--                                             </label>&emsp; -->
30 30
 <!--                                         </div> -->
31 31
                                         <label>
32
+                                            车牌号:<input class="form-control input-sm" ng-model="search.cphm" name="cphm"/>&emsp;
33
+                                        </label>&emsp;
34
+                                        <label>
32 35
                                             <a class="btn btn-default btn-sm" ng-click="loadData()">
33 36
                                                 <i class="fa fa-search"></i>&nbsp;查&nbsp;询</a>
34 37
                                         </label>