fixedweightpackform.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  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>1094</width>
  10. <height>668</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. <widget class="QWidget" name="widget" native="true">
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>30</height>
  23. </size>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout_9">
  26. <property name="topMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QPushButton" name="pushBack">
  34. <property name="text">
  35. <string>&lt;返回主页</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <spacer name="horizontalSpacer_2">
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>452</width>
  47. <height>20</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="label_20">
  54. <property name="text">
  55. <string>定重打包</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <spacer name="horizontalSpacer_3">
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeHint" stdset="0">
  65. <size>
  66. <width>451</width>
  67. <height>20</height>
  68. </size>
  69. </property>
  70. </spacer>
  71. </item>
  72. </layout>
  73. </widget>
  74. </item>
  75. <item>
  76. <layout class="QHBoxLayout" name="horizontalLayout_6">
  77. <item>
  78. <widget class="QWidget" name="widget_4" native="true">
  79. <layout class="QVBoxLayout" name="verticalLayout">
  80. <item>
  81. <layout class="QHBoxLayout" name="horizontalLayout">
  82. <item>
  83. <widget class="QLabel" name="label">
  84. <property name="text">
  85. <string>合计</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QLabel" name="label_2">
  91. <property name="text">
  92. <string>筒数:</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QLabel" name="labelTongZHong">
  98. <property name="text">
  99. <string>0</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QLabel" name="label_3">
  105. <property name="text">
  106. <string>毛重:</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QLabel" name="labelWight">
  112. <property name="text">
  113. <string>0</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QLabel" name="label_4">
  119. <property name="text">
  120. <string>净重:</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QLabel" name="labelJing">
  126. <property name="text">
  127. <string>0</string>
  128. </property>
  129. </widget>
  130. </item>
  131. </layout>
  132. </item>
  133. <item>
  134. <widget class="QTableWidget" name="tableWidget">
  135. <property name="minimumSize">
  136. <size>
  137. <width>562</width>
  138. <height>0</height>
  139. </size>
  140. </property>
  141. <property name="maximumSize">
  142. <size>
  143. <width>9999</width>
  144. <height>16777215</height>
  145. </size>
  146. </property>
  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. <column>
  168. <property name="text">
  169. <string>净重</string>
  170. </property>
  171. </column>
  172. <column>
  173. <property name="text">
  174. <string>箱号</string>
  175. </property>
  176. </column>
  177. </widget>
  178. </item>
  179. </layout>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QWidget" name="widget_3" native="true">
  184. <property name="minimumSize">
  185. <size>
  186. <width>500</width>
  187. <height>0</height>
  188. </size>
  189. </property>
  190. <property name="maximumSize">
  191. <size>
  192. <width>500</width>
  193. <height>16777215</height>
  194. </size>
  195. </property>
  196. <layout class="QVBoxLayout" name="verticalLayout_2">
  197. <item>
  198. <layout class="QHBoxLayout" name="horizontalLayout_4">
  199. <item>
  200. <widget class="QLabel" name="label_23">
  201. <property name="minimumSize">
  202. <size>
  203. <width>41</width>
  204. <height>16</height>
  205. </size>
  206. </property>
  207. <property name="maximumSize">
  208. <size>
  209. <width>41</width>
  210. <height>16</height>
  211. </size>
  212. </property>
  213. <property name="text">
  214. <string>毛重</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QLineEdit" name="grossWeight_2">
  220. <property name="minimumSize">
  221. <size>
  222. <width>141</width>
  223. <height>61</height>
  224. </size>
  225. </property>
  226. <property name="maximumSize">
  227. <size>
  228. <width>141</width>
  229. <height>61</height>
  230. </size>
  231. </property>
  232. <property name="font">
  233. <font>
  234. <pointsize>20</pointsize>
  235. </font>
  236. </property>
  237. <property name="text">
  238. <string>0</string>
  239. </property>
  240. </widget>
  241. </item>
  242. <item>
  243. <layout class="QHBoxLayout" name="horizontalLayout_3">
  244. <item>
  245. <widget class="QPushButton" name="pushStart">
  246. <property name="minimumSize">
  247. <size>
  248. <width>0</width>
  249. <height>50</height>
  250. </size>
  251. </property>
  252. <property name="styleSheet">
  253. <string notr="true">background-color: rgb(255, 255, 255);
  254. color: rgb(0, 170, 255);</string>
  255. </property>
  256. <property name="text">
  257. <string>开始打包</string>
  258. </property>
  259. <property name="checkable">
  260. <bool>true</bool>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QPushButton" name="pushPiLiang">
  266. <property name="sizePolicy">
  267. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  268. <horstretch>0</horstretch>
  269. <verstretch>0</verstretch>
  270. </sizepolicy>
  271. </property>
  272. <property name="minimumSize">
  273. <size>
  274. <width>0</width>
  275. <height>50</height>
  276. </size>
  277. </property>
  278. <property name="styleSheet">
  279. <string notr="true">background-color: rgb(255, 255, 255);
  280. color: rgb(0, 170, 255);</string>
  281. </property>
  282. <property name="text">
  283. <string>批量添加</string>
  284. </property>
  285. </widget>
  286. </item>
  287. </layout>
  288. </item>
  289. </layout>
  290. </item>
  291. <item>
  292. <layout class="QHBoxLayout" name="horizontalLayout_5">
  293. <item>
  294. <widget class="QLabel" name="label_24">
  295. <property name="minimumSize">
  296. <size>
  297. <width>31</width>
  298. <height>16</height>
  299. </size>
  300. </property>
  301. <property name="maximumSize">
  302. <size>
  303. <width>31</width>
  304. <height>16</height>
  305. </size>
  306. </property>
  307. <property name="text">
  308. <string>筒数</string>
  309. </property>
  310. </widget>
  311. </item>
  312. <item>
  313. <widget class="QLineEdit" name="tongshu">
  314. <property name="minimumSize">
  315. <size>
  316. <width>141</width>
  317. <height>61</height>
  318. </size>
  319. </property>
  320. <property name="maximumSize">
  321. <size>
  322. <width>141</width>
  323. <height>61</height>
  324. </size>
  325. </property>
  326. <property name="font">
  327. <font>
  328. <pointsize>20</pointsize>
  329. </font>
  330. </property>
  331. <property name="text">
  332. <string>0</string>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <layout class="QHBoxLayout" name="horizontalLayout_8">
  338. <item>
  339. <widget class="QPushButton" name="addBoxList">
  340. <property name="enabled">
  341. <bool>true</bool>
  342. </property>
  343. <property name="minimumSize">
  344. <size>
  345. <width>0</width>
  346. <height>50</height>
  347. </size>
  348. </property>
  349. <property name="styleSheet">
  350. <string notr="true">background-color: rgb(255, 255, 255);
  351. color: rgb(0, 170, 255);</string>
  352. </property>
  353. <property name="text">
  354. <string>添加箱单</string>
  355. </property>
  356. </widget>
  357. </item>
  358. <item>
  359. <widget class="QPushButton" name="addPackList">
  360. <property name="enabled">
  361. <bool>true</bool>
  362. </property>
  363. <property name="minimumSize">
  364. <size>
  365. <width>0</width>
  366. <height>50</height>
  367. </size>
  368. </property>
  369. <property name="styleSheet">
  370. <string notr="true">background-color: rgb(255, 255, 255);
  371. color: rgb(0, 170, 255);</string>
  372. </property>
  373. <property name="text">
  374. <string>添加码单</string>
  375. </property>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. </layout>
  381. </item>
  382. <item>
  383. <layout class="QHBoxLayout" name="horizontalLayout_2">
  384. <item>
  385. <layout class="QVBoxLayout" name="verticalLayout_3">
  386. <item>
  387. <widget class="QLabel" name="label_25">
  388. <property name="text">
  389. <string>包装类型</string>
  390. </property>
  391. </widget>
  392. </item>
  393. <item>
  394. <widget class="QComboBox" name="type"/>
  395. </item>
  396. </layout>
  397. </item>
  398. <item>
  399. <layout class="QVBoxLayout" name="verticalLayout_4">
  400. <item>
  401. <widget class="QLabel" name="label_8">
  402. <property name="text">
  403. <string>码数</string>
  404. </property>
  405. </widget>
  406. </item>
  407. <item>
  408. <widget class="QComboBox" name="comboBox">
  409. <property name="editable">
  410. <bool>true</bool>
  411. </property>
  412. <property name="currentText">
  413. <string/>
  414. </property>
  415. </widget>
  416. </item>
  417. </layout>
  418. </item>
  419. <item>
  420. <layout class="QHBoxLayout" name="horizontalLayout_7">
  421. <property name="spacing">
  422. <number>0</number>
  423. </property>
  424. </layout>
  425. </item>
  426. </layout>
  427. </item>
  428. <item>
  429. <widget class="QWidget" name="widget_2" native="true">
  430. <property name="minimumSize">
  431. <size>
  432. <width>450</width>
  433. <height>402</height>
  434. </size>
  435. </property>
  436. <layout class="QGridLayout" name="gridLayout">
  437. <property name="leftMargin">
  438. <number>0</number>
  439. </property>
  440. <property name="rightMargin">
  441. <number>0</number>
  442. </property>
  443. <item row="3" column="0">
  444. <layout class="QHBoxLayout" name="horizontalLayout_12">
  445. <item>
  446. <layout class="QVBoxLayout" name="verticalLayout_13">
  447. <item>
  448. <widget class="QLabel" name="label_16">
  449. <property name="text">
  450. <string>码单</string>
  451. </property>
  452. </widget>
  453. </item>
  454. <item>
  455. <widget class="QComboBox" name="madan">
  456. <property name="enabled">
  457. <bool>false</bool>
  458. </property>
  459. </widget>
  460. </item>
  461. <item>
  462. <widget class="QLabel" name="label_17">
  463. <property name="text">
  464. <string>箱单</string>
  465. </property>
  466. </widget>
  467. </item>
  468. <item>
  469. <widget class="QComboBox" name="xiangdan">
  470. <property name="enabled">
  471. <bool>false</bool>
  472. </property>
  473. </widget>
  474. </item>
  475. <item>
  476. <spacer name="verticalSpacer">
  477. <property name="orientation">
  478. <enum>Qt::Vertical</enum>
  479. </property>
  480. <property name="sizeHint" stdset="0">
  481. <size>
  482. <width>20</width>
  483. <height>40</height>
  484. </size>
  485. </property>
  486. </spacer>
  487. </item>
  488. </layout>
  489. </item>
  490. <item>
  491. <layout class="QVBoxLayout" name="verticalLayout_14">
  492. <item>
  493. <widget class="QLabel" name="label_18">
  494. <property name="text">
  495. <string>箱单抬头</string>
  496. </property>
  497. </widget>
  498. </item>
  499. <item>
  500. <widget class="QLineEdit" name="taitou"/>
  501. </item>
  502. <item>
  503. <widget class="QLabel" name="label_22">
  504. <property name="text">
  505. <string>电话</string>
  506. </property>
  507. </widget>
  508. </item>
  509. <item>
  510. <widget class="QLineEdit" name="taiPhone"/>
  511. </item>
  512. <item>
  513. <spacer name="verticalSpacer_2">
  514. <property name="orientation">
  515. <enum>Qt::Vertical</enum>
  516. </property>
  517. <property name="sizeHint" stdset="0">
  518. <size>
  519. <width>20</width>
  520. <height>40</height>
  521. </size>
  522. </property>
  523. </spacer>
  524. </item>
  525. </layout>
  526. </item>
  527. <item>
  528. <layout class="QVBoxLayout" name="verticalLayout_15">
  529. <item>
  530. <widget class="QLabel" name="label_19">
  531. <property name="text">
  532. <string>备注</string>
  533. </property>
  534. </widget>
  535. </item>
  536. <item>
  537. <widget class="QTextEdit" name="beizhu"/>
  538. </item>
  539. </layout>
  540. </item>
  541. </layout>
  542. </item>
  543. <item row="0" column="0">
  544. <layout class="QHBoxLayout" name="horizontalLayout_11">
  545. <item>
  546. <widget class="QCheckBox" name="xiangdanPrint">
  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="madanPrint">
  557. <property name="text">
  558. <string>打印码单</string>
  559. </property>
  560. <property name="checked">
  561. <bool>true</bool>
  562. </property>
  563. </widget>
  564. </item>
  565. <item>
  566. <widget class="QCheckBox" name="showMaoZhong">
  567. <property name="text">
  568. <string>显示毛重</string>
  569. </property>
  570. <property name="checked">
  571. <bool>true</bool>
  572. </property>
  573. </widget>
  574. </item>
  575. </layout>
  576. </item>
  577. <item row="2" column="0">
  578. <layout class="QHBoxLayout" name="horizontalLayout_14">
  579. <item>
  580. <layout class="QVBoxLayout" name="verticalLayout_9">
  581. <item>
  582. <widget class="QLabel" name="label_13">
  583. <property name="text">
  584. <string>管色</string>
  585. </property>
  586. </widget>
  587. </item>
  588. <item>
  589. <widget class="QComboBox" name="guanse"/>
  590. </item>
  591. </layout>
  592. </item>
  593. <item>
  594. <layout class="QVBoxLayout" name="verticalLayout_10">
  595. <item>
  596. <widget class="QLabel" name="label_14">
  597. <property name="text">
  598. <string>捻向</string>
  599. </property>
  600. </widget>
  601. </item>
  602. <item>
  603. <widget class="QComboBox" name="nianxiang"/>
  604. </item>
  605. </layout>
  606. </item>
  607. <item>
  608. <layout class="QVBoxLayout" name="verticalLayout_11">
  609. <item>
  610. <widget class="QLabel" name="label_15">
  611. <property name="text">
  612. <string>纸箱</string>
  613. </property>
  614. </widget>
  615. </item>
  616. <item>
  617. <widget class="QComboBox" name="zhixiang"/>
  618. </item>
  619. </layout>
  620. </item>
  621. <item>
  622. <layout class="QVBoxLayout" name="verticalLayout_12">
  623. <item>
  624. <widget class="QLabel" name="label_21">
  625. <property name="text">
  626. <string>筒重</string>
  627. </property>
  628. </widget>
  629. </item>
  630. <item>
  631. <widget class="QComboBox" name="tongzhong"/>
  632. </item>
  633. </layout>
  634. </item>
  635. </layout>
  636. </item>
  637. <item row="1" column="0">
  638. <layout class="QHBoxLayout" name="horizontalLayout_13">
  639. <item>
  640. <layout class="QVBoxLayout" name="verticalLayout_5">
  641. <item>
  642. <widget class="QLabel" name="label_9">
  643. <property name="text">
  644. <string>打包班次</string>
  645. </property>
  646. </widget>
  647. </item>
  648. <item>
  649. <widget class="QComboBox" name="comboBox_2"/>
  650. </item>
  651. </layout>
  652. </item>
  653. <item>
  654. <layout class="QVBoxLayout" name="verticalLayout_6">
  655. <item>
  656. <widget class="QLabel" name="label_10">
  657. <property name="text">
  658. <string>机台</string>
  659. </property>
  660. </widget>
  661. </item>
  662. <item>
  663. <widget class="QComboBox" name="jitai"/>
  664. </item>
  665. </layout>
  666. </item>
  667. <item>
  668. <layout class="QVBoxLayout" name="verticalLayout_7">
  669. <item>
  670. <widget class="QLabel" name="label_11">
  671. <property name="text">
  672. <string>等级</string>
  673. </property>
  674. </widget>
  675. </item>
  676. <item>
  677. <widget class="QComboBox" name="dengji"/>
  678. </item>
  679. </layout>
  680. </item>
  681. <item>
  682. <layout class="QVBoxLayout" name="verticalLayout_8">
  683. <item>
  684. <widget class="QLabel" name="label_12">
  685. <property name="text">
  686. <string>皮重</string>
  687. </property>
  688. </widget>
  689. </item>
  690. <item>
  691. <widget class="QComboBox" name="pizhong"/>
  692. </item>
  693. </layout>
  694. </item>
  695. </layout>
  696. </item>
  697. </layout>
  698. </widget>
  699. </item>
  700. </layout>
  701. </widget>
  702. </item>
  703. </layout>
  704. </item>
  705. </layout>
  706. </widget>
  707. <resources/>
  708. <connections/>
  709. </ui>