DFM6.cshtml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. @using WMS.BZWeb;
  2. @{
  3. ViewBag.Title = "DFM6";
  4. Layout = "~/Views/Shared/_Form.cshtml";
  5. }
  6. <link href="~/Content/jquery/plugin/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
  7. <script src="~/Content/jquery/plugin/jquery-ui/jquery-ui.min.js"></script>
  8. <style>
  9. .lr-form-wrap {
  10. padding-top: 3px;
  11. }
  12. .center {
  13. height: calc(100% - 60px);
  14. display: flex;
  15. box-sizing: border-box;
  16. flex-direction: row;
  17. justify-content: space-between;
  18. align-items: flex-start;
  19. }
  20. .center .left {
  21. position: relative;
  22. padding-left: 177px;
  23. padding-top: 20px;
  24. display: flex;
  25. box-sizing: border-box;
  26. flex-direction: row;
  27. justify-content: flex-start;
  28. align-items: flex-start;
  29. }
  30. .center .right {
  31. height: 100%;
  32. width: 612px;
  33. display: flex;
  34. flex-direction: column;
  35. box-sizing: border-box;
  36. padding: 5px 0 0 5px;
  37. border-left: 1px solid #bdcadb;
  38. }
  39. .center .right .rItem {
  40. margin-bottom: 5px;
  41. }
  42. .circle {
  43. width: 50px;
  44. height: 50px;
  45. margin-left: 2px;
  46. border-radius: 50%;
  47. background-color: rgb(255, 255, 255);
  48. border: 2px solid rgb(0, 0, 0);
  49. text-align: center;
  50. line-height: 45px;
  51. cursor: pointer;
  52. position: absolute;
  53. }
  54. .bordercircle {
  55. width: 50px;
  56. height: 50px;
  57. margin-left: 2px;
  58. border-radius: 50%;
  59. background-color: rgb(255, 255, 255);
  60. border: 3px solid #00ffff;
  61. text-align: center;
  62. line-height: 45px;
  63. cursor: pointer;
  64. position: absolute;
  65. }
  66. .circle18 {
  67. width: 42px;
  68. height: 42px;
  69. margin-left: 2px;
  70. border-radius: 50%;
  71. background-color: rgb(255, 255, 255);
  72. border: 2px solid rgb(0, 0, 0);
  73. text-align: center;
  74. line-height: 40px;
  75. cursor: pointer;
  76. position: absolute;
  77. }
  78. .bordercircle18 {
  79. width: 42px;
  80. height: 42px;
  81. margin-left: 2px;
  82. border-radius: 50%;
  83. background-color: rgb(255, 255, 255);
  84. border: 3px solid #00ffff;
  85. text-align: center;
  86. line-height: 40px;
  87. cursor: pointer;
  88. position: absolute;
  89. }
  90. .circle34 {
  91. width: 46px;
  92. height: 46px;
  93. margin-left: 2px;
  94. border-radius: 50%;
  95. background-color: rgb(255, 255, 255);
  96. border: 2px solid rgb(0, 0, 0);
  97. text-align: center;
  98. line-height: 40px;
  99. cursor: pointer;
  100. position: absolute;
  101. }
  102. .bordercircle34 {
  103. width: 46px;
  104. height: 46px;
  105. margin-left: 2px;
  106. border-radius: 50%;
  107. background-color: rgb(255, 255, 255);
  108. border: 3px solid #00ffff;
  109. text-align: center;
  110. line-height: 40px;
  111. cursor: pointer;
  112. position: absolute;
  113. }
  114. .selectedactive {
  115. border-color: #05e600
  116. }
  117. .havegoods {
  118. background-color: #0066ff
  119. }
  120. .Sideout {
  121. border-color: #0066ff
  122. }
  123. .yellowCircle {
  124. background-color: #f59a23
  125. }
  126. .purpleCircle {
  127. background-color: #8400ff
  128. }
  129. .lightgreenCircle {
  130. background-color: #95f204
  131. }
  132. </style>
  133. <div class="lr-form-wrap">
  134. <div class="center">
  135. <div id="allcontainer" class="left" style="flex-direction: column;">
  136. <select id="StampChildType" style="display:inline-block;width:200px;margin-top:-15px;margin-left:-140px;text-align:center;font-size:15px;font-weight: bold;" class="lr-select"></select>
  137. <div id="StampChildType1" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px; display: none;">
  138. <div data-geo="" id="13" dfm="13" class="clickcircle circle" style=" left: 98px; top: 95px;">13</div>
  139. <div data-geo="" id="14" dfm="14" class="clickcircle circle" style=" left: 154px; top: 95px;">14</div>
  140. <div data-geo="" id="8" dfm="8" class="clickcircle circle34" style=" left: 56px; top: 138px;">8</div>
  141. <div data-geo="" id="12" dfm="12" class="clickcircle circle34" style=" left: 198px; top: 138px;">12</div>
  142. <div data-geo="" id="6" dfm="6" class="clickcircle circle34" style=" left: 15px; top: 168px;">6</div>
  143. <div data-geo="" id="4" dfm="4" class="clickcircle circle34" style=" left: 100px; top: 168px;">4</div>
  144. <div data-geo="" id="10" dfm="10" class="clickcircle circle34" style=" left: 159px; top: 168px;">10</div>
  145. <div data-geo="" id="11" dfm="11" class="clickcircle circle34" style=" left: 240px; top: 168px;">11</div>
  146. <div data-geo="" id="5" dfm="5" class="clickcircle circle34" style=" left: 15px; top: 216px;">5</div>
  147. <div data-geo="" id="1" dfm="1" class="clickcircle circle34" style=" left: 100px; top: 216px;">1</div>
  148. <div data-geo="" id="3" dfm="3" class="clickcircle circle34" style=" left: 159px; top: 216px;">3</div>
  149. <div data-geo="" id="9" dfm="9" class="clickcircle circle34" style=" left: 240px; top: 216px;">9</div>
  150. <div data-geo="" id="2" dfm="2" class="clickcircle circle34" style=" left: 56px; top: 249px;">2</div>
  151. <div data-geo="" id="7" dfm="7" class="clickcircle circle34" style=" left: 198px; top: 249px;">7</div>
  152. </div>
  153. <div id="StampChildType2" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px; display: none;">
  154. @* <div data-geo="" id="1" dfm="1" class="clickcircle circle" style=" left: 50px; top: 95px;">1</div>
  155. <div data-geo="" id="2" dfm="2" class="clickcircle circle" style=" left: 108px; top: 95px;">2</div>
  156. <div data-geo="" id="3" dfm="3" class="clickcircle circle34" style=" left: 56px; top: 150px;">3</div>
  157. <div data-geo="" id="4" dfm="4" class="clickcircle circle34" style=" left: 25px; top: 200px;">4</div>
  158. <div data-geo="" id="8" dfm="8" class="clickcircle circle34" style=" left: 110px; top: 150px;">8</div>
  159. <div data-geo="" id="5" dfm="5" class="clickcircle circle34" style=" left: 56px; top: 249px;">5</div>
  160. <div data-geo="" id="7" dfm="7" class="clickcircle circle34" style=" left: 138px; top: 200px;">7</div>
  161. <div data-geo="" id="6" dfm="6" class="clickcircle circle34" style=" left: 110px; top: 249px;">6</div>
  162. <div data-geo="" id="9" dfm="9" class="clickcircle circle" style=" left: 200px; top: 170px;">9</div>
  163. <div data-geo="" id="10" dfm="10" class="clickcircle circle" style=" left: 200px; top: 223px;">10</div> *@
  164. <div data-geo="" id="1" dfm="1" class="clickcircle circle" style=" left: 50px; top: 95px;">1</div>
  165. <div data-geo="" id="2" dfm="2" class="clickcircle circle" style=" left: 108px; top: 95px;">2</div>
  166. <div data-geo="" id="3" dfm="3" class="clickcircle circle34" style=" left: 76px; top: 150px;">3</div>
  167. <div data-geo="" id="4" dfm="4" class="clickcircle circle34" style=" left: 25px; top: 170px;">4</div>
  168. <div data-geo="" id="8" dfm="8" class="clickcircle circle34" style=" left: 130px; top: 170px;">8</div>
  169. <div data-geo="" id="5" dfm="5" class="clickcircle circle34" style=" left: 25px; top: 220px;">5</div>
  170. <div data-geo="" id="7" dfm="7" class="clickcircle circle34" style=" left: 130px; top: 220px;">7</div>
  171. <div data-geo="" id="6" dfm="6" class="clickcircle circle34" style=" left: 76px; top: 249px;">6</div>
  172. <div data-geo="" id="9" dfm="9" class="clickcircle circle" style=" left: 200px; top: 170px;">9</div>
  173. <div data-geo="" id="10" dfm="10" class="clickcircle circle" style=" left: 200px; top: 223px;">10</div>
  174. </div>
  175. <div id="StampChildType3" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px;display: none;">
  176. <div data-geo="" id="3" dfm="3" class="clickcircle circle" style=" left: 30px; top: 110px;">3</div>
  177. <div data-geo="" id="2" dfm="2" class="clickcircle circle34" style=" left: 30px; top: 176px;">2</div>
  178. <div data-geo="" id="1" dfm="1" class="clickcircle circle34" style=" left: 30px; top: 232px;">1</div>
  179. <div data-geo="" id="6" dfm="6" class="clickcircle circle" style=" left: 92px; top: 110px;">6</div>
  180. <div data-geo="" id="5" dfm="5" class="clickcircle circle34" style=" left: 92px; top: 176px;">5</div>
  181. <div data-geo="" id="4" dfm="4" class="clickcircle circle34" style=" left: 92px; top: 232px;">4</div>
  182. <div data-geo="" id="9" dfm="9" class="clickcircle circle" style=" left: 154px; top: 110px;">9</div>
  183. <div data-geo="" id="8" dfm="8" class="clickcircle circle34" style=" left: 154px; top: 176px;">8</div>
  184. <div data-geo="" id="7" dfm="7" class="clickcircle circle34" style=" left: 154px; top: 232px;">7</div>
  185. <div data-geo="" id="12" dfm="12" class="clickcircle circle" style=" left: 216px; top: 110px;">12</div>
  186. <div data-geo="" id="11" dfm="11" class="clickcircle circle34" style=" left: 216px; top: 176px;">11</div>
  187. <div data-geo="" id="10" dfm="10" class="clickcircle circle34" style=" left: 216px; top: 232px;">10</div>
  188. </div>
  189. <div id="StampChildType4" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px; display: none;">
  190. <div data-geo="" id="1" dfm="1" class="clickcircle circle34" style=" left: 98px; top: 95px;">1</div>
  191. <div data-geo="" id="2" dfm="2" class="clickcircle circle" style=" left: 154px; top: 95px;">2</div>
  192. <div data-geo="" id="3" dfm="3" class="clickcircle circle18" style=" left: 56px; top: 138px;">3</div>
  193. <div data-geo="" id="9" dfm="9" class="clickcircle circle18" style=" left: 198px; top: 138px;">9</div>
  194. <div data-geo="" id="4" dfm="4" class="clickcircle circle18" style=" left: 15px; top: 168px;">4</div>
  195. <div data-geo="" id="8" dfm="8" class="clickcircle circle18" style=" left: 100px; top: 168px;">8</div>
  196. <div data-geo="" id="10" dfm="10" class="clickcircle circle18" style=" left: 159px; top: 168px;">10</div>
  197. <div data-geo="" id="14" dfm="14" class="clickcircle circle18" style=" left: 240px; top: 168px;">14</div>
  198. <div data-geo="" id="5" dfm="5" class="clickcircle circle18" style=" left: 15px; top: 216px;">5</div>
  199. <div data-geo="" id="7" dfm="7" class="clickcircle circle18" style=" left: 100px; top: 216px;">7</div>
  200. <div data-geo="" id="11" dfm="11" class="clickcircle circle18" style=" left: 159px; top: 216px;">11</div>
  201. <div data-geo="" id="13" dfm="13" class="clickcircle circle18" style=" left: 240px; top: 216px;">13</div>
  202. <div data-geo="" id="6" dfm="6" class="clickcircle circle18" style=" left: 56px; top: 249px;">6</div>
  203. <div data-geo="" id="12" dfm="12" class="clickcircle circle18" style=" left: 198px; top: 249px;">12</div>
  204. </div>
  205. <div id="StampChildType5" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px; display: none;">
  206. <div data-geo="" id="10" dfm="10" class="clickcircle circle34" style=" left: 98px; top: 95px;">10</div>
  207. <div data-geo="" id="11" dfm="11" class="clickcircle circle" style=" left: 154px; top: 95px;">11</div>
  208. <div data-geo="" id="9" dfm="9" class="clickcircle circle18" style=" left: 56px; top: 138px;">9</div>
  209. <div data-geo="" id="8" dfm="8" class="clickcircle circle18" style=" left: 198px; top: 138px;">8</div>
  210. <div data-geo="" id="4" dfm="4" class="clickcircle circle18" style=" left: 15px; top: 168px;">4</div>
  211. <div data-geo="" id="6" dfm="6" class="clickcircle circle18" style=" left: 100px; top: 168px;">6</div>
  212. @* <div data-geo="" id="10" dfm="10" class="clickcircle circle18" style=" left: 159px; top: 168px;">10</div>
  213. <div data-geo="" id="14" dfm="14" class="clickcircle circle18" style=" left: 240px; top: 168px;">14</div> *@
  214. <div data-geo="" id="3" dfm="3" class="clickcircle circle18" style=" left: 15px; top: 216px;">3</div>
  215. @* <div data-geo="" id="7" dfm="7" class="clickcircle circle18" style=" left: 100px; top: 216px;">7</div> *@
  216. <div data-geo="" id="1" dfm="1" class="clickcircle circle18" style=" left: 159px; top: 216px;">1</div>
  217. <div data-geo="" id="7" dfm="7" class="clickcircle circle18" style=" left: 240px; top: 216px;">7</div>
  218. <div data-geo="" id="2" dfm="2" class="clickcircle circle18" style=" left: 56px; top: 249px;">2</div>
  219. <div data-geo="" id="5" dfm="5" class="clickcircle circle18" style=" left: 198px; top: 249px;">5</div>
  220. </div>
  221. <div id="StampChildType6" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px; display: none;">
  222. <div data-geo="" id="7" dfm="7" class="clickcircle circle" style=" left: 50px; top: 95px;">7</div>
  223. <div data-geo="" id="8" dfm="8" class="clickcircle circle" style=" left: 108px; top: 95px;">8</div>
  224. <div data-geo="" id="6" dfm="6" class="clickcircle circle34" style=" left: 76px; top: 150px;">6</div>
  225. <div data-geo="" id="4" dfm="4" class="clickcircle circle34" style=" left: 25px; top: 170px;">4</div>
  226. <div data-geo="" id="5" dfm="5" class="clickcircle circle34" style=" left: 130px; top: 170px;">5</div>
  227. <div data-geo="" id="1" dfm="1" class="clickcircle circle34" style=" left: 25px; top: 220px;">1</div>
  228. <div data-geo="" id="3" dfm="3" class="clickcircle circle34" style=" left: 130px; top: 220px;">3</div>
  229. <div data-geo="" id="2" dfm="2" class="clickcircle circle34" style=" left: 76px; top: 249px;">2</div>
  230. <div data-geo="" id="10" dfm="10" class="clickcircle circle" style=" left: 200px; top: 170px;">10</div>
  231. <div data-geo="" id="9" dfm="9" class="clickcircle circle" style=" left: 200px; top: 223px;">9</div>
  232. </div>
  233. <div id="StampChildType7" style="width: 284px; height: 218px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px; display: none;">
  234. <div data-geo="" id="6" dfm="6" class="clickcircle circle" style=" left: 50px; top: 95px;">6</div>
  235. <div data-geo="" id="4" dfm="4" class="clickcircle circle" style=" left: 108px; top: 95px;">4</div>
  236. <div data-geo="" id="3" dfm="3" class="clickcircle circle34" style=" left: 76px; top: 150px;">3</div>
  237. <div data-geo="" id="1" dfm="1" class="clickcircle circle34" style=" left: 25px; top: 220px;">1</div>
  238. <div data-geo="" id="2" dfm="2" class="clickcircle circle34" style=" left: 130px; top: 220px;">2</div>
  239. <div data-geo="" id="5" dfm="5" class="clickcircle circle" style=" left: 200px; top: 170px;">5</div>
  240. <div data-geo="" id="7" dfm="7" class="clickcircle circle" style=" left: 200px; top: 223px;">7</div>
  241. </div>
  242. <div id="StampChildType8" style="display:none;width:284px;height:198px; border: 1px solid #bdcadb ;margin-left:-170px;margin-top:50px">
  243. <div data-geo="" id="4" dfm="4" class="clickcircle circle18" style="left: 40px; top: 90px;">4</div>
  244. <div data-geo="" id="3" dfm="3" class="clickcircle circle18" style="left: 40px; top: 138px;">3</div>
  245. <div data-geo="" id="2" dfm="2" class="clickcircle circle18" style="left: 40px; top: 186px;">2</div>
  246. <div data-geo="" id="1" dfm="1" class="clickcircle circle18" style="left: 40px; top: 234px;">1</div>
  247. <div data-geo="" id="8" dfm="8" class="clickcircle circle18" style=" left: 92px; top: 90px;">8</div>
  248. <div data-geo="" id="7" dfm="7" class="clickcircle circle18" style=" left: 92px; top: 138px;">7</div>
  249. <div data-geo="" id="6" dfm="6" class="clickcircle circle18" style=" left: 92px; top: 186px;">6</div>
  250. <div data-geo="" id="5" dfm="5" class="clickcircle circle18" style=" left: 92px; top: 234px;">5</div>
  251. <div data-geo="" id="12" dfm="12" class="clickcircle circle18" style=" left: 144px; top: 90px;">12</div>
  252. <div data-geo="" id="11" dfm="11" class="clickcircle circle18" style=" left: 144px; top: 138px;">11</div>
  253. <div data-geo="" id="10" dfm="10" class="clickcircle circle18" style=" left: 144px; top: 186px;">10</div>
  254. <div data-geo="" id="9" dfm="9" class="clickcircle circle18" style=" left: 144px; top: 234px;">9</div>
  255. <div data-geo="" id="14" dfm="14" class="clickcircle circle" style=" left: 194px; top: 132px;">14</div>
  256. <div data-geo="" id="13" dfm="13" class="clickcircle circle" style=" left: 194px; top: 186px;">13</div>
  257. </div>
  258. <div id="StampChildType9" style="width: 284px; height: 198px; border: 1px solid rgb(189, 202, 219); margin-left: -170px; margin-top: 50px;">
  259. <div data-geo="" id="2" dfm="2" class="clickcircle circle" style="left: 34px; top: 132px;">2</div>
  260. <div data-geo="" id="1" dfm="1" class="clickcircle circle" style="left: 34px; top: 186px;">1</div>
  261. <div data-geo="" id="8" dfm="8" class="clickcircle circle18" style=" left: 92px; top: 90px;">8</div>
  262. <div data-geo="" id="7" dfm="7" class="clickcircle circle18" style=" left: 92px; top: 138px;">7</div>
  263. <div data-geo="" id="6" dfm="6" class="clickcircle circle18" style=" left: 92px; top: 186px;">6</div>
  264. <div data-geo="" id="5" dfm="5" class="clickcircle circle18" style=" left: 92px; top: 234px;">5</div>
  265. <div data-geo="" id="12" dfm="12" class="clickcircle circle18" style=" left: 144px; top: 90px;">12</div>
  266. <div data-geo="" id="11" dfm="11" class="clickcircle circle18" style=" left: 144px; top: 138px;">11</div>
  267. <div data-geo="" id="10" dfm="10" class="clickcircle circle18" style=" left: 144px; top: 186px;">10</div>
  268. <div data-geo="" id="9" dfm="9" class="clickcircle circle18" style=" left: 144px; top: 234px;">9</div>
  269. <div data-geo="" id="4" dfm="4" class="clickcircle circle" style=" left: 194px; top: 132px;">4</div>
  270. <div data-geo="" id="3" dfm="3" class="clickcircle circle" style=" left: 194px; top: 186px;">3</div>
  271. </div>
  272. </div>
  273. <div class="right" style="margin-left:5px;margin-top:-5px;height:666px">
  274. <div class="rItem" id="form">
  275. <div class="col-xs-12 lr-form-item" style="padding-left:50px;">
  276. <div class="lr-form-item-title" style="width:100px;">垛型编码:</div>
  277. <input id="Code" type="text" style="width:410px;margin-left:54px;" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入垛型编码" />
  278. </div>
  279. <div class="col-xs-12 lr-form-item" style="padding-left:50px;">
  280. <div class="lr-form-item-title" style="width:100px;">垛型名称:</div>
  281. <input id="Name" type="text" class="form-control" style="width:410px;margin-left:54px;" isvalid="yes" checkexpession="NotNull" placeholder="请输入垛型名称" />
  282. </div>
  283. <div class="col-xs-12 lr-form-item" style="padding-left:50px;">
  284. <div class="lr-form-item-title" style="width:90px;">投料信息:</div>
  285. <input id="BomName" readonly class=" btn-group form-control" type="text" style="width:372px;margin-left:55px;" placeholder="请选择投料信息" />
  286. <a id="SelectBomCode" class="btn-group btn-group-sm"><i class="fa fa-search"></i>&nbsp;<span class="lrlg">查询</span></a>
  287. </div>
  288. <input id="ProMaterCode" type="text" style="display:none" />
  289. @*<div class="col-xs-12 lr-form-item" style="padding-left:50px;">
  290. <div class="lr-form-item-title" style="width:100px;">产出物料编码:</div>
  291. <div id="ProMaterCode" style="width:410px;margin-left:55px;" isvalid="yes" checkexpession="NotNull" placeholder="请选择产出物料编码"></div>
  292. </div>
  293. <div class="col-xs-6 lr-form-item" style="padding-left:50px;">
  294. <div class="lr-form-item-title" style="width:90px;">工字轮个数:</div>
  295. <input id="HWCountQty" type="text" class="form-control" style="width:110px;margin-left:55px;" isvalid="yes" checkexpession="NotNull" placeholder="请输入工字轮个数" />
  296. </div>
  297. *@
  298. <div class="col-xs-6 lr-form-item" style="padding-left:50px;">
  299. <div class="lr-form-item-title" style="width:90px;">层数:</div>
  300. <input id="LayerCountQty" value="1" type="text" class="form-control" style="width:115px;margin-left:55px;" isvalid="yes" checkexpession="NotNull" placeholder="请输入层数" />
  301. <input id="Category" type="text" class="form-control" style="width:280px;margin-left:55px;display:none" value="1" />
  302. </div>
  303. <div class="col-xs-6 lr-form-item" style="padding-left:30px;">
  304. <div class="lr-form-item-title" style="width:90px;">短编号:</div>
  305. <input id="ShortCode" type="text" class="form-control" style="width:130px;margin-left:55px;" isvalid="yes" checkexpession="NotNull" placeholder="请输入短编号" />
  306. </div>
  307. <input id="TpTypeCode" type="text" class="form-control" style="width:280px;margin-left:55px;display:none" value="2" />
  308. </div>
  309. <div class="rItem" style="margin-top:-215px;">
  310. <div class="lr-form-wrap" id="container" style="height: 130px;margin-top:-255px;margin-bottom:5px; border: 1px solid #bdcadb;">
  311. <div class="col-xs-4 lr-form-item" style="padding-left:5px;">
  312. <div class="lr-form-item-title" style="width:100px;">第一种湿拉物料:</div>
  313. <input id="MatCode0" readonly type="text" style="margin-left:90px;width:120px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="" />
  314. </div>
  315. <div class="col-xs-4 lr-form-item" style="width:240px;margin-left:20px;">
  316. <div class="lr-form-item-title">钢丝直径上限: </div>
  317. <input id="SilkDiam0" type="text" style="display:inline-block;width:115px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入钢丝直径上限" />
  318. <span style="display:inline;float:right;margin-top:5px;">mm</span>
  319. </div>
  320. <div class="col-xs-4 lr-form-item" style="width:220px;margin-left:415px;margin-top:-40px;">
  321. <div class="lr-form-item-title">数量上限: </div>
  322. <input id="QtyMaxCount0" type="text" style="display:inline-block;width:70px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入数量上限" />
  323. <span style="display:inline;float:right;margin-top:5px;margin-right:38px;">个</span>
  324. @* <a id="SaveOne" class="btn btn-default" style=" margin-left:90px;margin-top:-45px;">暂存</a>*@
  325. </div>
  326. <div class="col-xs-4 lr-form-item">
  327. <div class="lr-form-item-title">是否放置物料 </div>
  328. <select id="IsEmpty0" style="width:115px;" class="lr-select"></select>
  329. </div>
  330. <div class="col-xs-4 lr-form-item">
  331. <div class="lr-form-item-title">工字轮型号</div>
  332. <select id="SpoolType0" style="width:115px;" class="lr-select"></select>
  333. </div>
  334. <div class="col-xs-4 lr-form-item">
  335. <div class="lr-form-item-title">工字轮朝向</div>
  336. <select id="SideNum0" style="width:115px;" class="lr-select"></select>
  337. </div>
  338. <div class="col-xs-4 lr-form-item">
  339. <div class="lr-form-item-title">是否芯股 </div>
  340. <select id="IsCore0" style="width:115px;" class="lr-select"></select>
  341. </div>
  342. <div class="col-xs-4 lr-form-item">
  343. <div class="lr-form-item-title">单双丝</div>
  344. <select id="SilkType0" style="width:115px;" class="lr-select"></select>
  345. </div>
  346. <div class="col-xs-4 lr-form-item">
  347. <div class="lr-form-item-title"></div>
  348. <a id="SaveOne" class="btn btn-default" style="width:115px;">暂存</a>
  349. </div>
  350. </div>
  351. <div class="lr-form-wrap" id="container" style="height: 130px;margin-bottom:5px; border: 1px solid #bdcadb;">
  352. <div class="col-xs-4 lr-form-item" style="padding-left:5px;">
  353. <div class="lr-form-item-title" style="width:100px;">第二种湿拉物料:</div>
  354. <input id="MatCode1" readonly type="text" style="margin-left:90px;width:120px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="" />
  355. </div>
  356. <div class="col-xs-4 lr-form-item" style="width:240px;margin-left:20px;">
  357. <div class="lr-form-item-title">钢丝直径上限: </div>
  358. <input id="SilkDiam1" type="text" style="display:inline-block;width:115px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入钢丝直径上限" />
  359. <span style="display:inline;float:right;margin-top:5px;">mm</span>
  360. </div>
  361. <div class="col-xs-4 lr-form-item" style="width:220px;margin-left:415px;margin-top:-40px;">
  362. <div class="lr-form-item-title">数量上限: </div>
  363. <input id="QtyMaxCount1" type="text" style="display:inline-block;width:70px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入数量上限" />
  364. <span style="display:inline;float:right;margin-top:5px;margin-right:38px;">个</span>
  365. </div>
  366. <div class="col-xs-4 lr-form-item">
  367. <div class="lr-form-item-title">是否放置物料 </div>
  368. <select id="IsEmpty1" style="width:115px;" class="lr-select"></select>
  369. </div>
  370. <div class="col-xs-4 lr-form-item">
  371. <div class="lr-form-item-title">工字轮型号</div>
  372. <select id="SpoolType1" style="width:115px;" class="lr-select"></select>
  373. </div>
  374. <div class="col-xs-4 lr-form-item">
  375. <div class="lr-form-item-title">工字轮朝向</div>
  376. <select id="SideNum1" style="width:115px;" class="lr-select"></select>
  377. </div>
  378. <div class="col-xs-4 lr-form-item">
  379. <div class="lr-form-item-title">是否芯股 </div>
  380. <select id="IsCore1" style="width:115px;" class="lr-select"></select>
  381. </div>
  382. <div class="col-xs-4 lr-form-item">
  383. <div class="lr-form-item-title">单双丝</div>
  384. <select id="SilkType1" style="width:115px;" class="lr-select"></select>
  385. </div>
  386. <div class="col-xs-4 lr-form-item">
  387. <div class="lr-form-item-title"></div>
  388. <a id="SaveTwo" class="btn btn-default" style="width:115px;">暂存</a>
  389. </div>
  390. </div>
  391. <div class="lr-form-wrap" id="container" style="height: 130px;margin-bottom:5px; border: 1px solid #bdcadb;">
  392. <div class="col-xs-4 lr-form-item" style="padding-left:5px;">
  393. <div class="lr-form-item-title" style="width:100px;">第三种湿拉物料:</div>
  394. <input id="MatCode2" readonly type="text" style="margin-left:90px;width:120px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="" />
  395. </div>
  396. <div class="col-xs-4 lr-form-item" style="width:240px;margin-left:20px;">
  397. <div class="lr-form-item-title">钢丝直径上限: </div>
  398. <input id="SilkDiam2" type="text" style="display:inline-block;width:115px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入钢丝直径上限" />
  399. <span style="display:inline;float:right;margin-top:5px;">mm</span>
  400. </div>
  401. <div class="col-xs-4 lr-form-item" style="width:220px;margin-left:415px;margin-top:-40px;">
  402. <div class="lr-form-item-title">数量上限: </div>
  403. <input id="QtyMaxCount2" type="text" style="display:inline-block;width:70px" class="form-control" isvalid="yes" checkexpession="NotNull" placeholder="请输入数量上限" />
  404. <span style="display:inline;float:right;margin-top:5px;margin-right:38px;">个</span>
  405. @* <a id="SaveOne" class="btn btn-default" style=" margin-left:90px;margin-top:-45px;">暂存</a>*@
  406. </div>
  407. <div class="col-xs-4 lr-form-item">
  408. <div class="lr-form-item-title">是否放置物料 </div>
  409. <select id="IsEmpty2" style="width:115px;" class="lr-select"></select>
  410. </div>
  411. <div class="col-xs-4 lr-form-item">
  412. <div class="lr-form-item-title">工字轮型号</div>
  413. <select id="SpoolType2" style="width:115px;" class="lr-select"></select>
  414. </div>
  415. <div class="col-xs-4 lr-form-item">
  416. <div class="lr-form-item-title">工字轮朝向</div>
  417. <select id="SideNum2" style="width:115px;" class="lr-select"></select>
  418. </div>
  419. <div class="col-xs-4 lr-form-item">
  420. <div class="lr-form-item-title">是否芯股 </div>
  421. <select id="IsCore2" style="width:115px;" class="lr-select"></select>
  422. </div>
  423. <div class="col-xs-4 lr-form-item">
  424. <div class="lr-form-item-title">单双丝</div>
  425. <select id="SilkType2" style="width:115px;" class="lr-select"></select>
  426. </div>
  427. <div class="col-xs-4 lr-form-item">
  428. <div class="lr-form-item-title"></div>
  429. <a id="SaveThree" class="btn btn-default" style="width:115px;">暂存</a>
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434. </div>
  435. </div>
  436. <script src="~/Content/jquery/plugin/layer/layer.js"></script>
  437. @Html.AppendJsFile("/Areas/FJManager/Views/BillBomSet/DFM6.js")