index.html 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  1. <style>
  2. /* 本页在 iframe 内:收紧外层边距,但保留少量内边距,避免左侧月份栏/上方工具栏被裁切 */
  3. html, body.inside-aside, body.inside-header {
  4. margin: 0 !important;
  5. padding: 0 !important;
  6. background: #fff !important;
  7. }
  8. #main,
  9. #content,
  10. .tab-content.tab-addtabs {
  11. margin-left: 0 !important;
  12. margin-right: 0 !important;
  13. }
  14. .content {
  15. padding: 10px 8px 0 8px !important;
  16. }
  17. #procuremen-layout > .panel-body {
  18. padding: 4px 0 0 0 !important;
  19. }
  20. #procuremen-layout.panel-default,
  21. #procuremen-layout.panel-intro {
  22. margin: 0 !important;
  23. border-radius: 0 !important;
  24. border-left: none !important;
  25. border-right: none !important;
  26. border-top: none !important;
  27. box-shadow: none !important;
  28. }
  29. #procuremen-layout.panel-intro > .panel-heading {
  30. padding: 8px 8px 0 8px !important;
  31. overflow: visible;
  32. min-height: 0;
  33. }
  34. #procuremen-layout.panel-intro > .panel-heading .panel-lead {
  35. margin-bottom: 0;
  36. }
  37. #procuremen-layout .tab-content,
  38. #procuremen-layout .tab-pane {
  39. padding: 0;
  40. margin: 0;
  41. }
  42. /* 月份栏与表格并排:主区 width:0 + flex:1,防止撑破导致左侧列被裁切 */
  43. .procuremen-layout { margin: 0 !important; }
  44. #procuremen-layout .procuremen-layout.row {
  45. display: flex !important;
  46. flex-direction: row !important;
  47. flex-wrap: nowrap !important;
  48. align-items: stretch;
  49. margin-left: 0 !important;
  50. margin-right: 0 !important;
  51. }
  52. @media (min-width: 768px) {
  53. #procuremen-layout .procuremen-layout.row {
  54. min-height: calc(100vh - 132px);
  55. }
  56. #procuremen-layout .procuremen-layout > .procuremen-sidebar,
  57. #procuremen-layout .procuremen-layout > .procuremen-main {
  58. float: none !important;
  59. display: flex;
  60. flex-direction: column;
  61. padding-left: 0 !important;
  62. padding-right: 0 !important;
  63. }
  64. #procuremen-layout .procuremen-layout > .procuremen-sidebar {
  65. flex: 0 0 96px !important;
  66. max-width: 96px !important;
  67. width: 96px !important;
  68. min-width: 96px !important;
  69. }
  70. #procuremen-layout .procuremen-layout > .procuremen-main {
  71. flex: 1 1 0% !important;
  72. width: 0 !important;
  73. max-width: none !important;
  74. min-width: 0 !important;
  75. }
  76. }
  77. #procuremen-layout .procuremen-main {
  78. overflow: hidden !important;
  79. padding-left: 0 !important;
  80. padding-right: 0 !important;
  81. flex: 1 1 0%;
  82. min-width: 0;
  83. width: 0;
  84. max-width: none !important;
  85. background: #fff;
  86. position: relative;
  87. z-index: 0;
  88. }
  89. .procuremen-sidebar {
  90. flex: 0 0 96px;
  91. width: 96px;
  92. min-width: 96px;
  93. max-width: 96px;
  94. align-self: stretch;
  95. min-height: 0;
  96. overflow-x: hidden;
  97. overflow-y: auto;
  98. border-right: 1px solid #d9d9d9;
  99. background: #fff;
  100. margin: 0 !important;
  101. padding: 4px 0 !important;
  102. box-sizing: border-box;
  103. position: relative;
  104. z-index: 1;
  105. float: none !important;
  106. }
  107. /* 手机:必须覆盖上方 nowrap/row !important,否则侧栏占满宽度、主表被挤成 0 宽呈空白 */
  108. @media (max-width: 767px) {
  109. #procuremen-layout .procuremen-layout.row {
  110. flex-direction: column !important;
  111. flex-wrap: nowrap !important;
  112. min-height: calc(100vh - 120px);
  113. align-items: stretch;
  114. }
  115. .procuremen-sidebar {
  116. flex: 0 0 auto !important;
  117. width: 100% !important;
  118. min-width: 0 !important;
  119. max-width: 100% !important;
  120. border-right: none;
  121. border-bottom: 1px solid #d9d9d9;
  122. max-height: 160px;
  123. align-self: stretch;
  124. }
  125. #procuremen-layout .procuremen-main {
  126. display: flex !important;
  127. flex-direction: column !important;
  128. flex: 1 1 auto !important;
  129. width: 100% !important;
  130. min-width: 0 !important;
  131. min-height: 280px;
  132. }
  133. #procuremen-layout .procuremen-main > .tab-content,
  134. #procuremen-layout .procuremen-main .tab-pane,
  135. #procuremen-layout .procuremen-main .widget-body {
  136. flex: 1 1 auto;
  137. min-height: 0;
  138. min-width: 0;
  139. display: flex;
  140. flex-direction: column;
  141. }
  142. }
  143. .procuremen-sidebar .year-title {
  144. font-weight: 600;
  145. padding: 8px 4px 4px;
  146. margin: 4px 0 2px;
  147. background: transparent;
  148. border-radius: 0;
  149. font-size: 12px;
  150. color: #8c8c8c;
  151. }
  152. .procuremen-sidebar .procuremen-ym-item {
  153. display: block;
  154. padding: 7px 4px;
  155. margin: 2px 6px;
  156. color: #595959;
  157. border-radius: 6px;
  158. text-decoration: none;
  159. border: none;
  160. font-size: 13px;
  161. text-align: center;
  162. }
  163. .procuremen-sidebar .procuremen-ym-item:hover {
  164. background: #f0f0f0;
  165. color: #1f1f1f;
  166. }
  167. .procuremen-sidebar .procuremen-ym-item.active {
  168. background: #e6f4ff;
  169. color: #1677ff;
  170. font-weight: 500;
  171. }
  172. #procuremen-layout .procuremen-main .widget-body {
  173. overflow: hidden;
  174. flex: 1 1 auto;
  175. min-height: 0;
  176. min-width: 0;
  177. display: flex;
  178. flex-direction: column;
  179. }
  180. /* 工具栏必须在 overflow 裁切区之外,否则会被裁掉上半截 */
  181. .procuremen-toolbar-host {
  182. display: block !important;
  183. flex: 0 0 auto !important;
  184. flex-shrink: 0 !important;
  185. height: auto !important;
  186. min-height: 44px !important;
  187. max-height: none !important;
  188. padding: 8px 8px 8px 4px !important;
  189. margin: 0 !important;
  190. border: none !important;
  191. border-bottom: 1px solid #f0f0f0 !important;
  192. width: 100%;
  193. box-sizing: border-box;
  194. overflow: visible !important;
  195. position: relative;
  196. z-index: 40;
  197. background: #fff;
  198. visibility: visible !important;
  199. opacity: 1 !important;
  200. }
  201. #procuremen-layout .procuremen-toolbar-host,
  202. #procuremen-layout .procuremen-wff-tabs {
  203. flex-shrink: 0;
  204. }
  205. #procuremen-layout .procuremen-main .fixed-table-pagination {
  206. background: #fff;
  207. border-top: 1px solid #e7e7e7;
  208. box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.04);
  209. }
  210. /* 主表 loading 遮罩盖不住右侧固定列克隆体,刷新时短暂露出旧「操作」按钮,加载中先隐藏 */
  211. #procuremen-layout .fixed-columns-right.procuremen-hide-fixed-right-loading {
  212. visibility: hidden !important;
  213. pointer-events: none !important;
  214. }
  215. /* 表格内若残留工具栏占位则隐藏(已挪到 host) */
  216. #procuremen-layout .procuremen-table-area .bootstrap-table > .fixed-table-toolbar {
  217. display: none !important;
  218. height: 0 !important;
  219. margin: 0 !important;
  220. padding: 0 !important;
  221. overflow: hidden !important;
  222. border: 0 !important;
  223. }
  224. /* 宿主内工具栏:完整可见 */
  225. #procuremen-layout .procuremen-toolbar-host > .fixed-table-toolbar,
  226. .procuremen-toolbar-host .fixed-table-toolbar {
  227. border: none !important;
  228. margin: 0 !important;
  229. padding: 0 !important;
  230. display: flex !important;
  231. align-items: center;
  232. justify-content: flex-start !important;
  233. flex-wrap: nowrap !important;
  234. flex-direction: row !important;
  235. gap: 12px;
  236. width: 100% !important;
  237. box-sizing: border-box;
  238. overflow: visible !important;
  239. min-height: 36px;
  240. height: auto !important;
  241. max-height: none !important;
  242. background: #fff;
  243. visibility: visible !important;
  244. opacity: 1 !important;
  245. position: relative;
  246. z-index: 20;
  247. }
  248. .procuremen-toolbar-host .fixed-table-toolbar .btn-group,
  249. .procuremen-toolbar-host .fixed-table-toolbar .columns {
  250. overflow: visible !important;
  251. }
  252. .procuremen-toolbar-host .fixed-table-toolbar .dropdown-menu {
  253. z-index: 2000;
  254. max-height: min(70vh, 520px);
  255. overflow-y: auto;
  256. overflow-x: hidden;
  257. }
  258. .procuremen-toolbar-host .fixed-table-toolbar > .pull-left,
  259. .procuremen-toolbar-host .fixed-table-toolbar > .bars.pull-left,
  260. .procuremen-toolbar-host .fixed-table-toolbar > .bs-bars.pull-left {
  261. float: none !important;
  262. margin: 0 !important;
  263. flex: 0 0 auto;
  264. max-width: 100%;
  265. visibility: visible !important;
  266. }
  267. .procuremen-toolbar-host .fixed-table-toolbar .toolbar,
  268. .procuremen-toolbar-host .fixed-table-toolbar .bs-bars .toolbar {
  269. display: inline-block !important;
  270. visibility: visible !important;
  271. margin: 0 !important;
  272. }
  273. .procuremen-toolbar-host .fixed-table-toolbar .toolbar .btn:not(.hide):not(.procuremen-stage-hide):not(.btn-selected-tips),
  274. .procuremen-toolbar-host .fixed-table-toolbar .btn:not(.hide):not(.procuremen-stage-hide):not(.btn-selected-tips) {
  275. display: inline-block !important;
  276. visibility: visible !important;
  277. opacity: 1 !important;
  278. font-size: 13px !important;
  279. line-height: 1.4 !important;
  280. height: auto !important;
  281. min-height: 30px;
  282. max-height: none !important;
  283. padding: 5px 12px !important;
  284. vertical-align: middle;
  285. overflow: visible !important;
  286. }
  287. /* 跨页选择提示 / 非本阶段按钮:必须能隐藏 */
  288. #procuremen-layout .btn-selected-tips,
  289. .procuremen-toolbar-host .btn-selected-tips,
  290. .procuremen-toolbar-host .fixed-table-toolbar .toolbar .btn.btn-selected-tips,
  291. .procuremen-toolbar-host .fixed-table-toolbar .btn.btn-selected-tips,
  292. .procuremen-toolbar-host .fixed-table-toolbar .toolbar .btn.hide,
  293. .procuremen-toolbar-host .fixed-table-toolbar .btn.hide,
  294. .procuremen-toolbar-host .fixed-table-toolbar .toolbar .btn.procuremen-stage-hide,
  295. .procuremen-toolbar-host .fixed-table-toolbar .btn.procuremen-stage-hide,
  296. #toolbar .btn.procuremen-stage-hide,
  297. #toolbar .btn.hide {
  298. display: none !important;
  299. visibility: hidden !important;
  300. pointer-events: none !important;
  301. }
  302. .procuremen-toolbar-host .fixed-table-toolbar .toolbar .btn .fa {
  303. font-size: 14px !important;
  304. }
  305. /* 表头标题文字后的小筛选图标 */
  306. #procuremen-layout .bootstrap-table th .th-inner.procuremen-th-with-filter {
  307. display: inline-flex !important;
  308. flex-direction: row;
  309. align-items: center;
  310. justify-content: center;
  311. gap: 4px;
  312. white-space: nowrap !important;
  313. line-height: 1.3 !important;
  314. }
  315. #procuremen-layout .bootstrap-table th .procuremen-th-label {
  316. display: inline;
  317. font-weight: 600;
  318. }
  319. #procuremen-layout .bootstrap-table th .procuremen-th-filter-dd {
  320. display: inline-block;
  321. vertical-align: middle;
  322. position: relative;
  323. }
  324. #procuremen-layout .bootstrap-table th .procuremen-th-filter-btn {
  325. color: #999;
  326. padding: 0 2px;
  327. font-size: 12px;
  328. line-height: 1;
  329. text-decoration: none !important;
  330. cursor: pointer;
  331. }
  332. #procuremen-layout .bootstrap-table th .procuremen-th-filter-btn:hover,
  333. #procuremen-layout .bootstrap-table th .procuremen-th-filter-btn.active {
  334. color: #3c8dbc;
  335. }
  336. #procuremen-layout .bootstrap-table th .procuremen-th-filter-dd > .dropdown-menu {
  337. min-width: 140px;
  338. max-height: 260px;
  339. overflow-y: auto;
  340. font-size: 12px;
  341. z-index: 1060;
  342. }
  343. body > .procuremen-th-filter-menu-float.dropdown-menu {
  344. min-width: 140px;
  345. max-height: 260px;
  346. overflow-y: auto;
  347. font-size: 12px;
  348. display: block;
  349. }
  350. #procuremen-layout .bootstrap-table th .procuremen-th-filter-dd > .dropdown-menu > li > a,
  351. body > .procuremen-th-filter-menu-float.dropdown-menu > li > a {
  352. padding: 4px 12px;
  353. white-space: nowrap;
  354. }
  355. #procuremen-layout .bootstrap-table th .procuremen-th-filter-dd > .dropdown-menu > li.active > a,
  356. body > .procuremen-th-filter-menu-float.dropdown-menu > li.active > a {
  357. background: #3c8dbc;
  358. color: #fff;
  359. }
  360. .procuremen-toolbar-host .fixed-table-toolbar > .pull-right,
  361. .procuremen-toolbar-host .fixed-table-toolbar > .columns.pull-right,
  362. .procuremen-toolbar-host .fixed-table-toolbar > .columns.columns-right,
  363. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap {
  364. float: none !important;
  365. clear: none !important;
  366. margin: 0 0 0 auto !important;
  367. margin-right: 0 !important;
  368. padding: 0 !important;
  369. flex: 0 0 auto !important;
  370. display: flex !important;
  371. flex-direction: row !important;
  372. flex-wrap: nowrap !important;
  373. align-items: center !important;
  374. gap: 6px !important;
  375. visibility: visible !important;
  376. width: auto !important;
  377. max-width: none !important;
  378. order: 9 !important;
  379. white-space: nowrap !important;
  380. line-height: normal !important;
  381. }
  382. /* 图二:右侧图标按钮紧凑方形,与左侧彩色操作按钮区分 */
  383. .procuremen-toolbar-host .procuremen-toolbar-search-wrap > .btn,
  384. .procuremen-toolbar-host .procuremen-toolbar-search-wrap > .btn-group > .btn,
  385. .procuremen-toolbar-host .procuremen-toolbar-search-wrap .keep-open > .btn,
  386. .procuremen-toolbar-host .procuremen-toolbar-search-wrap .export > .btn {
  387. padding: 5px 10px !important;
  388. min-width: 34px;
  389. min-height: 30px !important;
  390. line-height: 1.2 !important;
  391. background: #fff !important;
  392. border: 1px solid #d9d9d9 !important;
  393. color: #595959 !important;
  394. border-radius: 4px !important;
  395. box-shadow: none !important;
  396. float: none !important;
  397. flex: 0 0 auto !important;
  398. }
  399. .procuremen-toolbar-host .procuremen-toolbar-search-wrap > .btn-group,
  400. .procuremen-toolbar-host .procuremen-toolbar-search-wrap .keep-open,
  401. .procuremen-toolbar-host .procuremen-toolbar-search-wrap .export {
  402. margin: 0 !important;
  403. float: none !important;
  404. display: inline-flex !important;
  405. flex: 0 0 auto !important;
  406. }
  407. /* 搜索框:仅作为 wrap 内子项;勿盖掉 .procuremen-toolbar-search-wrap 的 flex */
  408. .procuremen-toolbar-host .procuremen-toolbar-search-wrap > .search,
  409. .procuremen-toolbar-host .fixed-table-toolbar > .search:not(.procuremen-toolbar-search-wrap) {
  410. float: none !important;
  411. clear: none !important;
  412. margin: 0 !important;
  413. padding: 0 !important;
  414. display: inline-block !important;
  415. visibility: visible !important;
  416. width: auto !important;
  417. max-width: none !important;
  418. flex: 0 0 auto !important;
  419. line-height: normal !important;
  420. position: static !important;
  421. order: 0 !important;
  422. }
  423. /* 兜底:万一 wrap 落在 .search 上,仍强制单行 flex */
  424. .procuremen-toolbar-host .fixed-table-toolbar .search.procuremen-toolbar-search-wrap {
  425. display: flex !important;
  426. flex-direction: row !important;
  427. flex-wrap: nowrap !important;
  428. align-items: center !important;
  429. margin-left: auto !important;
  430. }
  431. .procuremen-toolbar-host .fixed-table-toolbar .search .form-control,
  432. .procuremen-toolbar-host .procuremen-toolbar-search-wrap .search .form-control {
  433. display: inline-block !important;
  434. width: 160px !important;
  435. min-width: 140px !important;
  436. max-width: 180px !important;
  437. height: 30px !important;
  438. margin: 0 !important;
  439. opacity: 1 !important;
  440. border-radius: 4px !important;
  441. border: 1px solid #d9d9d9 !important;
  442. box-shadow: none !important;
  443. vertical-align: middle;
  444. }
  445. /* 顺序:搜索框(0) → 切换/列/导出(2) → 通用搜索放大镜(5) */
  446. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap > .search {
  447. order: 0 !important;
  448. }
  449. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap > button[name="toggle"] {
  450. order: 1 !important;
  451. }
  452. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap > .keep-open {
  453. order: 2 !important;
  454. }
  455. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap > .export {
  456. order: 3 !important;
  457. }
  458. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap > button[name="commonSearch"] {
  459. order: 5 !important;
  460. }
  461. .procuremen-toolbar-host .fixed-table-toolbar .procuremen-toolbar-search-wrap > *:not(.search):not([name="toggle"]):not(.keep-open):not(.export):not([name="commonSearch"]) {
  462. order: 4;
  463. }
  464. #procuremen-layout .procuremen-main .procuremen-table-area {
  465. flex: 1 1 auto;
  466. min-height: 0;
  467. min-width: 0;
  468. overflow: hidden;
  469. display: flex;
  470. flex-direction: column;
  471. }
  472. /* 表格高度由 JS 控制,勿再 flex 压缩,避免连带裁切 */
  473. #procuremen-layout .procuremen-table-area > .bootstrap-table {
  474. flex: 0 0 auto;
  475. min-height: 0;
  476. min-width: 0;
  477. width: 100%;
  478. overflow: visible !important;
  479. }
  480. #procuremen-layout .bootstrap-table .fixed-table-container {
  481. width: 100% !important;
  482. }
  483. .procuremen-table-area .toolbar.procuremen-toolbar-empty {
  484. display: none !important;
  485. }
  486. .procuremen-wff-tabs {
  487. margin-bottom: 0;
  488. margin-top: 0;
  489. border-bottom: 1px solid #f0f0f0;
  490. background: #fff;
  491. }
  492. .procuremen-wff-tabs > li > a {
  493. padding: 10px 16px;
  494. color: #8c8c8c;
  495. border: none !important;
  496. border-bottom: 2px solid transparent !important;
  497. border-radius: 0 !important;
  498. margin-right: 0;
  499. }
  500. .procuremen-wff-tabs > li.active > a,
  501. .procuremen-wff-tabs > li.active > a:hover,
  502. .procuremen-wff-tabs > li.active > a:focus {
  503. color: #1677ff !important;
  504. background: transparent !important;
  505. border: none !important;
  506. border-bottom: 2px solid #1677ff !important;
  507. }
  508. /* 表头:padding 只写在 .th-inner;th 自身 padding:0,避免色条与文字分离 */
  509. #procuremen-layout .bootstrap-table .table > thead > tr > th {
  510. padding: 0 !important;
  511. line-height: 1.4;
  512. vertical-align: middle;
  513. height: auto !important;
  514. }
  515. #procuremen-layout .bootstrap-table .fixed-table-container thead th .th-inner {
  516. padding: 8px 10px !important;
  517. line-height: 1.4;
  518. box-sizing: border-box;
  519. }
  520. #procuremen-layout .bootstrap-table .table > tbody > tr > td {
  521. padding: 8px 10px;
  522. line-height: 1.4;
  523. vertical-align: middle;
  524. height: auto !important;
  525. }
  526. /* 复选框列:表头 .th-inner 与表体 td 内边距一致,避免全选与行勾选框错位 */
  527. #procuremen-layout .bootstrap-table th.bs-checkbox,
  528. #procuremen-layout .bootstrap-table td.bs-checkbox {
  529. width: 42px !important;
  530. min-width: 42px !important;
  531. max-width: 42px !important;
  532. padding: 0 !important;
  533. text-align: center !important;
  534. vertical-align: middle !important;
  535. box-sizing: border-box;
  536. }
  537. #procuremen-layout .bootstrap-table th.bs-checkbox .th-inner {
  538. padding: 8px 4px !important;
  539. margin: 0 !important;
  540. text-align: center !important;
  541. line-height: 1;
  542. min-height: 0;
  543. }
  544. #procuremen-layout .bootstrap-table td.bs-checkbox {
  545. padding: 8px 4px !important;
  546. }
  547. #procuremen-layout .bootstrap-table th.bs-checkbox input[type="checkbox"],
  548. #procuremen-layout .bootstrap-table td.bs-checkbox input[type="checkbox"] {
  549. margin: 0 auto !important;
  550. vertical-align: middle !important;
  551. float: none;
  552. position: static;
  553. top: auto;
  554. width: 16px;
  555. height: 16px;
  556. cursor: pointer;
  557. display: block;
  558. }
  559. #procuremen-layout .bootstrap-table tbody td.bs-checkbox {
  560. min-height: 28px;
  561. cursor: pointer;
  562. }
  563. /* 表头与表体同步横向滚动;强制 table-layout:fixed,避免内容把表体列撑宽导致竖线错位 */
  564. #procuremen-layout .bootstrap-table .fixed-table-body {
  565. overflow: auto !important;
  566. -webkit-overflow-scrolling: touch;
  567. box-sizing: border-box;
  568. }
  569. #procuremen-layout .bootstrap-table .fixed-table-header > table.table,
  570. #procuremen-layout .bootstrap-table .fixed-table-body > table.table,
  571. #procuremen-layout .bootstrap-table .fixed-columns-right table.table {
  572. margin-right: 0 !important;
  573. margin-left: 0 !important;
  574. table-layout: fixed !important;
  575. }
  576. #procuremen-layout .bootstrap-table .fixed-table-header {
  577. overflow: hidden;
  578. padding-right: 0 !important;
  579. box-sizing: border-box;
  580. }
  581. #procuremen-layout .bootstrap-table .fixed-table-header,
  582. #procuremen-layout .bootstrap-table .fixed-table-body {
  583. box-sizing: border-box;
  584. }
  585. #procuremen-layout .bootstrap-table .fixed-table-header .fht-cell {
  586. display: block !important;
  587. height: 0 !important;
  588. overflow: hidden !important;
  589. box-sizing: border-box !important;
  590. }
  591. #procuremen-layout .bootstrap-table .table > thead > tr > th,
  592. #procuremen-layout .bootstrap-table .table > tbody > tr > td {
  593. box-sizing: border-box;
  594. overflow: hidden;
  595. text-overflow: ellipsis;
  596. white-space: nowrap;
  597. vertical-align: middle;
  598. line-height: 1.4;
  599. }
  600. /* 表头:浅灰底 + 完整边框 */
  601. #procuremen-layout .bootstrap-table .table > thead > tr > th,
  602. #procuremen-layout .bootstrap-table .fixed-table-header .table > thead > tr > th,
  603. #procuremen-layout .bootstrap-table .fixed-columns-right .table > thead > tr > th {
  604. background: #f5f7fa !important;
  605. color: #303133 !important;
  606. font-weight: 600 !important;
  607. border: 1px solid #e4e7ed !important;
  608. padding: 0 !important;
  609. }
  610. /* 表体:白底 + 单元格边框 */
  611. #procuremen-layout .bootstrap-table .table > tbody > tr > td,
  612. #procuremen-layout .bootstrap-table .fixed-columns-right .table > tbody > tr > td {
  613. background: #fff !important;
  614. border: 1px solid #ebeef5 !important;
  615. color: #606266;
  616. }
  617. #procuremen-layout .bootstrap-table .table,
  618. #procuremen-layout .bootstrap-table .table-bordered {
  619. border: 1px solid #e4e7ed !important;
  620. }
  621. /* 长文本列:不省略,允许换行完整显示 */
  622. #procuremen-layout .bootstrap-table .table > tbody > tr > td.procuremen-cell-wrap,
  623. #procuremen-layout .bootstrap-table .table > thead > tr > th.procuremen-cell-wrap,
  624. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="CYJMC"],
  625. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="CCLBMMC"],
  626. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="CGYMC"],
  627. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="CDF"],
  628. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="cGzzxMc"],
  629. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="MBZ"],
  630. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="notify_supplier_text"],
  631. #procuremen-layout .bootstrap-table .table > tbody > tr > td[data-field="picked_supplier_name"] {
  632. white-space: normal !important;
  633. word-break: break-all !important;
  634. overflow: visible !important;
  635. text-overflow: clip !important;
  636. line-height: 1.4 !important;
  637. vertical-align: middle !important;
  638. }
  639. /* 操作列按钮不可省略裁切 */
  640. #procuremen-layout .bootstrap-table thead th[data-field="operate"],
  641. #procuremen-layout .bootstrap-table tbody td[data-field="operate"],
  642. #procuremen-layout .bootstrap-table .fixed-columns-right td[data-field="operate"],
  643. #procuremen-layout .bootstrap-table .fixed-columns-right th[data-field="operate"] {
  644. overflow: visible !important;
  645. text-overflow: clip !important;
  646. white-space: nowrap !important;
  647. }
  648. /* 固定右列:外层定宽即可,内部必须是整表 + scrollLeft 到最右,禁止压成单列宽的假表 */
  649. #procuremen-layout .bootstrap-table .fixed-columns-right {
  650. min-width: 188px;
  651. overflow: hidden !important;
  652. background: #fff;
  653. }
  654. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-header,
  655. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-body {
  656. overflow-x: hidden !important;
  657. overflow-y: hidden !important; /* 与主表同步滚动,勿再出第二条竖滚动条 */
  658. scrollbar-width: none;
  659. -ms-overflow-style: none;
  660. }
  661. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-body::-webkit-scrollbar {
  662. width: 0 !important;
  663. height: 0 !important;
  664. display: none !important;
  665. }
  666. #procuremen-layout .bootstrap-table .fixed-columns-right table {
  667. /* 勿强制单列宽,否则只能看到左侧复选框/订单号 */
  668. width: auto !important;
  669. min-width: 100% !important;
  670. max-width: none !important;
  671. }
  672. #procuremen-layout .bootstrap-table thead th[data-field="operate"],
  673. #procuremen-layout .bootstrap-table tbody td[data-field="operate"] {
  674. width: 200px !important;
  675. min-width: 188px !important;
  676. max-width: 220px !important;
  677. padding-left: 6px !important;
  678. padding-right: 6px !important;
  679. vertical-align: middle !important;
  680. text-align: center !important;
  681. }
  682. /* 确认页(audit):操作列略窄,减少右侧空白 */
  683. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table .fixed-columns-right {
  684. min-width: 168px;
  685. }
  686. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table thead th[data-field="operate"],
  687. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table tbody td[data-field="operate"],
  688. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table .fixed-columns-right td[data-field="operate"],
  689. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table .fixed-columns-right th[data-field="operate"] {
  690. width: 176px !important;
  691. min-width: 168px !important;
  692. max-width: 188px !important;
  693. padding-left: 4px !important;
  694. padding-right: 4px !important;
  695. }
  696. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table .procuremen-op-slot-primary {
  697. min-width: 82px;
  698. }
  699. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table .procuremen-op-slot-detail {
  700. min-width: 48px;
  701. }
  702. #procuremen-layout[data-procuremen-stage="audit"] .bootstrap-table .procuremen-op-slot-empty {
  703. width: 82px;
  704. }
  705. #procuremen-layout .bootstrap-table thead th[data-field="operate"] .th-inner {
  706. text-align: center !important;
  707. }
  708. /* 双槽:左侧固定宽(选择供应商/审批),右侧详情;无主按钮时左侧占位,详情竖线对齐 */
  709. #procuremen-layout .bootstrap-table .procuremen-op-btns {
  710. display: inline-flex;
  711. flex-direction: row;
  712. flex-wrap: nowrap;
  713. align-items: center;
  714. justify-content: center;
  715. gap: 4px;
  716. width: auto;
  717. max-width: 100%;
  718. white-space: nowrap;
  719. vertical-align: middle;
  720. }
  721. #procuremen-layout .bootstrap-table .procuremen-op-slot {
  722. display: inline-flex;
  723. align-items: center;
  724. justify-content: center;
  725. flex: 0 0 auto;
  726. }
  727. #procuremen-layout .bootstrap-table .procuremen-op-slot-primary {
  728. min-width: 96px;
  729. justify-content: flex-end;
  730. }
  731. #procuremen-layout .bootstrap-table .procuremen-op-slot-detail {
  732. min-width: 52px;
  733. justify-content: flex-start;
  734. }
  735. #procuremen-layout .bootstrap-table .procuremen-op-slot-empty {
  736. display: inline-block;
  737. width: 96px;
  738. height: 1px;
  739. visibility: hidden;
  740. pointer-events: none;
  741. }
  742. #procuremen-layout .bootstrap-table .procuremen-op-btns .btn {
  743. margin: 0 !important;
  744. float: none !important;
  745. flex: 0 0 auto;
  746. white-space: nowrap;
  747. }
  748. /* 日期列加宽并禁止省略,避免滚到最右仍被竖向滚动条挡住 */
  749. #procuremen-layout .bootstrap-table thead th[data-field="dStamp"],
  750. #procuremen-layout .bootstrap-table thead th[data-field="dputrecord"],
  751. #procuremen-layout .bootstrap-table thead th[data-field="issue_time"],
  752. #procuremen-layout .bootstrap-table thead th[data-field="confirm_time"],
  753. #procuremen-layout .bootstrap-table thead th[data-field="approve_time"],
  754. #procuremen-layout .bootstrap-table tbody td[data-field="dStamp"],
  755. #procuremen-layout .bootstrap-table tbody td[data-field="dputrecord"],
  756. #procuremen-layout .bootstrap-table tbody td[data-field="issue_time"],
  757. #procuremen-layout .bootstrap-table tbody td[data-field="confirm_time"],
  758. #procuremen-layout .bootstrap-table tbody td[data-field="approve_time"] {
  759. min-width: 160px !important;
  760. width: 160px !important;
  761. max-width: 176px !important;
  762. white-space: nowrap;
  763. overflow: hidden;
  764. text-overflow: clip;
  765. }
  766. #procuremen-layout .nice-validator .bootstrap-table td.bs-checkbox input[type="checkbox"],
  767. #procuremen-layout .nice-validator .bootstrap-table th.bs-checkbox input[type="checkbox"] {
  768. vertical-align: middle !important;
  769. }
  770. #procuremen-layout .bootstrap-table .table > tbody > tr > td .btn-xs {
  771. padding: 2px 6px;
  772. font-size: 12px;
  773. }
  774. /*
  775. * 右固定列与主表 .fixed-table-body 为同级兄弟,主表全宽时最后一列会叠在固定层「下面」。
  776. * 全局 backend.css 里 .fixed-columns-right 仅 z-index:2,易被主表内层盖住,表现为要点多次才打开弹窗。
  777. * 抬高固定列整体叠层,并把主表滚动区压在 z-index:0,保证命中的是固定层上的按钮。
  778. */
  779. #procuremen-layout .bootstrap-table .fixed-table-container > .fixed-table-body {
  780. position: relative;
  781. z-index: 0;
  782. }
  783. #procuremen-layout .bootstrap-table .fixed-columns-right {
  784. box-shadow: none !important;
  785. border-left: 1px solid #e3e6ea;
  786. background-color: #fff;
  787. z-index: 18 !important;
  788. /* 盖住主表横向滚动条伸到操作列下方的那段,避免「操作按钮下面还能滑」 */
  789. height: 100% !important;
  790. bottom: 0 !important;
  791. }
  792. #procuremen-layout .bootstrap-table .fixed-columns-right::after {
  793. content: '';
  794. position: absolute;
  795. left: 0;
  796. right: 0;
  797. bottom: 0;
  798. height: 17px;
  799. background: #fff;
  800. pointer-events: none;
  801. z-index: 1;
  802. }
  803. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-header,
  804. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-body {
  805. background: #fff;
  806. }
  807. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-header table thead th,
  808. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-body table tbody td {
  809. border-left-color: transparent;
  810. }
  811. /* 操作列按钮在固定层内置于可点区域之上,减少与主表透明重叠导致的「多点一次」 */
  812. /* 固定列操作按钮:抬高层级 + 明确可点,减轻与主表空白区域叠层的「点了没反应」 */
  813. #procuremen-layout .bootstrap-table .fixed-columns-right .fixed-table-body {
  814. pointer-events: auto;
  815. }
  816. #procuremen-layout .bootstrap-table .fixed-columns-right a.procuremen-op-open {
  817. position: relative;
  818. z-index: 6;
  819. pointer-events: auto;
  820. display: inline-block;
  821. vertical-align: middle;
  822. }
  823. #procuremen-layout .procuremen-op-btns .btn + .btn {
  824. margin-left: 6px;
  825. }
  826. /* 可排序列表头:去掉默认排序背景图,保留 .th-inner 内边距与文字对齐 */
  827. #procuremen-layout .bootstrap-table thead th.sortable,
  828. #procuremen-layout .bootstrap-table thead th .th-inner.sortable {
  829. background-image: none !important;
  830. background-position: unset !important;
  831. }
  832. #procuremen-layout .bootstrap-table thead th.sortable .th-inner,
  833. #procuremen-layout .bootstrap-table thead th .th-inner.sortable {
  834. display: block !important;
  835. width: 100% !important;
  836. max-width: 100%;
  837. padding: 8px 10px !important;
  838. box-sizing: border-box;
  839. vertical-align: middle;
  840. white-space: nowrap;
  841. overflow: hidden;
  842. text-overflow: ellipsis;
  843. }
  844. #procuremen-layout .bootstrap-table thead th.sortable .th-inner:after,
  845. #procuremen-layout .bootstrap-table thead th .th-inner.sortable:after {
  846. content: '\f0dc';
  847. font-family: FontAwesome;
  848. font-size: 11px;
  849. line-height: 1;
  850. color: #bbb;
  851. margin-left: 4px;
  852. vertical-align: middle;
  853. }
  854. #procuremen-layout .bootstrap-table thead th.sortable.asc .th-inner:after,
  855. #procuremen-layout .bootstrap-table thead th.sortable.desc .th-inner:after,
  856. #procuremen-layout .bootstrap-table thead th .th-inner.sortable.asc:after,
  857. #procuremen-layout .bootstrap-table thead th .th-inner.sortable.desc:after {
  858. color: #337ab7;
  859. }
  860. /* 采购确认弹层(完结/删除等) */
  861. body .layui-layer-procuremen-finish {
  862. display: flex !important;
  863. flex-direction: column !important;
  864. height: 400px !important;
  865. border-radius: 8px;
  866. overflow: hidden;
  867. box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  868. }
  869. body .layui-layer-procuremen-finish .layui-layer-title {
  870. background: #fff !important;
  871. color: #1f1f1f !important;
  872. border-bottom: 1px solid #f0f0f0;
  873. height: 48px;
  874. line-height: 48px;
  875. font-size: 15px;
  876. font-weight: 600;
  877. flex-shrink: 0;
  878. padding: 0 20px;
  879. }
  880. body .layui-layer-procuremen-finish .layui-layer-setwin {
  881. top: 2px;
  882. right: 12px;
  883. }
  884. body .layui-layer-procuremen-finish .layui-layer-content {
  885. flex: 1 1 auto !important;
  886. min-height: 0 !important;
  887. padding: 16px 20px !important;
  888. overflow: hidden !important;
  889. height: auto !important;
  890. display: flex !important;
  891. flex-direction: column !important;
  892. }
  893. body .layui-layer-procuremen-finish .procuremen-confirm-body {
  894. flex: 1 1 auto;
  895. min-height: 0;
  896. display: flex;
  897. flex-direction: column;
  898. text-align: left;
  899. line-height: 1.6;
  900. font-size: 13px;
  901. color: #434343;
  902. }
  903. body .layui-layer-procuremen-finish .procuremen-confirm-intro {
  904. margin: 0 0 12px;
  905. flex-shrink: 0;
  906. }
  907. body .layui-layer-procuremen-finish .procuremen-confirm-scroll {
  908. flex: 1 1 auto;
  909. min-height: 0;
  910. overflow-y: auto;
  911. overflow-x: hidden;
  912. border: 1px solid #f0f0f0;
  913. border-radius: 6px;
  914. background: #fafafa;
  915. }
  916. body .layui-layer-procuremen-finish .procuremen-confirm-table {
  917. margin: 0;
  918. font-size: 12px;
  919. border: none;
  920. background: #fff;
  921. width: 100%;
  922. table-layout: fixed;
  923. }
  924. body .layui-layer-procuremen-finish .procuremen-confirm-table th:nth-child(1),
  925. body .layui-layer-procuremen-finish .procuremen-confirm-table td:nth-child(1) {
  926. width: 150px;
  927. white-space: nowrap;
  928. }
  929. body .layui-layer-procuremen-finish .procuremen-confirm-table th:nth-child(2),
  930. body .layui-layer-procuremen-finish .procuremen-confirm-table td:nth-child(2) {
  931. width: 140px;
  932. }
  933. body .layui-layer-procuremen-finish .procuremen-confirm-table th:nth-child(3),
  934. body .layui-layer-procuremen-finish .procuremen-confirm-table td:nth-child(3) {
  935. width: auto;
  936. }
  937. body .layui-layer-procuremen-finish .procuremen-confirm-table thead th {
  938. position: sticky;
  939. top: 0;
  940. background: #f5f5f5;
  941. z-index: 1;
  942. border: 1px solid #ddd !important;
  943. color: #333;
  944. font-weight: 600;
  945. }
  946. body .layui-layer-procuremen-finish .procuremen-confirm-table tbody td {
  947. border: 1px solid #ddd !important;
  948. color: #434343;
  949. }
  950. body .layui-layer-procuremen-finish .layui-layer-btn {
  951. flex-shrink: 0 !important;
  952. text-align: right !important;
  953. padding: 12px 20px !important;
  954. background: #fff !important;
  955. border-top: 1px solid #f0f0f0;
  956. margin-top: auto;
  957. }
  958. body .layui-layer-procuremen-finish .layui-layer-btn a {
  959. height: 32px;
  960. line-height: 32px;
  961. margin: 0 0 0 8px;
  962. padding: 0 16px;
  963. font-size: 13px;
  964. border-radius: 4px;
  965. }
  966. body .layui-layer-procuremen-finish .layui-layer-btn1 {
  967. background: #fff !important;
  968. border: 1px solid #d9d9d9 !important;
  969. color: #333 !important;
  970. }
  971. body .layui-layer-procuremen-finish .layui-layer-btn1:hover {
  972. border-color: #1677ff !important;
  973. color: #1677ff !important;
  974. }
  975. body .layui-layer-procuremen-finish .layui-layer-btn0 {
  976. background-color: #27C24C !important;
  977. border-color: #23ad44 !important;
  978. color: #fff !important;
  979. }
  980. body .layui-layer-procuremen-finish .layui-layer-btn0:hover {
  981. background-color: #1e983e !important;
  982. border-color: #1a8737 !important;
  983. color: #fff !important;
  984. }
  985. #procuremen-layout .procuremen-po-field.procuremen-po-dirty {
  986. border-color: #f0ad4e;
  987. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(240, 173, 78, 0.45);
  988. }
  989. .procuremen-po-popover {
  990. position: fixed;
  991. z-index: 100050;
  992. padding: 6px 8px;
  993. background: #fff;
  994. border: 1px solid #d2d6de;
  995. border-radius: 4px;
  996. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  997. }
  998. .procuremen-po-popover-inner {
  999. white-space: nowrap;
  1000. }
  1001. .procuremen-po-popover-inner .btn + .btn {
  1002. margin-left: 6px;
  1003. }
  1004. #procuremen-layout .procuremen-supplier-lines-cell {
  1005. position: relative;
  1006. }
  1007. #procuremen-layout .procuremen-supplier-lines-cell .procuremen-supplier-caret {
  1008. position: absolute;
  1009. right: 0;
  1010. top: 0;
  1011. height: 100%;
  1012. line-height: 1;
  1013. background: #eee;
  1014. color: #ddd;
  1015. padding: 0 5px;
  1016. display: flex;
  1017. justify-content: center;
  1018. align-items: center;
  1019. cursor: pointer;
  1020. }
  1021. #procuremen-layout .procuremen-supplier-lines-cell .procuremen-supplier-caret:hover {
  1022. color: #999;
  1023. }
  1024. </style>
  1025. <div class="panel panel-default panel-intro" id="procuremen-layout"
  1026. data-default-ym="{$defaultYm|htmlentities}"
  1027. data-procuremen-redis-api="{$procuremenRedisApi|htmlentities}"
  1028. data-procuremen-stage="{$procuremenStage|default='pick'|htmlentities}"
  1029. data-can-dispatch="{$procuremenBtnDispatch|default=0}"
  1030. data-can-pick-delete="{$procuremenBtnPickDelete|default=0}"
  1031. data-can-complete="{$procuremenBtnComplete|default=0}"
  1032. data-can-audit-abandon="{$procuremenBtnAuditAbandon|default=0}">
  1033. {:build_heading()}
  1034. <div class="panel-body">
  1035. <div class="row procuremen-layout">
  1036. <div class="procuremen-sidebar">
  1037. {foreach name="sidebarYearMonths" item="block"}
  1038. <div class="procuremen-year-block">
  1039. <div class="year-title">{$block.year}年</div>
  1040. {foreach name="block.months" item="item"}
  1041. <a href="javascript:;" class="procuremen-ym-item{if $item.ym == $defaultYm} active{/if}" data-ym="{$item.ym|htmlentities}">{$item.label|htmlentities}</a>
  1042. {/foreach}
  1043. </div>
  1044. {/foreach}
  1045. </div>
  1046. <div class="procuremen-main">
  1047. <div id="myTabContent" class="tab-content">
  1048. <div class="tab-pane fade active in" id="one">
  1049. <div class="widget-body no-padding">
  1050. <div id="procuremen-toolbar-host" class="procuremen-toolbar-host clearfix"></div>
  1051. <div class="procuremen-table-area">
  1052. <div id="toolbar" class="toolbar">
  1053. <a href="javascript:;" class="btn btn-primary btn-refresh" data-force-refresh="false" title="{:__('Refresh')}" >刷新 <i class="fa fa-refresh"></i> </a>
  1054. {if isset($procuremenBtnAuditAbandon) && $procuremenBtnAuditAbandon}
  1055. <a href="javascript:;" class="btn btn-danger procuremen-stage-hide hide" id="btn-procuremen-audit-abandon" title="勾选一条或多条订单退回供应商初选重新下发(历史记录保留)"><i class="fa fa-repeat"></i> 重新下发</a>
  1056. {/if}
  1057. {if isset($procuremenBtnDispatch) && $procuremenBtnDispatch}
  1058. <a href="javascript:;" class="btn btn-info procuremen-stage-hide hide" id="btn-procuremen-pick-review" title="勾选一条或多条工序进行下发(可跨订单,同批生成批次号)"><i class="fa fa-paper-plane"></i> 下发</a>
  1059. {/if}
  1060. {if isset($procuremenBtnComplete) && $procuremenBtnComplete}
  1061. <a href="javascript:;" class="btn btn-success procuremen-stage-hide hide" id="btn-procuremen-batch-finish" title="勾选一条或多条工序标记为已完结"><i class="fa fa-flag-checkered"></i> 完结</a>
  1062. {/if}
  1063. {if isset($procuremenBtnPickDelete) && $procuremenBtnPickDelete}
  1064. <a href="javascript:;" class="btn btn-danger procuremen-stage-hide hide" id="btn-procuremen-pick-delete" title="勾选一条或多条工序从初选列表移除"><i class="fa fa-trash"></i> 删除</a>
  1065. {/if}
  1066. </div>
  1067. <table id="table"
  1068. class="table table-bordered table-hover">
  1069. </table>
  1070. </div>
  1071. </div>
  1072. </div>
  1073. </div>
  1074. </div>
  1075. </div>
  1076. </div>
  1077. </div>