浏览代码

查询追溯-质量查询

gypRoc 4 年之前
父节点
当前提交
2a0e4cf784
共有 21 个文件被更改,包括 481 次插入11 次删除
  1. 2 2
      src/main/resources/static/app/home/controller/headerCtrl.js
  2. 5 7
      src/main/resources/static/app/home/views/daibsx copy.html
  3. 2 1
      src/main/resources/static/app/layout/layout.tpl.html
  4. 1 1
      src/main/resources/static/app/layout/partials/header.tpl.html
  5. 40 0
      src/main/resources/static/app/layout/partials/navigation.tpl.html
  6. 48 0
      src/main/resources/static/app/synth/lifecycle/views/historyInventory-result.html
  7. 27 0
      src/main/resources/static/app/synth/lifecycle/views/historyInventory.html
  8. 50 0
      src/main/resources/static/app/synth/module.js
  9. 7 0
      src/main/resources/static/app/synth/newQuery/controller/grainsyCtrl.js
  10. 121 0
      src/main/resources/static/app/synth/newQuery/views/grainsy-list.html
  11. 7 0
      src/main/resources/static/app/synth/newQuery/views/grainsy-view.html
  12. 2 0
      src/main/resources/static/app/synth/qualityTrace/controller/warehouseSourceCtrl.js
  13. 121 0
      src/main/resources/static/app/synth/qualityTrace/views/warehouseSource-list1.html
  14. 48 0
      src/main/resources/static/app/synth/qualityTrace/views/warehouseSource-view2.html
  15. 二进制
      src/main/resources/static/styles/img/home-1/01kucunshuliang.png
  16. 二进制
      src/main/resources/static/styles/img/home-1/02-shiditu.png
  17. 二进制
      src/main/resources/static/styles/img/home-1/02shiditu.png
  18. 二进制
      src/main/resources/static/styles/img/newPage/historyResult-1.png
  19. 二进制
      src/main/resources/static/styles/img/newPage/historyResult-2.png
  20. 二进制
      src/main/resources/static/styles/img/newPage/kuneiview-1.png
  21. 二进制
      src/main/resources/static/styles/img/newPage/kuneiview-2.png

+ 2 - 2
src/main/resources/static/app/home/controller/headerCtrl.js

