fixedweightpackform.ui 25 KB

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