packdetailform.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PackDetailForm</class>
  4. <widget class="QWidget" name="PackDetailForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1067</width>
  10. <height>596</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item row="0" column="0">
  33. <widget class="QWidget" name="widget" native="true">
  34. <property name="styleSheet">
  35. <string notr="true">background-color: rgb(172, 224, 255);</string>
  36. </property>
  37. <layout class="QGridLayout" name="gridLayout_3">
  38. <item row="0" column="0">
  39. <widget class="QWidget" name="widget_2" native="true">
  40. <property name="styleSheet">
  41. <string notr="true">background-color: rgb(0, 187, 255);</string>
  42. </property>
  43. <layout class="QGridLayout" name="gridLayout_2">
  44. <item row="0" column="0">
  45. <widget class="QWidget" name="widget_3" native="true">
  46. <property name="minimumSize">
  47. <size>
  48. <width>0</width>
  49. <height>30</height>
  50. </size>
  51. </property>
  52. <widget class="QWidget" name="layoutWidget">
  53. <property name="geometry">
  54. <rect>
  55. <x>12</x>
  56. <y>0</y>
  57. <width>1032</width>
  58. <height>30</height>
  59. </rect>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout_6">
  62. <item>
  63. <widget class="QPushButton" name="pushBack">
  64. <property name="styleSheet">
  65. <string notr="true">background-color: rgb(175, 223, 255);</string>
  66. </property>
  67. <property name="text">
  68. <string>&lt;返回主页</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <spacer name="horizontalSpacer">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>358</width>
  80. <height>20</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. <item>
  86. <widget class="QLabel" name="label">
  87. <property name="styleSheet">
  88. <string notr="true">color: rgb(255, 255, 255);</string>
  89. </property>
  90. <property name="text">
  91. <string>自动打包</string>
  92. </property>
  93. <property name="scaledContents">
  94. <bool>false</bool>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <spacer name="horizontalSpacer_2">
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. <property name="sizeHint" stdset="0">
  104. <size>
  105. <width>498</width>
  106. <height>20</height>
  107. </size>
  108. </property>
  109. </spacer>
  110. </item>
  111. </layout>
  112. </widget>
  113. </widget>
  114. </item>
  115. <item row="1" column="0">
  116. <layout class="QHBoxLayout" name="horizontalLayout_5">
  117. <item>
  118. <widget class="QLineEdit" name="codeSingleLine">
  119. <property name="styleSheet">
  120. <string notr="true">background-color: rgb(255, 255, 255);</string>
  121. </property>
  122. <property name="placeholderText">
  123. <string>码单</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item>
  128. <widget class="QLineEdit" name="batch_noLine">
  129. <property name="styleSheet">
  130. <string notr="true">background-color: rgb(255, 255, 255);</string>
  131. </property>
  132. <property name="placeholderText">
  133. <string>批号</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QComboBox" name="product_type_codeBox">
  139. <property name="styleSheet">
  140. <string notr="true">background-color: rgb(255, 255, 255);</string>
  141. </property>
  142. <property name="currentText">
  143. <string>品种</string>
  144. </property>
  145. <item>
  146. <property name="text">
  147. <string>品种</string>
  148. </property>
  149. </item>
  150. </widget>
  151. </item>
  152. <item>
  153. <widget class="QLineEdit" name="denierLine">
  154. <property name="styleSheet">
  155. <string notr="true">background-color: rgb(255, 255, 255);</string>
  156. </property>
  157. <property name="placeholderText">
  158. <string>旦数</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <widget class="QLineEdit" name="dtexLine">
  164. <property name="styleSheet">
  165. <string notr="true">background-color: rgb(255, 255, 255);</string>
  166. </property>
  167. <property name="placeholderText">
  168. <string>分特</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QLineEdit" name="fiberLine">
  174. <property name="styleSheet">
  175. <string notr="true">background-color: rgb(255, 255, 255);</string>
  176. </property>
  177. <property name="placeholderText">
  178. <string>孔数</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QComboBox" name="levelBox">
  184. <property name="styleSheet">
  185. <string notr="true">background-color: rgb(255, 255, 255);</string>
  186. </property>
  187. <item>
  188. <property name="text">
  189. <string>等级</string>
  190. </property>
  191. </item>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QComboBox" name="UserIDBox">
  196. <property name="styleSheet">
  197. <string notr="true">background-color: rgb(255, 255, 255);</string>
  198. </property>
  199. <item>
  200. <property name="text">
  201. <string>操作员</string>
  202. </property>
  203. </item>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QComboBox" name="comboBox_4">
  208. <property name="styleSheet">
  209. <string notr="true">background-color: rgb(255, 255, 255);</string>
  210. </property>
  211. <item>
  212. <property name="text">
  213. <string>时间段</string>
  214. </property>
  215. </item>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QPushButton" name="pushButton">
  220. <property name="enabled">
  221. <bool>true</bool>
  222. </property>
  223. <property name="minimumSize">
  224. <size>
  225. <width>91</width>
  226. <height>41</height>
  227. </size>
  228. </property>
  229. <property name="maximumSize">
  230. <size>
  231. <width>91</width>
  232. <height>41</height>
  233. </size>
  234. </property>
  235. <property name="styleSheet">
  236. <string notr="true">background-color: rgb(175, 223, 255);</string>
  237. </property>
  238. <property name="text">
  239. <string>搜索</string>
  240. </property>
  241. </widget>
  242. </item>
  243. </layout>
  244. </item>
  245. </layout>
  246. </widget>
  247. </item>
  248. <item row="1" column="0">
  249. <layout class="QHBoxLayout" name="horizontalLayout_2">
  250. <item>
  251. <layout class="QVBoxLayout" name="verticalLayout">
  252. <item>
  253. <widget class="QLabel" name="label_2">
  254. <property name="text">
  255. <string>箱单</string>
  256. </property>
  257. </widget>
  258. </item>
  259. <item>
  260. <widget class="QComboBox" name="comboBox_5">
  261. <property name="styleSheet">
  262. <string notr="true">background-color: rgb(255, 255, 255);</string>
  263. </property>
  264. </widget>
  265. </item>
  266. </layout>
  267. </item>
  268. <item>
  269. <layout class="QVBoxLayout" name="verticalLayout_2">
  270. <item>
  271. <widget class="QLabel" name="label_3">
  272. <property name="text">
  273. <string>码单</string>
  274. </property>
  275. </widget>
  276. </item>
  277. <item>
  278. <widget class="QComboBox" name="comboBox_6">
  279. <property name="styleSheet">
  280. <string notr="true">background-color: rgb(255, 255, 255);</string>
  281. </property>
  282. </widget>
  283. </item>
  284. </layout>
  285. </item>
  286. <item>
  287. <layout class="QVBoxLayout" name="verticalLayout_3">
  288. <item>
  289. <widget class="QLabel" name="label_4">
  290. <property name="text">
  291. <string>箱单抬头</string>
  292. </property>
  293. </widget>
  294. </item>
  295. <item>
  296. <widget class="QLineEdit" name="lineEdit_6">
  297. <property name="styleSheet">
  298. <string notr="true">background-color: rgb(255, 255, 255);</string>
  299. </property>
  300. </widget>
  301. </item>
  302. </layout>
  303. </item>
  304. <item>
  305. <layout class="QVBoxLayout" name="verticalLayout_4">
  306. <item>
  307. <widget class="QLabel" name="label_5">
  308. <property name="text">
  309. <string>备注</string>
  310. </property>
  311. </widget>
  312. </item>
  313. <item>
  314. <widget class="QLineEdit" name="lineEdit_7">
  315. <property name="styleSheet">
  316. <string notr="true">background-color: rgb(255, 255, 255);</string>
  317. </property>
  318. </widget>
  319. </item>
  320. </layout>
  321. </item>
  322. <item>
  323. <widget class="QPushButton" name="pushButton_2">
  324. <property name="styleSheet">
  325. <string notr="true"/>
  326. </property>
  327. <property name="text">
  328. <string>显示毛重</string>
  329. </property>
  330. </widget>
  331. </item>
  332. <item>
  333. <spacer name="horizontalSpacer_3">
  334. <property name="orientation">
  335. <enum>Qt::Horizontal</enum>
  336. </property>
  337. <property name="sizeHint" stdset="0">
  338. <size>
  339. <width>348</width>
  340. <height>20</height>
  341. </size>
  342. </property>
  343. </spacer>
  344. </item>
  345. </layout>
  346. </item>
  347. <item row="2" column="0">
  348. <widget class="QTreeWidget" name="treeWidget">
  349. <property name="styleSheet">
  350. <string notr="true">background-color: rgb(228, 244, 255);</string>
  351. </property>
  352. <column>
  353. <property name="text">
  354. <string>同步状态</string>
  355. </property>
  356. </column>
  357. <column>
  358. <property name="text">
  359. <string>码单</string>
  360. </property>
  361. </column>
  362. <column>
  363. <property name="text">
  364. <string>码单详情</string>
  365. </property>
  366. </column>
  367. <column>
  368. <property name="text">
  369. <string>毛重</string>
  370. </property>
  371. </column>
  372. <column>
  373. <property name="text">
  374. <string>净重</string>
  375. </property>
  376. </column>
  377. <column>
  378. <property name="text">
  379. <string>箱数</string>
  380. </property>
  381. </column>
  382. <column>
  383. <property name="text">
  384. <string>打包时间</string>
  385. </property>
  386. </column>
  387. <column>
  388. <property name="text">
  389. <string/>
  390. </property>
  391. </column>
  392. <column>
  393. <property name="text">
  394. <string>箱单详情</string>
  395. </property>
  396. </column>
  397. <column>
  398. <property name="text">
  399. <string/>
  400. </property>
  401. </column>
  402. <column>
  403. <property name="text">
  404. <string/>
  405. </property>
  406. </column>
  407. </widget>
  408. </item>
  409. <item row="3" column="0">
  410. <layout class="QHBoxLayout" name="horizontalLayout_4">
  411. <item>
  412. <spacer name="horizontalSpacer_5">
  413. <property name="orientation">
  414. <enum>Qt::Horizontal</enum>
  415. </property>
  416. <property name="sizeHint" stdset="0">
  417. <size>
  418. <width>368</width>
  419. <height>20</height>
  420. </size>
  421. </property>
  422. </spacer>
  423. </item>
  424. <item>
  425. <layout class="QHBoxLayout" name="horizontalLayout">
  426. <item>
  427. <widget class="QPushButton" name="prevoiusPage">
  428. <property name="styleSheet">
  429. <string notr="true">background-color: rgb(207, 231, 255);</string>
  430. </property>
  431. <property name="text">
  432. <string>上一页</string>
  433. </property>
  434. </widget>
  435. </item>
  436. <item>
  437. <widget class="QLabel" name="pagesNum">
  438. <property name="minimumSize">
  439. <size>
  440. <width>100</width>
  441. <height>0</height>
  442. </size>
  443. </property>
  444. <property name="text">
  445. <string>0/0</string>
  446. </property>
  447. <property name="alignment">
  448. <set>Qt::AlignCenter</set>
  449. </property>
  450. </widget>
  451. </item>
  452. <item>
  453. <widget class="QPushButton" name="nextPage">
  454. <property name="styleSheet">
  455. <string notr="true">background-color: rgb(207, 231, 255);</string>
  456. </property>
  457. <property name="text">
  458. <string>下一页</string>
  459. </property>
  460. </widget>
  461. </item>
  462. </layout>
  463. </item>
  464. <item>
  465. <spacer name="horizontalSpacer_4">
  466. <property name="orientation">
  467. <enum>Qt::Horizontal</enum>
  468. </property>
  469. <property name="sizeHint" stdset="0">
  470. <size>
  471. <width>58</width>
  472. <height>20</height>
  473. </size>
  474. </property>
  475. </spacer>
  476. </item>
  477. <item>
  478. <layout class="QHBoxLayout" name="horizontalLayout_3">
  479. <item>
  480. <widget class="QLineEdit" name="jumpPage">
  481. <property name="maximumSize">
  482. <size>
  483. <width>50</width>
  484. <height>25</height>
  485. </size>
  486. </property>
  487. <property name="styleSheet">
  488. <string notr="true">background-color: rgb(207, 231, 255);</string>
  489. </property>
  490. </widget>
  491. </item>
  492. <item>
  493. <widget class="QPushButton" name="jump">
  494. <property name="styleSheet">
  495. <string notr="true">background-color: rgb(207, 231, 255);</string>
  496. </property>
  497. <property name="text">
  498. <string>跳转</string>
  499. </property>
  500. </widget>
  501. </item>
  502. <item>
  503. <widget class="QLabel" name="pageDataNum">
  504. <property name="minimumSize">
  505. <size>
  506. <width>100</width>
  507. <height>31</height>
  508. </size>
  509. </property>
  510. <property name="maximumSize">
  511. <size>
  512. <width>100</width>
  513. <height>31</height>
  514. </size>
  515. </property>
  516. <property name="text">
  517. <string>0</string>
  518. </property>
  519. <property name="alignment">
  520. <set>Qt::AlignCenter</set>
  521. </property>
  522. </widget>
  523. </item>
  524. </layout>
  525. </item>
  526. <item>
  527. <spacer name="horizontalSpacer_6">
  528. <property name="orientation">
  529. <enum>Qt::Horizontal</enum>
  530. </property>
  531. <property name="sizeHint" stdset="0">
  532. <size>
  533. <width>98</width>
  534. <height>20</height>
  535. </size>
  536. </property>
  537. </spacer>
  538. </item>
  539. </layout>
  540. </item>
  541. </layout>
  542. </widget>
  543. </item>
  544. </layout>
  545. </widget>
  546. <resources/>
  547. <connections/>
  548. </ui>