@@ -239,9 +239,9 @@ angular.module('app.system').controller("headerCtrl",
239 239
 
240 240
 	//跳转到查询追溯原型页
241 241
 	$scope.skipLqBugList = function (a) {
242
-		if(a ==3 ) {
242
+		/* if(a ==3 ) {
243 243
 			console.log('这是查询追溯跳转按钮')
244
-		}
244
+		} */
245 245
 		$state.go("app.additionalHome.traceability")
246 246
 	};
247 247
 	 

+ 5 - 7
src/main/resources/static/app/home/views/daibsx copy.html

@@ -1,10 +1,8 @@
1 1
 <div class="col-sm-12 home-module" ng-controller="daibsxCtrl" style="margin-top:8px;height:20%">
2
-
3
-    <div class="col-center col-center-1" style="height:100%;padding-top: 45.49%;">
4
-       <div style="position: absolute;top:10px;left:10px;font-size:15px;color:#333;font-weight:500;height:100%;width:100%">
5
-        <img style="height:80%;width:100%" src="styles/img/home-1/kczl_old.png" alt="">
2
+    <div class="col-center col-center-5" style="height:100%;padding-top: 45.49%;">
3
+        <h3 style="position: absolute;top:0px;left:5px;font-size:15px;color:#333;">库存总量</h3>
4
+        <div style="position: absolute;top:25px;left:8px;font-size:15px;color:#333;font-weight:500;text-align:center;height:83%;width:94%">
5
+            <img style="height:80%;width:90%" src="styles/img/home-1/01kucunshuliang.png" alt="">
6
+        </div>
6 7
     </div>
7
-     
8
-    </div>
9
-
10 8
 </div>

+ 2 - 1
src/main/resources/static/app/layout/layout.tpl.html

@@ -14,7 +14,7 @@
14 14
     <demo-states></demo-states>
15 15
 
16 16
     <!-- RIBBON -->
17
-    <div id="ribbon">
17
+    <div id="ribbon" >
18 18
 
19 19
 				<!--由于不需要刷新功能。所以去除刷新按钮-->
20 20
 				<!--<span class="ribbon-button-alignment">-->
@@ -27,6 +27,7 @@
27 27
 
28 28
         <!-- breadcrumb -->
29 29
         <state-breadcrumbs></state-breadcrumbs>
30
+        <div style=" float:right; min-height: 40px; color:#fff; margin-right:10px;line-height:40px;">当前所在粮库:株洲县禄口中心库</div> 
30 31
         <!-- end breadcrumb -->
31 32
         
32 33
        <!-- <form class="navbar-form navbar-right" ng-show="childSysId==19" style="margin:4px 20px" ng-controller="switchStoreCtrl">

+ 1 - 1
src/main/resources/static/app/layout/partials/header.tpl.html

@@ -84,7 +84,7 @@
84 84
 						</div> -->
85 85
 						<div has-func="23" ng-hide="isEmergency" class="nav-li" role="presentation" ng-class="{true:'active'}[childSysId==23]">
86 86
 							<!-- <a href-void ng-click="switchTopMenu(23,'app.synth.warehouseSource')"> -->
87
-							<a href-void ng-click="skipLqBugList(3)">
87
+							<a href-void ng-click="switchTopMenu(23,'app.synth.warehouseSource')">
88 88
 								<i class="nav-icon" style='position: relative;top:7px'><img alt="查询追溯" src="styles/img/home-1/nav-icon/chaxzs-icon.png" /></i>
89 89
 								查询追溯</a>
90 90
                             <i class="nav-feng-line"></i>

+ 40 - 0
src/main/resources/static/app/layout/partials/navigation.tpl.html

@@ -1385,6 +1385,7 @@
1385 1385
                             </li>
1386 1386
                         </ul>
1387 1387
                     </li>
1388
+
1388 1389
                     <!--结束-->
1389 1390
                     <!--粮食安全追溯-->
1390 1391
                     <li data-menu-collapse>
@@ -1410,6 +1411,45 @@
1410 1411
                         </ul>
1411 1412
                     </li>
1412 1413
                     <!--结束-->
1414
+                    <!--  -->
1415
+                    <!-- 演示新加页面 -->
1416
+                    <li data-menu-collapse>
1417
+                        <a href="#">
1418
+                            <i class="fa fa-lg fa-fw fa-folder-open"></i>质量查询追溯
1419
+                        </a>
1420
+                        <ul>
1421
+                            <li data-ui-sref-active="active">
1422
+                                <a data-ui-sref="app.synth.warehouseSource1">库内粮食质量溯源</a>
1423
+                            </li>
1424
+                            <li data-ui-sref-active="active">
1425
+                                <a data-ui-sref="app.synth.historyInventory">历史库存质量追溯</a>
1426
+                            </li>
1427
+                        </ul>
1428
+                    </li>
1429
+                    <li data-menu-collapse>
1430
+                        <a has-func="213" href="#">
1431
+                            <i class="fa fa-lg fa-fw fa-folder-open"></i>质量事件管理
1432
+                        </a>
1433
+                        <ul>
1434
+                            <li has-func="210" data-ui-sref-active="active">
1435
+                                <a data-ui-sref="app.archive.synth.qualityEvent">质量事件数据管理</a>
1436
+                            </li>
1437
+                            <li has-func="214" data-ui-sref-active="active">
1438
+                                <a data-ui-sref="app.synth.lifecycle">质量事件追溯分析</a>
1439
+                            </li>
1440
+                        </ul>
1441
+                    </li>
1442
+                    <!-- 成品粮条码管理 -->
1443
+                    <li data-menu-collapse>
1444
+                        <a has-func="213" href="#">
1445
+                            <i class="fa fa-lg fa-fw fa-folder-open"></i>成品粮条码管理
1446
+                        </a>
1447
+                        <ul>
1448
+                            <li has-func="210" data-ui-sref-active="active">
1449
+                                <a data-ui-sref="app.archive.synth.qualityEvent">成品粮条码</a>
1450
+                            </li>
1451
+                        </ul>
1452
+                    </li>
1413 1453
                 </ul>
1414 1454
             </li>
1415 1455
 

+ 48 - 0
src/main/resources/static/app/synth/lifecycle/views/historyInventory-result.html

@@ -0,0 +1,48 @@
1
+<!-- MAIN CONTENT -->
2
+<div id="content">
3
+
4
+	<!-- widget grid -->
5
+	<section id="widget-grid" widget-grid>
6
+
7
+		<!-- START ROW -->
8
+		<div class="row">
9
+
10
+			<!-- NEW COL START -->
11
+			<article class="col-sm-12 col-md-12 col-lg-12">
12
+
13
+				<!-- Widget ID (each widget will need unique ID)-->
14
+				<div jarvis-widget id="form-grid-widget"
15
+					data-widget-colorbutton="false" data-widget-editbutton="false"
16
+					data-widget-custombutton="false">
17
+
18
+					<!-- widget div-->
19
+					<div>
20
+
21
+						<!-- widget content -->
22
+						<div class="widget-body no-padding">
23
+							<form id="basicStorehouse-form" name='basicStorehouse-form'
24
+								class="smart-form ng-pristine ng-valid"
25
+								ng-submit='basicStorehouse-form.$valid&&save(basicStorehouse)'
26
+								novalidate="novalidate">
27
+								<header>
28
+									<a href-void class="btn btn-default btn-xs" ng-click="returnTop()">
29
+										<i class="fa fa-angle-left"></i>&nbsp;返回&nbsp;
30
+									</a>
31
+									<!-- &nbsp;<strong>查看</strong> -->
32
+								</header>
33
+								<section>
34
+									<div>
35
+										<img src="styles/img/newPage/historyResult-1.png" alt="">
36
+										<img src="styles/img/newPage/historyResult-2.png" alt="">
37
+									</div>
38
+								</section>
39
+								<footer class="modal-footer text-align-center">
40
+									<button ng-click="returnTop()" class="btn btn-default btn-lg" data-dismiss="modal">取消</button>
41
+								</footer>
42
+							</form>
43
+						</div>
44
+					</div>
45
+			</article>
46
+		</div>
47
+	</section>
48
+</div>

+ 27 - 0
src/main/resources/static/app/synth/lifecycle/views/historyInventory.html

@@ -0,0 +1,27 @@
1
+<div class="container">
2
+    <div class="row">
3
+        <div class="col-xs-8 col-xs-offset-2 col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4 text-center animated fadeInDown">
4
+            <p>&nbsp;</p>
5
+            <p>&nbsp;</p>
6
+            <p>&nbsp;</p>
7
+            <div>
8
+                <h1 class="logo-name">请输入唯一识别码</h1>
9
+            </div>
10
+            <h3>粮食专卡编号</h3>
11
+            <p>&nbsp;</p>
12
+            <p>&nbsp;</p>
13
+            <p>&nbsp;</p>
14
+
15
+            <form class="m-t" role="form" action="#">
16
+                <div class="form-group">
17
+                    <input type="text" ng-model="idCode" class="form-control" placeholder="请输入粮食专卡编号(282839300191)" required="">
18
+                </div>
19
+                <button type="submit" class="btn btn-primary btn-block m-b"
20
+                        data-ui-sref="app.synth.historyResult">查找</button>
21
+
22
+                <br/>
23
+                <br/>
24
+            </form>
25
+        </div>
26
+    </div>
27
+</div>

+ 50 - 0
src/main/resources/static/app/synth/module.js

@@ -383,4 +383,54 @@ angular.module('app.synth',[ 'ui.router', 'datatables', 'datatables.bootstrap' ]
383 383
 				}
384 384
 			}
385 385
 		})
