autopackform.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AutoPackForm</class>
  4. <widget class="QWidget" name="AutoPackForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1087</width>
  10. <height>677</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_3">
  17. <property name="leftMargin">
  18. <number>11</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>11</number>
  22. </property>
  23. <item>
  24. <widget class="QWidget" name="widget_4" native="true">
  25. <property name="minimumSize">
  26. <size>
  27. <width>0</width>
  28. <height>30</height>
  29. </size>
  30. </property>
  31. <layout class="QHBoxLayout" name="horizontalLayout_9">
  32. <property name="topMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QPushButton" name="pushBack">
  40. <property name="text">
  41. <string>&lt;返回主页</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <spacer name="horizontalSpacer_2">
  47. <property name="orientation">
  48. <enum>Qt::Horizontal</enum>
  49. </property>
  50. <property name="sizeHint" stdset="0">
  51. <size>
  52. <width>452</width>
  53. <height>20</height>
  54. </size>
  55. </property>
  56. </spacer>
  57. </item>
  58. <item>
  59. <widget class="QLabel" name="label_20">
  60. <property name="text">
  61. <string>自动打包</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <spacer name="horizontalSpacer_3">
  67. <property name="orientation">
  68. <enum>Qt::Horizontal</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>451</width>
  73. <height>20</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. </layout>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QWidget" name="widget_3" native="true">
  83. <property name="styleSheet">
  84. <string notr="true">background-color: rgb(0, 170, 255);</string>
  85. </property>
  86. <layout class="QHBoxLayout" name="horizontalLayout_15">
  87. <item>
  88. <layout class="QVBoxLayout" name="verticalLayout">
  89. <property name="spacing">
  90. <number>0</number>
  91. </property>
  92. <item>
  93. <layout class="QHBoxLayout" name="horizontalLayout_2">
  94. <item>
  95. <widget class="QLabel" name="label_8">
  96. <property name="minimumSize">
  97. <size>
  98. <width>0</width>
  99. <height>20</height>
  100. </size>
  101. </property>
  102. <property name="maximumSize">
  103. <size>
  104. <width>16777215</width>
  105. <height>30</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string>毛重</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <widget class="QLabel" name="label_14">
  115. <property name="minimumSize">
  116. <size>
  117. <width>0</width>
  118. <height>20</height>
  119. </size>
  120. </property>
  121. <property name="maximumSize">
  122. <size>
  123. <width>16777215</width>
  124. <height>30</height>
  125. </size>
  126. </property>
  127. <property name="text">
  128. <string>皮重</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QLabel" name="label_9">
  134. <property name="minimumSize">
  135. <size>
  136. <width>0</width>
  137. <height>20</height>
  138. </size>
  139. </property>
  140. <property name="maximumSize">
  141. <size>
  142. <width>16777215</width>
  143. <height>30</height>
  144. </size>
  145. </property>
  146. <property name="text">
  147. <string>筒数</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QLabel" name="label_15">
  153. <property name="minimumSize">
  154. <size>
  155. <width>0</width>
  156. <height>20</height>
  157. </size>
  158. </property>
  159. <property name="maximumSize">
  160. <size>
  161. <width>16777215</width>
  162. <height>30</height>
  163. </size>
  164. </property>
  165. <property name="text">
  166. <string>净重</string>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </item>
  172. <item>
  173. <layout class="QHBoxLayout" name="horizontalLayout_4">
  174. <item>
  175. <widget class="QLineEdit" name="grossWeight_2">
  176. <property name="minimumSize">
  177. <size>
  178. <width>100</width>
  179. <height>100</height>
  180. </size>
  181. </property>
  182. <property name="text">
  183. <string>0</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QLineEdit" name="tareWeight_2">
  189. <property name="minimumSize">
  190. <size>
  191. <width>100</width>
  192. <height>100</height>
  193. </size>
  194. </property>
  195. <property name="text">
  196. <string>0</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QLineEdit" name="tongshu">
  202. <property name="minimumSize">
  203. <size>
  204. <width>100</width>
  205. <height>100</height>
  206. </size>
  207. </property>
  208. <property name="text">
  209. <string>0</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item>
  214. <widget class="QLineEdit" name="netWeight_2">
  215. <property name="minimumSize">
  216. <size>
  217. <width>100</width>
  218. <height>100</height>
  219. </size>
  220. </property>
  221. <property name="text">
  222. <string>0</string>
  223. </property>
  224. </widget>
  225. </item>
  226. </layout>
  227. </item>
  228. </layout>
  229. </item>
  230. <item>
  231. <layout class="QVBoxLayout" name="verticalLayout_2">
  232. <item>
  233. <widget class="QPushButton" name="pushStart">
  234. <property name="minimumSize">
  235. <size>
  236. <width>0</width>
  237. <height>50</height>
  238. </size>
  239. </property>
  240. <property name="styleSheet">
  241. <string notr="true">background-color: rgb(255, 255, 255);
  242. color: rgb(0, 170, 255);</string>
  243. </property>
  244. <property name="text">
  245. <string>开始打包</string>
  246. </property>
  247. <property name="checkable">
  248. <bool>true</bool>
  249. </property>
  250. </widget>
  251. </item>
  252. <item>
  253. <layout class="QHBoxLayout" name="horizontalLayout_8">
  254. <item>
  255. <widget class="QPushButton" name="addBoxList">
  256. <property name="enabled">
  257. <bool>true</bool>
  258. </property>
  259. <property name="minimumSize">
  260. <size>
  261. <width>0</width>
  262. <height>50</height>
  263. </size>
  264. </property>
  265. <property name="styleSheet">
  266. <string notr="true">background-color: rgb(255, 255, 255);
  267. color: rgb(0, 170, 255);</string>
  268. </property>
  269. <property name="text">
  270. <string>添加箱单</string>
  271. </property>
  272. </widget>
  273. </item>
  274. <item>
  275. <widget class="QPushButton" name="addPackList">
  276. <property name="enabled">
  277. <bool>true</bool>
  278. </property>
  279. <property name="minimumSize">
  280. <size>
  281. <width>0</width>
  282. <height>50</height>
  283. </size>
  284. </property>
  285. <property name="styleSheet">
  286. <string notr="true">background-color: rgb(255, 255, 255);
  287. color: rgb(0, 170, 255);</string>
  288. </property>
  289. <property name="text">
  290. <string>添加码单</string>
  291. </property>
  292. </widget>
  293. </item>
  294. </layout>
  295. </item>
  296. </layout>
  297. </item>
  298. </layout>
  299. </widget>
  300. </item>
  301. <item>
  302. <widget class="QWidget" name="widgetTotle" native="true">
  303. <layout class="QHBoxLayout" name="horizontalLayout">
  304. <item>
  305. <layout class="QHBoxLayout" name="horizontalLayout_3">
  306. <item>
  307. <widget class="QLabel" name="label_16">
  308. <property name="text">
  309. <string>筒重:</string>
  310. </property>
  311. </widget>
  312. </item>
  313. <item>
  314. <widget class="QLabel" name="label_17">
  315. <property name="text">
  316. <string>毛重:</string>
  317. </property>
  318. </widget>
  319. </item>
  320. <item>
  321. <widget class="QLabel" name="label_18">
  322. <property name="text">
  323. <string>净重:</string>
  324. </property>
  325. </widget>
  326. </item>
  327. <item>
  328. <widget class="QPushButton" name="pushButton_16">
  329. <property name="text">
  330. <string>未同步列表</string>
  331. </property>
  332. </widget>
  333. </item>
  334. <item>
  335. <widget class="QPushButton" name="pushButton_17">
  336. <property name="text">
  337. <string>同步</string>
  338. </property>
  339. </widget>
  340. </item>
  341. <item>
  342. <widget class="QPushButton" name="pushButton_18">
  343. <property name="text">
  344. <string>PushButton</string>
  345. </property>
  346. </widget>
  347. </item>
  348. <item>
  349. <widget class="QPushButton" name="pushButton_19">
  350. <property name="text">
  351. <string>批量修改</string>
  352. </property>
  353. </widget>
  354. </item>
  355. <item>
  356. <spacer name="horizontalSpacer">
  357. <property name="orientation">
  358. <enum>Qt::Horizontal</enum>
  359. </property>
  360. <property name="sizeHint" stdset="0">
  361. <size>
  362. <width>40</width>
  363. <height>20</height>
  364. </size>
  365. </property>
  366. </spacer>
  367. </item>
  368. </layout>
  369. </item>
  370. </layout>
  371. </widget>
  372. </item>
  373. <item>
  374. <layout class="QHBoxLayout" name="horizontalLayout_5">
  375. <property name="spacing">
  376. <number>0</number>
  377. </property>
  378. <item>
  379. <widget class="QTableWidget" name="tableWidget">
  380. <property name="minimumSize">
  381. <size>
  382. <width>562</width>
  383. <height>0</height>
  384. </size>
  385. </property>
  386. <property name="maximumSize">
  387. <size>
  388. <width>9999</width>
  389. <height>16777215</height>
  390. </size>
  391. </property>
  392. <column>
  393. <property name="text">
  394. <string>序号</string>
  395. </property>
  396. </column>
  397. <column>
  398. <property name="text">
  399. <string>箱号</string>
  400. </property>
  401. </column>
  402. <column>
  403. <property name="text">
  404. <string>筒数</string>
  405. </property>
  406. </column>
  407. <column>
  408. <property name="text">
  409. <string>毛重</string>
  410. </property>
  411. </column>
  412. <column>
  413. <property name="text">
  414. <string>皮重</string>
  415. </property>
  416. </column>
  417. <column>
  418. <property name="text">
  419. <string>净重</string>
  420. </property>
  421. </column>
  422. </widget>
  423. </item>
  424. <item>
  425. <widget class="QWidget" name="widget" native="true">
  426. <property name="minimumSize">
  427. <size>
  428. <width>450</width>
  429. <height>402</height>
  430. </size>
  431. </property>
  432. <layout class="QVBoxLayout" name="verticalLayout_16">
  433. <item>
  434. <layout class="QHBoxLayout" name="horizontalLayout_10">
  435. <item>
  436. <layout class="QVBoxLayout" name="verticalLayout_4">
  437. <item>
  438. <widget class="QLabel" name="label">
  439. <property name="text">
  440. <string>码数</string>
  441. </property>
  442. </widget>
  443. </item>
  444. <item>
  445. <widget class="QComboBox" name="comboBox"/>
  446. </item>
  447. </layout>
  448. </item>
  449. <item>
  450. <layout class="QHBoxLayout" name="horizontalLayout_6">
  451. <property name="spacing">
  452. <number>0</number>
  453. </property>
  454. <item>
  455. <widget class="QRadioButton" name="buding">
  456. <property name="minimumSize">
  457. <size>
  458. <width>71</width>
  459. <height>41</height>
  460. </size>
  461. </property>
  462. <property name="text">
  463. <string>筒重不定</string>
  464. </property>
  465. </widget>
  466. </item>
  467. <item>
  468. <widget class="QRadioButton" name="guding">
  469. <property name="enabled">
  470. <bool>true</bool>
  471. </property>
  472. <property name="minimumSize">
  473. <size>
  474. <width>71</width>
  475. <height>41</height>
  476. </size>
  477. </property>
  478. <property name="text">
  479. <string>筒重固定</string>
  480. </property>
  481. </widget>
  482. </item>
  483. </layout>
  484. </item>
  485. <item>
  486. <layout class="QHBoxLayout" name="horizontalLayout_7">
  487. <property name="spacing">
  488. <number>0</number>
  489. </property>
  490. <item>
  491. <widget class="QCheckBox" name="autoRead">
  492. <property name="minimumSize">
  493. <size>
  494. <width>71</width>
  495. <height>41</height>
  496. </size>
  497. </property>
  498. <property name="text">
  499. <string>自动读数</string>
  500. </property>
  501. <property name="checked">
  502. <bool>true</bool>
  503. </property>
  504. </widget>
  505. </item>
  506. <item>
  507. <widget class="QPushButton" name="handleRead">
  508. <property name="minimumSize">
  509. <size>
  510. <width>71</width>
  511. <height>41</height>
  512. </size>
  513. </property>
  514. <property name="text">
  515. <string>手动读数</string>
  516. </property>
  517. </widget>
  518. </item>
  519. </layout>
  520. </item>
  521. </layout>
  522. </item>
  523. <item>
  524. <layout class="QHBoxLayout" name="horizontalLayout_11">
  525. <item>
  526. <widget class="QCheckBox" name="xiangdanPrint">
  527. <property name="text">
  528. <string>打印箱单</string>
  529. </property>
  530. <property name="checked">
  531. <bool>true</bool>
  532. </property>
  533. </widget>
  534. </item>
  535. <item>
  536. <widget class="QCheckBox" name="madanPrint">
  537. <property name="text">
  538. <string>打印码单</string>
  539. </property>
  540. <property name="checked">
  541. <bool>true</bool>
  542. </property>
  543. </widget>
  544. </item>
  545. <item>
  546. <widget class="QCheckBox" name="showMaoZhong">
  547. <property name="text">
  548. <string>显示毛重</string>
  549. </property>
  550. <property name="checked">
  551. <bool>true</bool>
  552. </property>
  553. </widget>
  554. </item>
  555. <item>
  556. <widget class="QCheckBox" name="autoPush">
  557. <property name="text">
  558. <string>6筒自动打包</string>
  559. </property>
  560. </widget>
  561. </item>
  562. </layout>
  563. </item>
  564. <item>
  565. <layout class="QHBoxLayout" name="horizontalLayout_13">
  566. <item>
  567. <layout class="QVBoxLayout" name="verticalLayout_5">
  568. <item>
  569. <widget class="QLabel" name="label_2">
  570. <property name="text">
  571. <string>打包班次</string>
  572. </property>
  573. </widget>
  574. </item>
  575. <item>
  576. <widget class="QComboBox" name="comboBox_2"/>
  577. </item>
  578. </layout>
  579. </item>
  580. <item>
  581. <layout class="QVBoxLayout" name="verticalLayout_6">
  582. <item>
  583. <widget class="QLabel" name="label_3">
  584. <property name="text">
  585. <string>机台</string>
  586. </property>
  587. </widget>
  588. </item>
  589. <item>
  590. <widget class="QComboBox" name="jitai"/>
  591. </item>
  592. </layout>
  593. </item>
  594. <item>
  595. <layout class="QVBoxLayout" name="verticalLayout_7">
  596. <item>
  597. <widget class="QLabel" name="label_4">
  598. <property name="text">
  599. <string>等级</string>
  600. </property>
  601. </widget>
  602. </item>
  603. <item>
  604. <widget class="QComboBox" name="dengji"/>
  605. </item>
  606. </layout>
  607. </item>
  608. <item>
  609. <layout class="QVBoxLayout" name="verticalLayout_8">
  610. <item>
  611. <widget class="QLabel" name="label_5">
  612. <property name="text">
  613. <string>皮重</string>
  614. </property>
  615. </widget>
  616. </item>
  617. <item>
  618. <widget class="QComboBox" name="pizhong"/>
  619. </item>
  620. </layout>
  621. </item>
  622. </layout>
  623. </item>
  624. <item>
  625. <layout class="QHBoxLayout" name="horizontalLayout_14">
  626. <item>
  627. <layout class="QVBoxLayout" name="verticalLayout_9">
  628. <item>
  629. <widget class="QLabel" name="label_6">
  630. <property name="text">
  631. <string>管色</string>
  632. </property>
  633. </widget>
  634. </item>
  635. <item>
  636. <widget class="QComboBox" name="guanse"/>
  637. </item>
  638. </layout>
  639. </item>
  640. <item>
  641. <layout class="QVBoxLayout" name="verticalLayout_10">
  642. <item>
  643. <widget class="QLabel" name="label_7">
  644. <property name="text">
  645. <string>捻向</string>
  646. </property>
  647. </widget>
  648. </item>
  649. <item>
  650. <widget class="QComboBox" name="nianxiang"/>
  651. </item>
  652. </layout>
  653. </item>
  654. <item>
  655. <layout class="QVBoxLayout" name="verticalLayout_11">
  656. <item>
  657. <widget class="QLabel" name="label_10">
  658. <property name="text">
  659. <string>纸箱</string>
  660. </property>
  661. </widget>
  662. </item>
  663. <item>
  664. <widget class="QComboBox" name="zhixiang"/>
  665. </item>
  666. </layout>
  667. </item>
  668. <item>
  669. <layout class="QVBoxLayout" name="verticalLayout_12">
  670. <item>
  671. <widget class="QLabel" name="label_21">
  672. <property name="text">
  673. <string>筒重</string>
  674. </property>
  675. </widget>
  676. </item>
  677. <item>
  678. <widget class="QComboBox" name="tongzhong"/>
  679. </item>
  680. </layout>
  681. </item>
  682. </layout>
  683. </item>
  684. <item>
  685. <layout class="QHBoxLayout" name="horizontalLayout_12">
  686. <item>
  687. <layout class="QVBoxLayout" name="verticalLayout_13">
  688. <item>
  689. <widget class="QLabel" name="label_12">
  690. <property name="text">
  691. <string>码单</string>
  692. </property>
  693. </widget>
  694. </item>
  695. <item>
  696. <widget class="QComboBox" name="madan">
  697. <property name="enabled">
  698. <bool>false</bool>
  699. </property>
  700. </widget>
  701. </item>
  702. <item>
  703. <widget class="QLabel" name="label_11">
  704. <property name="text">
  705. <string>箱单</string>
  706. </property>
  707. </widget>
  708. </item>
  709. <item>
  710. <widget class="QComboBox" name="xiangdan">
  711. <property name="enabled">
  712. <bool>false</bool>
  713. </property>
  714. </widget>
  715. </item>
  716. <item>
  717. <spacer name="verticalSpacer">
  718. <property name="orientation">
  719. <enum>Qt::Vertical</enum>
  720. </property>
  721. <property name="sizeHint" stdset="0">
  722. <size>
  723. <width>20</width>
  724. <height>40</height>
  725. </size>
  726. </property>
  727. </spacer>
  728. </item>
  729. </layout>
  730. </item>
  731. <item>
  732. <layout class="QVBoxLayout" name="verticalLayout_14">
  733. <item>
  734. <widget class="QLabel" name="label_13">
  735. <property name="text">
  736. <string>箱单抬头</string>
  737. </property>
  738. </widget>
  739. </item>
  740. <item>
  741. <widget class="QLineEdit" name="taitou"/>
  742. </item>
  743. <item>
  744. <widget class="QLabel" name="label_22">
  745. <property name="text">
  746. <string>电话</string>
  747. </property>
  748. </widget>
  749. </item>
  750. <item>
  751. <widget class="QLineEdit" name="taitou_2"/>
  752. </item>
  753. <item>
  754. <spacer name="verticalSpacer_2">
  755. <property name="orientation">
  756. <enum>Qt::Vertical</enum>
  757. </property>
  758. <property name="sizeHint" stdset="0">
  759. <size>
  760. <width>20</width>
  761. <height>40</height>
  762. </size>
  763. </property>
  764. </spacer>
  765. </item>
  766. </layout>
  767. </item>
  768. <item>
  769. <layout class="QVBoxLayout" name="verticalLayout_15">
  770. <item>
  771. <widget class="QLabel" name="label_19">
  772. <property name="text">
  773. <string>备注</string>
  774. </property>
  775. </widget>
  776. </item>
  777. <item>
  778. <widget class="QTextEdit" name="beizhu"/>
  779. </item>
  780. </layout>
  781. </item>
  782. </layout>
  783. </item>
  784. </layout>
  785. </widget>
  786. </item>
  787. </layout>
  788. </item>
  789. </layout>
  790. </widget>
  791. <resources/>
  792. <connections/>
  793. </ui>