pesticidePlan-edit.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. <div id="content" style=" border-width:5px; margin-left:2%;position:relative;margin-right:2%;">
  2. <section id="widget-grid" widget-grid>
  3. <div class="row">
  4. <article class="col-sm-12 col-md-12 col-lg-12">
  5. <div jarvis-widget id="form-grid-widget"
  6. data-widget-colorbutton="false" data-widget-editbutton="false"
  7. data-widget-custombutton="false">
  8. <div>
  9. <div class="widget-body no-padding">
  10. <form id="pesticidePlan-form" class="smart-form ng-pristine ng-valid" data-validator-option="validateOptions" novalidate="novalidate" style=" border-width:5px; margin-left:2%;position:relative;margin-right:2%;">
  11. <header>
  12. <a href-void class="btn btn-default btn-xs" ng-click="retList()">
  13. <i class="fa fa-angle-left"></i>&nbsp;返回&nbsp;
  14. </a>
  15. &nbsp;<strong>施药方案申请详情</strong>
  16. <span class="pull-right font-xs">带*的部分必须填写</span>
  17. </header>
  18. <fieldset>
  19. <table style="width:70%; border-width:5px; margin-left:15%;position:relative;margin-right:15%;">
  20. <table class="table table-striped table-bordered table-hover" width="100%" style="padding: 0;" >
  21. <!--第一个tr开始 -->
  22. <tr>
  23. <th rowspan="3" width='10%'>
  24. <label class="label" style="margin-top: 50%;text-align: center;">仓房情况</label>
  25. </th>
  26. <th width='15%'>
  27. <label class="label" style="margin-top: 9px;text-align: center;">熏蒸编号<span style="color: red;">*</span></label>
  28. </th>
  29. <th width='15%'>
  30. <section >
  31. <label class="input">
  32. <input type="text" ng-model="fumigation.id"
  33. name="fumigationId" ng-disabled="true">
  34. </label>
  35. </section>
  36. </th>
  37. <th>
  38. <label class="label" style="margin-top: 9px;text-align: center;">仓房名称<span style="color: red;">*</span></label>
  39. </th>
  40. <th width='15%'>
  41. <section>
  42. <label class="select">
  43. <select ng-model="fumigation.houseId" name="houseId"
  44. ng-options="store.storehouseId as store.storehouseName for store in storelist" ng-disabled="true">
  45. <option value="">--请选择--</option>
  46. </select>
  47. </label>
  48. </section>
  49. </th>
  50. <th width='15%'>
  51. <label class="label" style="margin-top: 9px;text-align: center;">仓房类型<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
  52. </th>
  53. <th width='15%'>
  54. <section>
  55. <label class="select">
  56. <select ng-model="storehouse.houseType" name="houseType" ng-disabled="true"
  57. ng-options="enum.enumid as enum.enumname for enum in dicDataList[1064]">
  58. <option value="">--请选择--</option>
  59. </select><i></i>
  60. </label>
  61. </section>
  62. </th>
  63. </tr>
  64. <!--第一个tr结束 -->
  65. <!--第二个tr开始 -->
  66. <tr>
  67. <th width='15%'>
  68. <label label class="label" style="margin-top: 9px;text-align: center;">保管员</label>
  69. </th>
  70. <th width='15%'>
  71. <section>
  72. <label class="select">
  73. <select ng-model="fumigation.keeper" name="keeper" ng-disabled="true"
  74. ng-options="keeper.id as keeper.name for keeper in keeperList">
  75. <option value="">--请选择--</option>
  76. </select><i></i>
  77. </label>
  78. </section>
  79. </th>
  80. <th>
  81. <label label class="label" style="margin-top: 9px;text-align: center;">粮食品种<span style="color: red;">*</span></label>
  82. </th>
  83. <th>
  84. <section>
  85. <label class="select">
  86. <select ng-model="fumigation.grainKind" name="grainKind" ng-disabled="true"
  87. ng-options="enum.enumid as enum.enumname for enum in dicDataList[1061]" required >
  88. <option value="">--请选择--</option>
  89. </select><i></i>
  90. </label>
  91. </section>
  92. </th>
  93. <th>
  94. <label label class="label" style="margin-top: 9px;text-align: center;">数量(吨)</label>
  95. </th>
  96. <th>
  97. <section>
  98. <label class="input">
  99. <input class="form-control" type="text" ng-model="fumigation.grainCount" ng-disabled="true"
  100. name="grainCount" validNumber="true">
  101. </label>
  102. </section>
  103. </th>
  104. </tr>
  105. <tr>
  106. <th>
  107. <label label class="label" style="margin-top: 9px;text-align: center;">储存日期</label>
  108. </th>
  109. <th>
  110. <section>
  111. <label class="input">
  112. <input type="text" ng-model="fumigation.grainStorageTime" name="grainStorageTime"
  113. data-field="datetime" data-format="yyyy-MM-dd hh:mm:ss" ng-disabled="true">
  114. </label>
  115. </section>
  116. </th>
  117. <th></th>
  118. <th></th>
  119. <th></th>
  120. <th></th>
  121. </tr>
  122. <tr>
  123. <th rowspan="2" width='10%'>
  124. <label label class="label" style="margin-top: 9px;text-align: center;">粮情检查</label>
  125. </th>
  126. <th >
  127. <label label class="label" style="margin-top: 9px;text-align: center;">主要害虫<span style="color: red;">*</span></label>
  128. </th>
  129. <th>
  130. <section>
  131. <label class="select">
  132. <select ng-model="pesticide.majorInsectPests" name="majorInsectPests"
  133. ng-options="enum.enumid as enum.enumname for enum in dicDataList[5267]" required>
  134. <option value="">--请选择--</option>
  135. </select><i></i>
  136. </label>
  137. </section>
  138. </th>
  139. <th>
  140. <label label class="label" style="margin-top: 9px;text-align: center;">害虫密度(头/公斤)</label>
  141. </th>
  142. <th>
  143. <section>
  144. <label class="input">
  145. <input class="form-control" type="text" ng-model="pesticide.insectDensity"
  146. name="insectDensity" placeholder="" validFrequency="true">
  147. </label>
  148. </section>
  149. </th>
  150. <th>
  151. <label class="label" style="margin-top: 9px;text-align: center;">发生部位</label>
  152. </th>
  153. <th>
  154. <section>
  155. <label class="input">
  156. <input class="form-control" type="text" ng-model="pesticide.occurrencePlace"
  157. name="occurrencePlace" placeholder="">
  158. </label>
  159. </section>
  160. </th>
  161. </tr>
  162. <!--第十六个tr结束 -->
  163. <!--第十七个tr开始 -->
  164. <tr>
  165. <th>
  166. <label label class="label" style="margin-top: 9px;text-align: center;">生虫日期<span style="color: red;">*</span></label>
  167. </th>
  168. <th>
  169. <section>
  170. <label class="input">
  171. <input type="text" ng-model="pesticide.insectProductTime" name="insectProductTime"
  172. data-field="datetime" data-format="yyyy-MM-dd hh:mm:ss" required>
  173. </label>
  174. </section>
  175. </th>
  176. <th></th>
  177. <th></th>
  178. <th></th>
  179. <th></th>
  180. </tr>
  181. <!--第七个tr开始 -->
  182. <tr>
  183. <th rowspan="6" width='10%'>
  184. <label class="label" style="margin-top: 9px;text-align: center;">作业安排</label>
  185. </th>
  186. <th>
  187. <label class="label" style="margin-top: 9px;text-align: center;">药剂名称<span style="color: red;">*</span></label>
  188. </th>
  189. <th>
  190. <section>
  191. <label class="select">
  192. <select ng-model="pesticide.drugName" name="drugName"
  193. ng-options="enum.enumid as enum.enumname for enum in dicDataList[3024]"
  194. required>
  195. <option value="">--请选择--</option>
  196. </select><i></i>
  197. </label>
  198. </section>
  199. </th>
  200. <th>
  201. <label class="label" style="margin-top: 9px;text-align: center;">药剂纯度(%)</label>
  202. </th>
  203. <th>
  204. <section>
  205. <label class="input">
  206. <input class="form-control" type="text" ng-model="pesticide.drugPurity"
  207. name="drugPurity" placeholder="" validNumber="true">
  208. </label>
  209. </section>
  210. </th>
  211. <th>
  212. <label class="label" style="margin-top: 9px;text-align: center;">施药方式<span style="color: red;">*</span></label>
  213. </th>
  214. <th>
  215. <section>
  216. <label class="input">
  217. <input class="form-control" type="text" ng-model="pesticide.useDrugType"
  218. name="useDrugType" placeholder="" required>
  219. </label>
  220. </section>
  221. </th>
  222. </tr>
  223. <!--第六个tr结束 -->
  224. <!--第七个tr开始 -->
  225. <tr>
  226. <th>
  227. <label label class="label" style="margin-top: 9px;text-align: center;">计划施药开始时间<span style="color: red;">*</span></label>
  228. </th>
  229. <th>
  230. <section>
  231. <label class="input">
  232. <input type="text" ng-model="pesticide.plannDrugStartTime" name="plannDrugStartTime"
  233. data-field="datetime" data-format="yyyy-MM-dd hh:mm:ss" required>
  234. </label>
  235. </section>
  236. </th>
  237. <th>
  238. <label label class="label" style="margin-top: 9px;text-align: center;">计划施药截止至时间<span style="color: red;">*</span></label>
  239. </th>
  240. <th>
  241. <section>
  242. <label class="input">
  243. <input type="text" ng-model="pesticide.plannDrugUseUpTime" name="plannDrugUseUpTime"
  244. data-field="datetime" data-format="yyyy-MM-dd hh:mm:ss" required>
  245. </label>
  246. </section>
  247. </th>
  248. <th>
  249. <label label class="label" style="margin-top: 9px;text-align: center;">计划用药量<span style="color: red;">*</span></label>
  250. </th>
  251. <th>
  252. <section>
  253. <label class="input">
  254. <input class="form-control" type="text" ng-model="pesticide.plannDrugCount"
  255. name="plannDrugCount" placeholder="" required>
  256. </label>
  257. </section>
  258. </th>
  259. </tr>
  260. <tr>
  261. <th>
  262. <label label class="label" style="margin-top: 9px;text-align: center;">粮堆单位用药量</label>
  263. </th>
  264. <th>
  265. <section>
  266. <label class="input">
  267. <input class="form-control" type="text" ng-model="pesticide.lddwyyl"
  268. name="lddwyyl" validNumber="true">
  269. </label>
  270. </section>
  271. </th>
  272. <th>
  273. <label label class="label" style="margin-top: 9px;text-align: center;">空间单位用药量</label>
  274. </th>
  275. <th>
  276. <section>
  277. <label class="input">
  278. <input class="form-control" type="text" ng-model="pesticide.kjdwyyl"
  279. name="kjdwyyl" validNumber="true">
  280. </label>
  281. </section>
  282. </th>
  283. <th>
  284. <label class="label" style="margin-top: 9px;text-align: center;">密闭方法</label>
  285. </th>
  286. <th>
  287. <section>
  288. <label class="input">
  289. <input class="form-control" type="text" ng-model="pesticide.sealType"
  290. name="sealType" placeholder="">
  291. </label>
  292. </section>
  293. </th>
  294. </tr>
  295. <!--第七个tr结束 -->
  296. <tr>
  297. <th>
  298. <label label class="label" style="margin-top: 9px;text-align: center;">设定浓度(ppm)</label>
  299. </th>
  300. <th>
  301. <section>
  302. <label class="input">
  303. <input class="form-control" type="text" ng-model="pesticide.settingConcentration"
  304. name="settingConcentration" placeholder="" validNumber="true" >
  305. </label>
  306. </section>
  307. </th>
  308. <th>
  309. <label label class="label" style="margin-top: 9px;text-align: center;">浓度检测方法</label>
  310. </th>
  311. <th>
  312. <section>
  313. <label class="input">
  314. <input class="form-control" type="text" ng-model="pesticide.concentrationCheckType"
  315. name="concentrationCheckType" placeholder="">
  316. </label>
  317. </section>
  318. </th>
  319. <th>
  320. <label label class="label" style="margin-top: 9px;text-align: center;">施药方法</label>
  321. </th>
  322. <th>
  323. <section>
  324. <label class="select">
  325. <select ng-model="pesticide.syff" required name="syff"
  326. class="form-control">
  327. <option value="">--请选择--</option>
  328. <option value="0">潮解法</option>
  329. <option value="1">仓外发生器</option>
  330. <option value="2">钢瓶气 </option>
  331. </select>
  332. </label>
  333. </section>
  334. </th>
  335. </tr>
  336. <tr>
  337. <th>
  338. <label class="label" style="margin-top: 9px;text-align: center;">辅助施药措施</label>
  339. </th>
  340. <th>
  341. <section>
  342. <label class="input">
  343. <input class="form-control" type="text" ng-model="pesticide.fzsycs"
  344. name="fzsycs" placeholder="">
  345. </label>
  346. </section>
  347. </th>
  348. <th>
  349. <label label class="label" style="margin-top: 9px;text-align: center;">散气方式</label>
  350. </th>
  351. <th>
  352. <section>
  353. <label class="input">
  354. <input class="form-control" type="text" ng-model="pesticide.bulkGasType"
  355. name="bulkGasType">
  356. </label>
  357. </section>
  358. </th>
  359. <th>
  360. <label label class="label" style="margin-top: 9px;text-align: center;">施药人数</label>
  361. </th>
  362. <th>
  363. <section>
  364. <label class="input">
  365. <input class="form-control" type="text" ng-model="pesticide.drugUserNumber"
  366. name="drugUse" validFrequency="true">
  367. </label>
  368. </section>
  369. </th>
  370. </tr>
  371. <tr>
  372. <th>
  373. <label label class="label" style="margin-top: 9px;text-align: center;">施药操作人员<span style="color: red;">*</span></label>
  374. </th>
  375. <th>
  376. <section>
  377. <label class="input">
  378. <input class="form-control" type="text" ng-model="pesticide.pesticideOperator"
  379. name="fumigationOperator" required>
  380. </label>
  381. </section>
  382. </th>
  383. <th></th>
  384. <th></th>
  385. <th></th>
  386. <th></th>
  387. </tr>
  388. </table>
  389. </table>
  390. </fieldset>
  391. <div ng-include="'app/storage/aeration/views/historyList-approval.html'"></div>
  392. <div id="dtBox"></div><!-- 时间控件:有时分秒 -->
  393. </form>
  394. </div>
  395. </div>
  396. </div>
  397. </article>
  398. </div>
  399. </section>
  400. </div>