386
+		// 演示原型添加
387
+		.state('app.synth.warehouseSource1', {
388
+			url : '/synth/warehouseSource1',
389
+			data : {
390
+				title : '以入库为源头追溯列表'
391
+			},
392
+			views : {
393
+				"content@app" : {
394
+					controller : 'warehouseSourceCtrl',
395
+					templateUrl : 'app/synth/qualityTrace/views/warehouseSource-list1.html'
396
+				}
397
+			}
398
+		})
399
+		.state('app.synth.warehouseSource1.view', {
400
+			url : '/synth/warehouseSource1/view/:fcbgz/:btnType',
401
+			data : {
402
+				title : '查看'
403
+			},
404
+			views : {
405
+				"content@app" : {
406
+					controller : 'warehouseSourceViewCtrl',
407
+					templateUrl : 'app/synth/qualityTrace/views/warehouseSource-view2.html'
408
+				}
409
+			}
410
+		})
411
+		// 历史库存质量追溯
412
+		.state('app.synth.historyInventory', {
413
+			url: '/synth/historyInventory',//识别码用到
414
+			data: {
415
+				title: '历史库存质量追溯'
416
+			},
417
+			views: {
418
+				"content@app": {
419
+					templateUrl: 'app/synth/lifecycle/views/historyInventory.html'
420
+				}
421
+			}
422
+		})
423
+		// 历史库存质量追溯 -搜索结果
424
+		.state('app.synth.historyResult', {
425
+			url : '/synth/historyResult',
426
+			data : {
427
+				title : '查看'
428
+			},
429
+			views : {
430
+				"content@app" : {
431
+					controller : 'warehouseSourceViewCtrl',
432
+					templateUrl : 'app/synth/lifecycle/views/historyInventory-result.html'
433
+				}
434
+			}
435
+		})
386 436
 });

