fixedweightpackform.ui 25 KB

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