fixedweightpackform.ui 24 KB

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