+ 7 - 0
src/main/resources/static/app/synth/newQuery/controller/grainsyCtrl.js

@@ -0,0 +1,7 @@
1
+"use strict";
2
+// 已入库为源头追溯列表
3
+angular.module('app.synth').controller("grainsyCtrl",function ($scope, $rootScope, $state, $filter, 
4
+		warehouseService, fcbgzService) {
5
+
6
+	
7
+});

+ 121 - 0
src/main/resources/static/app/synth/newQuery/views/grainsy-list.html

@@ -0,0 +1,121 @@
1
+<!-- MAIN CONTENT -->
2
+<div id="content">
3
+	<!-- widget grid -->
4
+	<section widget-grid id="widget-grid">
5
+		<div class="row">
6
+			<article class="col-sm-12">
7
+
8
+				<div jarvis-widget id="standard-datatable-widget"
9
+					data-widget-color="darken" data-widget-editbutton="false">
10
+					<header>
11
+						<span class="widget-icon"> <i class="fa fa-table"></i>
12
+						</span>
13
+						<h2>以入库为源头追溯查询列表</h2>
14
+					</header>
15
+					<div>
16
+						<div class="widget-body no-padding">
17
+							<div id="DataTables_Table_1_wrapper"
18
+								class="dataTables_wrapper form-inline no-footer">
19
+								<div class="dt-toolbar">
20
+									<div class="col-xs-12 col-sm-9">
21
+										<div class="form-group">
22
+											<label>
23
+												仓房名称:
24
+												<select ng-model="storehouseId"
25
+													ng-options="storehouse.storehouseId as storehouse.storehouseName for storehouse in store_tank_list"
26
+													class="form-control input-sm" ng-change="getWareList(storehouseId)">
27
+														<option value="">--请选择--</option>
28
+												</select>&emsp;
29
+											</label>
30
+											<label>
31
+												货位名称:
32
+												<select ng-model="wareId" class="form-control input-sm" 
33
+													ng-options="ware.warehouseId as ware.warehouseName for ware in warelist">
34
+													<option value="">请选择</option>
35
+												</select>&emsp;
36
+											</label>
37
+											<a class="btn btn-default btn-sm" ng-click="loadData()">
38
+												<i class="fa fa-search"></i>&nbsp;查&nbsp;询
39
+											</a>&emsp;
40
+										</div>
41
+									</div>
42
+									<div class="col-sm-3 col-xs-6 hidden-xs">
43
+										<div class="dataTables_length">
44
+											<label>每页显示 <select ng-model="pageInfo.pageSize" ng-change="loadData()"
45
+												ng-options="num as num for num in [1,10,25,50,100]"
46
+												class="form-control input-sm"></select> 条
47
+											</label>
48
+										</div>
49
+									</div>
50
+								</div>
51
+
52
+								<table class="table table-striped table-bordered table-hover"
53
+									width="100%">
54
+									<thead>
55
+										<tr>
56
+				                            <th>序号</th>
57
+				                            <th>粮库名称</th>
58
+				                            <th>仓房名称</th>
59
+				                            <th>粮油品种</th>
60
+				                            <th>库存数量</th>
61
+				                            <th>收获年度</th>
62
+				                            <th>入仓时间</th>
63
+				                            <th>操作</th>
64
+				                        </tr>
65
+									</thead>
66
+
67
+									<tbody>
68
+										<tr ng-repeat="fcbgz in pageInfo.list">
69
+											<td>{{$index+1}}</td>
70
+											<td>{{fcbgz.lkmc}}</td>
71
+											<td>{{storehouseObj[fcbgz.ch].storehouseName}}</td>
72
+											<td>{{dicData[fcbgz.pz]}}</td>
73
+											<td>{{fcbgz.kcsl}}</td>
74
+											<td>{{dicData[fcbgz.scnf]}}</td>
75
+											<td>{{fcbgz.cjsj | date :'yyyy/MM/dd'}}</td>
76
+											<td>
77
+											    <a href-void ng-click="view(fcbgz, '1')"><i class="fa fa-info-circle"></i>查看</a>&emsp;
78
+												<a href-void ng-click="view(fcbgz, '2')"><i class="fa fa-info-circle"></i>质检信息</a>&emsp;
79
+											    <a href-void ng-click="view(fcbgz, '3')"><i class="fa fa-info-circle"></i>粮情信息</a>&emsp;
80
+<!-- 											    <a href-void ng-click="view(fcbgz, '4')"><i class="fa fa-info-circle"></i>作业记录</a> -->
81
+											</td>
82
+										</tr>
83
+									</tbody>
84
+
85
+								</table>
86
+								<div smart-include="app/layout/partials/page.tpl.html"></div>
87
+							</div>
88
+						</div>
89
+					</div>
90
+				</div>
91
+			</article>
92
+		</div>
93
+
94
+	</section>
95
+
96
+</div>
97
+
98
+<!-- Modal -->
99
+<div class="modal fade" id="jyxxDetail_Model" tabindex="-1" role="dialog"
100
+	aria-labelledby="myModalLabel" aria-hidden="true">
101
+	<div class="modal-dialog">
102
+		<div class="modal-content">
103
+			<div class="modal-header">
104
+				<button type="button" class="close" data-dismiss="modal"
105
+					aria-hidden="true">&times;</button>
106
+				<h4 class="modal-title" id="myModalLabel">化验详情</h4>
107
+			</div>
108
+			<div class="modal-body">
109
+				<div smart-include="app/synth/qualityTrace/views/jyxxDetail.html"></div>
110
+			</div>
111
+			<div class="modal-footer">
112
+<!-- 				<button ng-click="save()" type="button" class="btn btn-primary">提交</button> -->
113
+				<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
114
+			</div>
115
+		</div>
116
+		<!-- /.modal-content -->
117
+	</div>
118
+	<!-- /.modal-dialog -->
119
+</div>
120
+<!-- /.modal -->
121
+

