packdetailform.ui 16 KB

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