packdetailform.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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>1144</width>
  10. <height>723</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="maximumSize">
  120. <size>
  121. <width>200</width>
  122. <height>16777215</height>
  123. </size>
  124. </property>
  125. <property name="styleSheet">
  126. <string notr="true">background-color: rgb(255, 255, 255);</string>
  127. </property>
  128. <property name="text">
  129. <string/>
  130. </property>
  131. <property name="placeholderText">
  132. <string>码单</string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QLineEdit" name="batch_noLine">
  138. <property name="minimumSize">
  139. <size>
  140. <width>0</width>
  141. <height>0</height>
  142. </size>
  143. </property>
  144. <property name="maximumSize">
  145. <size>
  146. <width>150</width>
  147. <height>16777215</height>
  148. </size>
  149. </property>
  150. <property name="styleSheet">
  151. <string notr="true">background-color: rgb(255, 255, 255);</string>
  152. </property>
  153. <property name="text">
  154. <string/>
  155. </property>
  156. <property name="placeholderText">
  157. <string>批号</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <widget class="QLineEdit" name="denierLine">
  163. <property name="maximumSize">
  164. <size>
  165. <width>50</width>
  166. <height>16777215</height>
  167. </size>
  168. </property>
  169. <property name="styleSheet">
  170. <string notr="true">background-color: rgb(255, 255, 255);</string>
  171. </property>
  172. <property name="placeholderText">
  173. <string>旦数</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QLineEdit" name="dtexLine">
  179. <property name="maximumSize">
  180. <size>
  181. <width>50</width>
  182. <height>16777215</height>
  183. </size>
  184. </property>
  185. <property name="styleSheet">
  186. <string notr="true">background-color: rgb(255, 255, 255);</string>
  187. </property>
  188. <property name="placeholderText">
  189. <string>分特</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item>
  194. <widget class="QLineEdit" name="fiberLine">
  195. <property name="maximumSize">
  196. <size>
  197. <width>50</width>
  198. <height>16777215</height>
  199. </size>
  200. </property>
  201. <property name="styleSheet">
  202. <string notr="true">background-color: rgb(255, 255, 255);</string>
  203. </property>
  204. <property name="placeholderText">
  205. <string>孔数</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <widget class="QComboBox" name="levelBox">
  211. <property name="styleSheet">
  212. <string notr="true">background-color: rgb(255, 255, 255);</string>
  213. </property>
  214. <item>
  215. <property name="text">
  216. <string>等级</string>
  217. </property>
  218. </item>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QDateTimeEdit" name="startTimeEdit">
  223. <property name="styleSheet">
  224. <string notr="true">background-color: rgb(85, 170, 255);</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QDateTimeEdit" name="endTimeEdit">
  230. <property name="styleSheet">
  231. <string notr="true">background-color: rgb(85, 170, 255);</string>
  232. </property>
  233. </widget>
  234. </item>
  235. <item>
  236. <spacer name="horizontalSpacer_7">
  237. <property name="orientation">
  238. <enum>Qt::Horizontal</enum>
  239. </property>
  240. <property name="sizeHint" stdset="0">
  241. <size>
  242. <width>40</width>
  243. <height>20</height>
  244. </size>
  245. </property>
  246. </spacer>
  247. </item>
  248. <item>
  249. <widget class="QPushButton" name="pushButton">
  250. <property name="enabled">
  251. <bool>true</bool>
  252. </property>
  253. <property name="minimumSize">
  254. <size>
  255. <width>91</width>
  256. <height>41</height>
  257. </size>
  258. </property>
  259. <property name="maximumSize">
  260. <size>
  261. <width>91</width>
  262. <height>41</height>
  263. </size>
  264. </property>
  265. <property name="styleSheet">
  266. <string notr="true">background-color: rgb(175, 223, 255);</string>
  267. </property>
  268. <property name="text">
  269. <string>搜索</string>
  270. </property>
  271. </widget>
  272. </item>
  273. <item>
  274. <widget class="QCheckBox" name="issync">
  275. <property name="maximumSize">
  276. <size>
  277. <width>80</width>
  278. <height>16777215</height>
  279. </size>
  280. </property>
  281. <property name="text">
  282. <string>未同步</string>
  283. </property>
  284. <property name="checked">
  285. <bool>true</bool>
  286. </property>
  287. </widget>
  288. </item>
  289. </layout>
  290. </item>
  291. </layout>
  292. </widget>
  293. </item>
  294. <item row="1" column="0">
  295. <layout class="QHBoxLayout" name="horizontalLayout_2">
  296. <item>
  297. <layout class="QVBoxLayout" name="verticalLayout">
  298. <item>
  299. <widget class="QLabel" name="label_2">
  300. <property name="text">
  301. <string>箱单</string>
  302. </property>
  303. </widget>
  304. </item>
  305. <item>
  306. <widget class="QComboBox" name="comboBox_5">
  307. <property name="styleSheet">
  308. <string notr="true">background-color: rgb(255, 255, 255);</string>
  309. </property>
  310. </widget>
  311. </item>
  312. </layout>
  313. </item>
  314. <item>
  315. <layout class="QVBoxLayout" name="verticalLayout_2">
  316. <item>
  317. <widget class="QLabel" name="label_3">
  318. <property name="text">
  319. <string>码单</string>
  320. </property>
  321. </widget>
  322. </item>
  323. <item>
  324. <widget class="QComboBox" name="comboBox_6">
  325. <property name="styleSheet">
  326. <string notr="true">background-color: rgb(255, 255, 255);</string>
  327. </property>
  328. </widget>
  329. </item>
  330. </layout>
  331. </item>
  332. <item>
  333. <layout class="QVBoxLayout" name="verticalLayout_3">
  334. <item>
  335. <widget class="QLabel" name="label_4">
  336. <property name="text">
  337. <string>箱单抬头</string>
  338. </property>
  339. </widget>
  340. </item>
  341. <item>
  342. <widget class="QLineEdit" name="lineEdit_6">
  343. <property name="styleSheet">
  344. <string notr="true">background-color: rgb(255, 255, 255);</string>
  345. </property>
  346. </widget>
  347. </item>
  348. </layout>
  349. </item>
  350. <item>
  351. <layout class="QVBoxLayout" name="verticalLayout_4">
  352. <item>
  353. <widget class="QLabel" name="label_5">
  354. <property name="text">
  355. <string>备注</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QLineEdit" name="lineEdit_7">
  361. <property name="styleSheet">
  362. <string notr="true">background-color: rgb(255, 255, 255);</string>
  363. </property>
  364. </widget>
  365. </item>
  366. </layout>
  367. </item>
  368. <item>
  369. <widget class="QPushButton" name="showMao">
  370. <property name="styleSheet">
  371. <string notr="true"/>
  372. </property>
  373. <property name="text">
  374. <string>显示毛重</string>
  375. </property>
  376. </widget>
  377. </item>
  378. <item>
  379. <spacer name="horizontalSpacer_3">
  380. <property name="orientation">
  381. <enum>Qt::Horizontal</enum>
  382. </property>
  383. <property name="sizeHint" stdset="0">
  384. <size>
  385. <width>348</width>
  386. <height>20</height>
  387. </size>
  388. </property>
  389. </spacer>
  390. </item>
  391. </layout>
  392. </item>
  393. <item row="2" column="0">
  394. <widget class="QTreeWidget" name="treeWidget">
  395. <property name="styleSheet">
  396. <string notr="true">background-color: rgb(228, 244, 255);</string>
  397. </property>
  398. <column>
  399. <property name="text">
  400. <string>同步状态</string>
  401. </property>
  402. </column>
  403. <column>
  404. <property name="text">
  405. <string>码单</string>
  406. </property>
  407. </column>
  408. <column>
  409. <property name="text">
  410. <string>毛重</string>
  411. </property>
  412. </column>
  413. <column>
  414. <property name="text">
  415. <string>净重</string>
  416. </property>
  417. </column>
  418. <column>
  419. <property name="text">
  420. <string>箱数</string>
  421. </property>
  422. </column>
  423. <column>
  424. <property name="text">
  425. <string/>
  426. </property>
  427. </column>
  428. <column>
  429. <property name="text">
  430. <string>箱单详情</string>
  431. </property>
  432. </column>
  433. <column>
  434. <property name="text">
  435. <string/>
  436. </property>
  437. </column>
  438. <column>
  439. <property name="text">
  440. <string/>
  441. </property>
  442. </column>
  443. </widget>
  444. </item>
  445. <item row="3" column="0">
  446. <layout class="QHBoxLayout" name="horizontalLayout_4">
  447. <item>
  448. <spacer name="horizontalSpacer_5">
  449. <property name="orientation">
  450. <enum>Qt::Horizontal</enum>
  451. </property>
  452. <property name="sizeHint" stdset="0">
  453. <size>
  454. <width>368</width>
  455. <height>20</height>
  456. </size>
  457. </property>
  458. </spacer>
  459. </item>
  460. <item>
  461. <layout class="QHBoxLayout" name="horizontalLayout">
  462. <item>
  463. <widget class="QPushButton" name="prevoiusPage">
  464. <property name="styleSheet">
  465. <string notr="true">background-color: rgb(207, 231, 255);</string>
  466. </property>
  467. <property name="text">
  468. <string>上一页</string>
  469. </property>
  470. </widget>
  471. </item>
  472. <item>
  473. <widget class="QLabel" name="pagesNum">
  474. <property name="minimumSize">
  475. <size>
  476. <width>100</width>
  477. <height>0</height>
  478. </size>
  479. </property>
  480. <property name="text">
  481. <string>0/0</string>
  482. </property>
  483. <property name="alignment">
  484. <set>Qt::AlignCenter</set>
  485. </property>
  486. </widget>
  487. </item>
  488. <item>
  489. <widget class="QPushButton" name="nextPage">
  490. <property name="styleSheet">
  491. <string notr="true">background-color: rgb(207, 231, 255);</string>
  492. </property>
  493. <property name="text">
  494. <string>下一页</string>
  495. </property>
  496. </widget>
  497. </item>
  498. </layout>
  499. </item>
  500. <item>
  501. <spacer name="horizontalSpacer_4">
  502. <property name="orientation">
  503. <enum>Qt::Horizontal</enum>
  504. </property>
  505. <property name="sizeHint" stdset="0">
  506. <size>
  507. <width>58</width>
  508. <height>20</height>
  509. </size>
  510. </property>
  511. </spacer>
  512. </item>
  513. <item>
  514. <layout class="QHBoxLayout" name="horizontalLayout_3">
  515. <item>
  516. <widget class="QLineEdit" name="jumpPage">
  517. <property name="maximumSize">
  518. <size>
  519. <width>50</width>
  520. <height>25</height>
  521. </size>
  522. </property>
  523. <property name="styleSheet">
  524. <string notr="true">background-color: rgb(207, 231, 255);</string>
  525. </property>
  526. </widget>
  527. </item>
  528. <item>
  529. <widget class="QPushButton" name="jump">
  530. <property name="styleSheet">
  531. <string notr="true">background-color: rgb(207, 231, 255);</string>
  532. </property>
  533. <property name="text">
  534. <string>跳转</string>
  535. </property>
  536. </widget>
  537. </item>
  538. </layout>
  539. </item>
  540. <item>
  541. <spacer name="horizontalSpacer_6">
  542. <property name="orientation">
  543. <enum>Qt::Horizontal</enum>
  544. </property>
  545. <property name="sizeHint" stdset="0">
  546. <size>
  547. <width>98</width>
  548. <height>20</height>
  549. </size>
  550. </property>
  551. </spacer>
  552. </item>
  553. </layout>
  554. </item>
  555. </layout>
  556. </widget>
  557. </item>
  558. </layout>
  559. </widget>
  560. <resources/>
  561. <connections/>
  562. </ui>