+ 7 - 0
src/main/resources/static/app/synth/newQuery/views/grainsy-view.html

@@ -0,0 +1,7 @@
1
+<div id="content">
2
+
3
+	<!-- widget grid -->
4
+	<section id="widget-grid" widget-grid>
5
+        <h3>库内粮食质量追溯 -查看</h3>
6
+	</section>
7
+</div>

+ 2 - 0
src/main/resources/static/app/synth/qualityTrace/controller/warehouseSourceCtrl.js

@@ -77,6 +77,8 @@ angular.module('app.synth').controller("warehouseSourceCtrl",function ($scope, $
77 77
     		$state.go('app.storage.safeproduce.safeCheck.ttplist',{houseId:ch});
78 78
     	} else if (btnType == 4) {
79 79
     		$state.go("app.supervise.operation.ccZy", {houseId: parseInt(obj.ch)});
80
+    	} else if (btnType == 123) {// 演示新增
81
+    		$state.go("app.synth.warehouseSource1.view", {houseId: parseInt(obj.ch)});
80 82
     	}
81 83
     }
82 84
 

+ 121 - 0
src/main/resources/static/app/synth/qualityTrace/views/warehouseSource-list1.html

@@ -0,0 +1,121 @@
1
+<!-- MAIN CONTENT -->
2
+<div id="content">
3
+	<!-- widget grid -->
4
+	<section widget-grid id="widget-grid">
5
+		<div class="row">
6
+			<article class="col-sm-12">
7
+
8
+				<div jarvis-widget id="standard-datatable-widget"
9
+					data-widget-color="darken" data-widget-editbutton="false">
10
+					<header>
11
+						<span class="widget-icon"> <i class="fa fa-table"></i>
12
+						</span>
13
+						<h2>库内粮食质量溯源</h2>
14
+					</header>
15
+					<div>
16
+						<div class="widget-body no-padding">
17
+							<div id="DataTables_Table_1_wrapper"
18
+								class="dataTables_wrapper form-inline no-footer">
19
+								<div class="dt-toolbar">
20
+									<div class="col-xs-12 col-sm-9">
21
+										<div class="form-group">
22
+											<label>
23
+												仓房名称:
24
+												<select ng-model="storehouseId"
25
+													ng-options="storehouse.storehouseId as storehouse.storehouseName for storehouse in store_tank_list"
26
+													class="form-control input-sm" ng-change="getWareList(storehouseId)">
27
+														<option value="">--请选择--</option>
28
+												</select>&emsp;
29
+											</label>
30
+											<label>
31
+												货位名称:
32
+												<select ng-model="wareId" class="form-control input-sm" 
33
+													ng-options="ware.warehouseId as ware.warehouseName for ware in warelist">
34
+													<option value="">请选择</option>
35
+												</select>&emsp;
36
+											</label>
37
+											<a class="btn btn-default btn-sm" ng-click="loadData()">
38
+												<i class="fa fa-search"></i>&nbsp;查&nbsp;询
39
+											</a>&emsp;
40
+										</div>
41
+									</div>
42
+									<div class="col-sm-3 col-xs-6 hidden-xs">
43
+										<div class="dataTables_length">
44
+											<label>每页显示 <select ng-model="pageInfo.pageSize" ng-change="loadData()"
45
+												ng-options="num as num for num in [1,10,25,50,100]"
46
+												class="form-control input-sm"></select> 条
47
+											</label>
48
+										</div>
49
+									</div>
50
+								</div>
51
+
52
+								<table class="table table-striped table-bordered table-hover"
53
+									width="100%">
54
+									<thead>
55
+										<tr>
56
+				                            <th>序号</th>
57
+				                            <th>粮库名称</th>
58
+				                            <th>仓房名称</th>
59
+				                            <th>粮油品种</th>
60
+				                            <th>库存数量</th>
61
+				                            <th>收获年度</th>
62
+				                            <th>入仓时间</th>
63
+				                            <th>操作</th>
64
+				                        </tr>
65
+									</thead>
66
+
67
+									<tbody>
68
+										<tr ng-repeat="fcbgz in pageInfo.list">
69
+											<td>{{$index+1}}</td>
70
+											<td>{{fcbgz.lkmc}}</td>
71
+											<td>{{storehouseObj[fcbgz.ch].storehouseName}}</td>
72
+											<td>{{dicData[fcbgz.pz]}}</td>
73
+											<td>{{fcbgz.kcsl}}</td>
74
+											<td>{{dicData[fcbgz.scnf]}}</td>
75
+											<td>{{fcbgz.cjsj | date :'yyyy/MM/dd'}}</td>
76
+											<td>
77
+											    <a href-void ng-click="view(fcbgz, '123')"><i class="fa fa-info-circle"></i>查看</a>&emsp;
78
+												<!-- <a href-void ng-click="view(fcbgz, '2')"><i class="fa fa-info-circle"></i>质检信息</a>&emsp;
79
+											    <a href-void ng-click="view(fcbgz, '3')"><i class="fa fa-info-circle"></i>粮情信息</a>&emsp; -->
80
+<!-- 											    <a href-void ng-click="view(fcbgz, '4')"><i class="fa fa-info-circle"></i>作业记录</a> -->
81
+											</td>
82
+										</tr>
83
+									</tbody>
84
+
85
+								</table>
86
+								<div smart-include="app/layout/partials/page.tpl.html"></div>
87
+							</div>
88
+						</div>
89
+					</div>
90
+				</div>
91
+			</article>
92
+		</div>
93
+
94
+	</section>
95
+
96
+</div>
97
+
98
+<!-- Modal -->
99
+<div class="modal fade" id="jyxxDetail_Model" tabindex="-1" role="dialog"
100
+	aria-labelledby="myModalLabel" aria-hidden="true">
101
+	<div class="modal-dialog">
102
+		<div class="modal-content">
103
+			<div class="modal-header">
104
+				<button type="button" class="close" data-dismiss="modal"
105
+					aria-hidden="true">&times;</button>
106
+				<h4 class="modal-title" id="myModalLabel">化验详情</h4>
107
+			</div>
108
+			<div class="modal-body">
109
+				<div smart-include="app/synth/qualityTrace/views/jyxxDetail.html"></div>
110
+			</div>
111
+			<div class="modal-footer">
112
+<!-- 				<button ng-click="save()" type="button" class="btn btn-primary">提交</button> -->
113
+				<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
114
+			</div>
115
+		</div>
116
+		<!-- /.modal-content -->
117
+	</div>
118
+	<!-- /.modal-dialog -->
119
+</div>
120
+<!-- /.modal -->
121
+

+ 48 - 0
src/main/resources/static/app/synth/qualityTrace/views/warehouseSource-view2.html

@@ -0,0 +1,48 @@
1
+<!-- MAIN CONTENT -->
2
+<div id="content">
3
+
4
+	<!-- widget grid -->
5
+	<section id="widget-grid" widget-grid>
6
+
7
+		<!-- START ROW -->
8
+		<div class="row">
9
+
10
+			<!-- NEW COL START -->
11
+			<article class="col-sm-12 col-md-12 col-lg-12">
12
+
13
+				<!-- Widget ID (each widget will need unique ID)-->
14
+				<div jarvis-widget id="form-grid-widget"
15
+					data-widget-colorbutton="false" data-widget-editbutton="false"
16
+					data-widget-custombutton="false">
17
+
18
+					<!-- widget div-->
19
+					<div>
20
+
21
+						<!-- widget content -->
22
+						<div class="widget-body no-padding">
23
+							<form id="basicStorehouse-form" name='basicStorehouse-form'
24
+								class="smart-form ng-pristine ng-valid"
25
+								ng-submit='basicStorehouse-form.$valid&&save(basicStorehouse)'
26
+								novalidate="novalidate">
27
+								<header>
28
+									<a href-void class="btn btn-default btn-xs" ng-click="returnTop()">
29
+										<i class="fa fa-angle-left"></i>&nbsp;返回&nbsp;
30
+									</a>
31
+									&nbsp;<strong>查看</strong>
32
+								</header>
33
+								<section>
34
+									<div>
35
+										<img src="styles/img/newPage/kuneiview-1.png" alt="">
36
+										<img src="styles/img/newPage/kuneiview-2.png" alt="">
37
+									</div>
38
+								</section>
39
+								<footer class="modal-footer text-align-center">
40
+									<button ng-click="returnTop()" class="btn btn-default btn-lg" data-dismiss="modal">取消</button>
41
+								</footer>
42
+							</form>
43
+						</div>
44
+					</div>
45
+			</article>
46
+		</div>
47
+	</section>
48
+</div>

二进制
src/main/resources/static/styles/img/home-1/01kucunshuliang.png


二进制
src/main/resources/static/styles/img/home-1/02-shiditu.png


二进制
src/main/resources/static/styles/img/home-1/02shiditu.png


二进制
src/main/resources/static/styles/img/newPage/historyResult-1.png


二进制
src/main/resources/static/styles/img/newPage/historyResult-2.png


二进制
src/main/resources/static/styles/img/newPage/kuneiview-1.png


二进制
src/main/resources/static/styles/img/newPage/kuneiview-2.png