fixedweightpackform.ui 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  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>1303</width>
  10. <height>797</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_12">
  17. <property name="topMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="rightMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="bottomMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="verticalSpacing">
  27. <number>0</number>
  28. </property>
  29. <item row="1" column="0">
  30. <widget class="QWidget" name="widget" native="true">
  31. <property name="minimumSize">
  32. <size>
  33. <width>0</width>
  34. <height>30</height>
  35. </size>
  36. </property>
  37. <property name="styleSheet">
  38. <string notr="true"/>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayout_13">
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <item row="0" column="0">
  48. <layout class="QHBoxLayout" name="horizontalLayout">
  49. <property name="spacing">
  50. <number>7</number>
  51. </property>
  52. <item>
  53. <widget class="QLabel" name="label">
  54. <property name="text">
  55. <string>合计</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QLabel" name="label_2">
  61. <property name="text">
  62. <string>筒数:</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QLabel" name="labelTongZHong">
  68. <property name="text">
  69. <string>0</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QLabel" name="label_3">
  75. <property name="text">
  76. <string>毛重:</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QLabel" name="labelWight">
  82. <property name="text">
  83. <string>0</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QLabel" name="label_4">
  89. <property name="text">
  90. <string>净重:</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QLabel" name="labelJing">
  96. <property name="text">
  97. <string>0</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QLabel" name="label_7">
  103. <property name="text">
  104. <string>码单:</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QLabel" name="nowCode">
  110. <property name="text">
  111. <string>0</string>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </item>
  117. <item row="0" column="2">
  118. <widget class="QPushButton" name="backButton">
  119. <property name="minimumSize">
  120. <size>
  121. <width>93</width>
  122. <height>28</height>
  123. </size>
  124. </property>
  125. <property name="text">
  126. <string>返回主页</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="0" column="1">
  131. <spacer name="horizontalSpacer_4">
  132. <property name="orientation">
  133. <enum>Qt::Horizontal</enum>
  134. </property>
  135. <property name="sizeHint" stdset="0">
  136. <size>
  137. <width>980</width>
  138. <height>20</height>
  139. </size>
  140. </property>
  141. </spacer>
  142. </item>
  143. </layout>
  144. </widget>
  145. </item>
  146. <item row="0" column="0">
  147. <layout class="QHBoxLayout" name="horizontalLayout_6">
  148. <property name="spacing">
  149. <number>0</number>
  150. </property>
  151. <item>
  152. <widget class="QWidget" name="widget_4" native="true">
  153. <layout class="QGridLayout" name="gridLayout_4">
  154. <property name="leftMargin">
  155. <number>0</number>
  156. </property>
  157. <property name="topMargin">
  158. <number>0</number>
  159. </property>
  160. <property name="rightMargin">
  161. <number>3</number>
  162. </property>
  163. <item row="0" column="0">
  164. <layout class="QGridLayout" name="gridLayout_3">
  165. <property name="spacing">
  166. <number>0</number>
  167. </property>
  168. <item row="0" column="0">
  169. <widget class="QPushButton" name="pushEditBatch">
  170. <property name="minimumSize">
  171. <size>
  172. <width>55</width>
  173. <height>0</height>
  174. </size>
  175. </property>
  176. <property name="font">
  177. <font>
  178. <pointsize>9</pointsize>
  179. </font>
  180. </property>
  181. <property name="text">
  182. <string>批量修改</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="0" column="4">
  187. <layout class="QGridLayout" name="gridLayout_2">
  188. <property name="horizontalSpacing">
  189. <number>0</number>
  190. </property>
  191. <item row="0" column="6">
  192. <widget class="QPushButton" name="pushContinue">
  193. <property name="minimumSize">
  194. <size>
  195. <width>30</width>
  196. <height>0</height>
  197. </size>
  198. </property>
  199. <property name="maximumSize">
  200. <size>
  201. <width>34</width>
  202. <height>16777215</height>
  203. </size>
  204. </property>
  205. <property name="font">
  206. <font>
  207. <pointsize>9</pointsize>
  208. </font>
  209. </property>
  210. <property name="text">
  211. <string>接续</string>
  212. </property>
  213. </widget>
  214. </item>
  215. <item row="0" column="9">
  216. <widget class="QRadioButton" name="dingzhong">
  217. <property name="font">
  218. <font>
  219. <pointsize>9</pointsize>
  220. </font>
  221. </property>
  222. <property name="text">
  223. <string>定重打包</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item row="0" column="7">
  228. <spacer name="horizontalSpacer">
  229. <property name="orientation">
  230. <enum>Qt::Horizontal</enum>
  231. </property>
  232. <property name="sizeHint" stdset="0">
  233. <size>
  234. <width>18</width>
  235. <height>20</height>
  236. </size>
  237. </property>
  238. </spacer>
  239. </item>
  240. <item row="0" column="11">
  241. <widget class="QCheckBox" name="AutoSync">
  242. <property name="minimumSize">
  243. <size>
  244. <width>70</width>
  245. <height>0</height>
  246. </size>
  247. </property>
  248. <property name="font">
  249. <font>
  250. <pointsize>9</pointsize>
  251. </font>
  252. </property>
  253. <property name="text">
  254. <string>自动同步</string>
  255. </property>
  256. <property name="checked">
  257. <bool>true</bool>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="0" column="3">
  262. <widget class="QPushButton" name="pushNoSyncList">
  263. <property name="minimumSize">
  264. <size>
  265. <width>0</width>
  266. <height>0</height>
  267. </size>
  268. </property>
  269. <property name="font">
  270. <font>
  271. <pointsize>9</pointsize>
  272. </font>
  273. </property>
  274. <property name="text">
  275. <string>未同步列表</string>
  276. </property>
  277. </widget>
  278. </item>
  279. <item row="0" column="10">
  280. <widget class="QRadioButton" name="buding">
  281. <property name="font">
  282. <font>
  283. <pointsize>9</pointsize>
  284. </font>
  285. </property>
  286. <property name="text">
  287. <string>不定重打包</string>
  288. </property>
  289. </widget>
  290. </item>
  291. <item row="0" column="5">
  292. <widget class="QPushButton" name="pushSync">
  293. <property name="minimumSize">
  294. <size>
  295. <width>30</width>
  296. <height>0</height>
  297. </size>
  298. </property>
  299. <property name="maximumSize">
  300. <size>
  301. <width>34</width>
  302. <height>16777215</height>
  303. </size>
  304. </property>
  305. <property name="font">
  306. <font>
  307. <pointsize>9</pointsize>
  308. </font>
  309. </property>
  310. <property name="text">
  311. <string>同步</string>
  312. </property>
  313. </widget>
  314. </item>
  315. <item row="0" column="8">
  316. <widget class="QCheckBox" name="ruku">
  317. <property name="font">
  318. <font>
  319. <pointsize>9</pointsize>
  320. </font>
  321. </property>
  322. <property name="text">
  323. <string>打包及入库</string>
  324. </property>
  325. </widget>
  326. </item>
  327. </layout>
  328. </item>
  329. </layout>
  330. </item>
  331. <item row="1" column="0">
  332. <widget class="QTableWidget" name="tableWidget">
  333. <property name="minimumSize">
  334. <size>
  335. <width>0</width>
  336. <height>0</height>
  337. </size>
  338. </property>
  339. <property name="maximumSize">
  340. <size>
  341. <width>9999</width>
  342. <height>16777215</height>
  343. </size>
  344. </property>
  345. <column>
  346. <property name="text">
  347. <string>箱号</string>
  348. </property>
  349. </column>
  350. <column>
  351. <property name="text">
  352. <string>筒数</string>
  353. </property>
  354. </column>
  355. <column>
  356. <property name="text">
  357. <string>毛重</string>
  358. </property>
  359. </column>
  360. <column>
  361. <property name="text">
  362. <string>筒重</string>
  363. </property>
  364. </column>
  365. <column>
  366. <property name="text">
  367. <string>管色</string>
  368. </property>
  369. </column>
  370. <column>
  371. <property name="text">
  372. <string>净重</string>
  373. </property>
  374. </column>
  375. <column>
  376. <property name="text">
  377. <string>操作</string>
  378. </property>
  379. </column>
  380. </widget>
  381. </item>
  382. </layout>
  383. </widget>
  384. </item>
  385. <item>
  386. <widget class="QWidget" name="widget_3" native="true">
  387. <property name="minimumSize">
  388. <size>
  389. <width>500</width>
  390. <height>0</height>
  391. </size>
  392. </property>
  393. <property name="maximumSize">
  394. <size>
  395. <width>500</width>
  396. <height>16777215</height>
  397. </size>
  398. </property>
  399. <layout class="QGridLayout" name="gridLayout_9">
  400. <property name="leftMargin">
  401. <number>0</number>
  402. </property>
  403. <property name="topMargin">
  404. <number>0</number>
  405. </property>
  406. <property name="rightMargin">
  407. <number>0</number>
  408. </property>
  409. <property name="bottomMargin">
  410. <number>0</number>
  411. </property>
  412. <property name="horizontalSpacing">
  413. <number>7</number>
  414. </property>
  415. <item row="1" column="0">
  416. <layout class="QHBoxLayout" name="horizontalLayout_2">
  417. <item>
  418. <layout class="QVBoxLayout" name="verticalLayout_4">
  419. <item>
  420. <widget class="QLabel" name="label_8">
  421. <property name="text">
  422. <string>码数</string>
  423. </property>
  424. </widget>
  425. </item>
  426. </layout>
  427. </item>
  428. <item>
  429. <widget class="QComboBox" name="comboBox">
  430. <property name="minimumSize">
  431. <size>
  432. <width>150</width>
  433. <height>0</height>
  434. </size>
  435. </property>
  436. <property name="editable">
  437. <bool>true</bool>
  438. </property>
  439. <property name="currentText">
  440. <string/>
  441. </property>
  442. </widget>
  443. </item>
  444. <item>
  445. <layout class="QHBoxLayout" name="horizontalLayout_7">
  446. <property name="spacing">
  447. <number>0</number>
  448. </property>
  449. <item>
  450. <spacer name="horizontalSpacer_3">
  451. <property name="orientation">
  452. <enum>Qt::Horizontal</enum>
  453. </property>
  454. <property name="sizeHint" stdset="0">
  455. <size>
  456. <width>40</width>
  457. <height>20</height>
  458. </size>
  459. </property>
  460. </spacer>
  461. </item>
  462. </layout>
  463. </item>
  464. </layout>
  465. </item>
  466. <item row="0" column="0">
  467. <layout class="QGridLayout" name="gridLayout_8">
  468. <item row="0" column="5">
  469. <widget class="QSpinBox" name="tongshu">
  470. <property name="minimumSize">
  471. <size>
  472. <width>120</width>
  473. <height>61</height>
  474. </size>
  475. </property>
  476. <property name="maximumSize">
  477. <size>
  478. <width>141</width>
  479. <height>61</height>
  480. </size>
  481. </property>
  482. <property name="font">
  483. <font>
  484. <pointsize>30</pointsize>
  485. </font>
  486. </property>
  487. <property name="value">
  488. <number>6</number>
  489. </property>
  490. </widget>
  491. </item>
  492. <item row="1" column="1" colspan="3">
  493. <widget class="QPushButton" name="addBoxList">
  494. <property name="enabled">
  495. <bool>true</bool>
  496. </property>
  497. <property name="minimumSize">
  498. <size>
  499. <width>120</width>
  500. <height>50</height>
  501. </size>
  502. </property>
  503. <property name="maximumSize">
  504. <size>
  505. <width>136</width>
  506. <height>50</height>
  507. </size>
  508. </property>
  509. <property name="styleSheet">
  510. <string notr="true">background-color: rgb(255, 255, 255);
  511. color: rgb(0, 170, 255);</string>
  512. </property>
  513. <property name="text">
  514. <string>添加箱单</string>
  515. </property>
  516. </widget>
  517. </item>
  518. <item row="0" column="8">
  519. <widget class="QSpinBox" name="spinBox">
  520. <property name="minimumSize">
  521. <size>
  522. <width>120</width>
  523. <height>61</height>
  524. </size>
  525. </property>
  526. <property name="font">
  527. <font>
  528. <pointsize>30</pointsize>
  529. </font>
  530. </property>
  531. <property name="alignment">
  532. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  533. </property>
  534. <property name="maximum">
  535. <number>999</number>
  536. </property>
  537. <property name="value">
  538. <number>20</number>
  539. </property>
  540. </widget>
  541. </item>
  542. <item row="0" column="0" colspan="2">
  543. <widget class="QLabel" name="labelWidget">
  544. <property name="minimumSize">
  545. <size>
  546. <width>0</width>
  547. <height>16</height>
  548. </size>
  549. </property>
  550. <property name="maximumSize">
  551. <size>
  552. <width>41</width>
  553. <height>999</height>
  554. </size>
  555. </property>
  556. <property name="font">
  557. <font>
  558. <pointsize>10</pointsize>
  559. </font>
  560. </property>
  561. <property name="text">
  562. <string>毛重</string>
  563. </property>
  564. <property name="alignment">
  565. <set>Qt::AlignCenter</set>
  566. </property>
  567. <property name="wordWrap">
  568. <bool>true</bool>
  569. </property>
  570. </widget>
  571. </item>
  572. <item row="1" column="4">
  573. <spacer name="horizontalSpacer_6">
  574. <property name="orientation">
  575. <enum>Qt::Horizontal</enum>
  576. </property>
  577. <property name="sizeHint" stdset="0">
  578. <size>
  579. <width>13</width>
  580. <height>17</height>
  581. </size>
  582. </property>
  583. </spacer>
  584. </item>
  585. <item row="0" column="3" colspan="2">
  586. <widget class="QLabel" name="label_24">
  587. <property name="minimumSize">
  588. <size>
  589. <width>0</width>
  590. <height>16</height>
  591. </size>
  592. </property>
  593. <property name="maximumSize">
  594. <size>
  595. <width>31</width>
  596. <height>999</height>
  597. </size>
  598. </property>
  599. <property name="font">
  600. <font>
  601. <pointsize>10</pointsize>
  602. </font>
  603. </property>
  604. <property name="text">
  605. <string>筒数</string>
  606. </property>
  607. <property name="alignment">
  608. <set>Qt::AlignCenter</set>
  609. </property>
  610. <property name="wordWrap">
  611. <bool>true</bool>
  612. </property>
  613. </widget>
  614. </item>
  615. <item row="0" column="6" colspan="2">
  616. <widget class="QLabel" name="label_6">
  617. <property name="maximumSize">
  618. <size>
  619. <width>29</width>
  620. <height>16777215</height>
  621. </size>
  622. </property>
  623. <property name="font">
  624. <font>
  625. <pointsize>10</pointsize>
  626. </font>
  627. </property>
  628. <property name="layoutDirection">
  629. <enum>Qt::LeftToRight</enum>
  630. </property>
  631. <property name="text">
  632. <string>箱数</string>
  633. </property>
  634. <property name="alignment">
  635. <set>Qt::AlignCenter</set>
  636. </property>
  637. <property name="wordWrap">
  638. <bool>true</bool>
  639. </property>
  640. </widget>
  641. </item>
  642. <item row="1" column="7">
  643. <spacer name="horizontalSpacer_7">
  644. <property name="orientation">
  645. <enum>Qt::Horizontal</enum>
  646. </property>
  647. <property name="sizeHint" stdset="0">
  648. <size>
  649. <width>13</width>
  650. <height>17</height>
  651. </size>
  652. </property>
  653. </spacer>
  654. </item>
  655. <item row="1" column="5" colspan="2">
  656. <widget class="QPushButton" name="addPackList">
  657. <property name="enabled">
  658. <bool>true</bool>
  659. </property>
  660. <property name="minimumSize">
  661. <size>
  662. <width>120</width>
  663. <height>50</height>
  664. </size>
  665. </property>
  666. <property name="maximumSize">
  667. <size>
  668. <width>136</width>
  669. <height>50</height>
  670. </size>
  671. </property>
  672. <property name="styleSheet">
  673. <string notr="true">background-color: rgb(255, 255, 255);
  674. color: rgb(0, 170, 255);</string>
  675. </property>
  676. <property name="text">
  677. <string>添加码单</string>
  678. </property>
  679. </widget>
  680. </item>
  681. <item row="1" column="8">
  682. <widget class="QPushButton" name="pushPiLiang">
  683. <property name="sizePolicy">
  684. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  685. <horstretch>0</horstretch>
  686. <verstretch>0</verstretch>
  687. </sizepolicy>
  688. </property>
  689. <property name="minimumSize">
  690. <size>
  691. <width>120</width>
  692. <height>50</height>
  693. </size>
  694. </property>
  695. <property name="maximumSize">
  696. <size>
  697. <width>135</width>
  698. <height>50</height>
  699. </size>
  700. </property>
  701. <property name="styleSheet">
  702. <string notr="true">background-color: rgb(255, 255, 255);
  703. color: rgb(0, 170, 255);</string>
  704. </property>
  705. <property name="text">
  706. <string>批量添加</string>
  707. </property>
  708. </widget>
  709. </item>
  710. <item row="1" column="0">
  711. <spacer name="horizontalSpacer_5">
  712. <property name="orientation">
  713. <enum>Qt::Horizontal</enum>
  714. </property>
  715. <property name="sizeHint" stdset="0">
  716. <size>
  717. <width>17</width>
  718. <height>17</height>
  719. </size>
  720. </property>
  721. </spacer>
  722. </item>
  723. <item row="0" column="2">
  724. <widget class="QLineEdit" name="grossWeight_2">
  725. <property name="minimumSize">
  726. <size>
  727. <width>0</width>
  728. <height>0</height>
  729. </size>
  730. </property>
  731. <property name="maximumSize">
  732. <size>
  733. <width>141</width>
  734. <height>61</height>
  735. </size>
  736. </property>
  737. <property name="font">
  738. <font>
  739. <pointsize>30</pointsize>
  740. </font>
  741. </property>
  742. <property name="text">
  743. <string/>
  744. </property>
  745. </widget>
  746. </item>
  747. </layout>
  748. </item>
  749. <item row="2" column="0">
  750. <layout class="QHBoxLayout" name="horizontalLayout_11">
  751. <item>
  752. <widget class="QCheckBox" name="xiangdanPrint">
  753. <property name="text">
  754. <string>打印箱单</string>
  755. </property>
  756. <property name="checked">
  757. <bool>true</bool>
  758. </property>
  759. </widget>
  760. </item>
  761. <item>
  762. <widget class="QCheckBox" name="madanPrint">
  763. <property name="text">
  764. <string>打印码单</string>
  765. </property>
  766. <property name="checked">
  767. <bool>true</bool>
  768. </property>
  769. </widget>
  770. </item>
  771. <item>
  772. <widget class="QCheckBox" name="showMaoZhong">
  773. <property name="text">
  774. <string>显示毛重</string>
  775. </property>
  776. <property name="checked">
  777. <bool>true</bool>
  778. </property>
  779. </widget>
  780. </item>
  781. </layout>
  782. </item>
  783. <item row="5" column="0">
  784. <widget class="QTableWidget" name="tableWidget_2">
  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. <column>
  796. <property name="text">
  797. <string>类型</string>
  798. </property>
  799. </column>
  800. <column>
  801. <property name="text">
  802. <string>批号</string>
  803. </property>
  804. </column>
  805. <column>
  806. <property name="text">
  807. <string>颜色</string>
  808. </property>
  809. </column>
  810. </widget>
  811. </item>
  812. <item row="4" column="0">
  813. <layout class="QGridLayout" name="gridLayout_7">
  814. <item row="0" column="3">
  815. <spacer name="horizontalSpacer_2">
  816. <property name="orientation">
  817. <enum>Qt::Horizontal</enum>
  818. </property>
  819. <property name="sizeHint" stdset="0">
  820. <size>
  821. <width>168</width>
  822. <height>20</height>
  823. </size>
  824. </property>
  825. </spacer>
  826. </item>
  827. <item row="0" column="2">
  828. <widget class="QPushButton" name="searchButton">
  829. <property name="text">
  830. <string>搜索</string>
  831. </property>
  832. </widget>
  833. </item>
  834. <item row="0" column="0">
  835. <widget class="QLabel" name="label_5">
  836. <property name="font">
  837. <font>
  838. <pointsize>11</pointsize>
  839. </font>
  840. </property>
  841. <property name="text">
  842. <string>快速查找</string>
  843. </property>
  844. </widget>
  845. </item>
  846. <item row="0" column="1">
  847. <widget class="QLineEdit" name="lineEdit">
  848. <property name="placeholderText">
  849. <string>请输入批号</string>
  850. </property>
  851. </widget>
  852. </item>
  853. <item row="0" column="4">
  854. <widget class="QPushButton" name="useNewDataButton">
  855. <property name="text">
  856. <string>应用</string>
  857. </property>
  858. </widget>
  859. </item>
  860. </layout>
  861. </item>
  862. <item row="3" column="0">
  863. <widget class="QWidget" name="widget_2" native="true">
  864. <property name="minimumSize">
  865. <size>
  866. <width>500</width>
  867. <height>0</height>
  868. </size>
  869. </property>
  870. <property name="maximumSize">
  871. <size>
  872. <width>500</width>
  873. <height>205</height>
  874. </size>
  875. </property>
  876. <layout class="QGridLayout" name="gridLayout_10">
  877. <property name="leftMargin">
  878. <number>0</number>
  879. </property>
  880. <property name="topMargin">
  881. <number>0</number>
  882. </property>
  883. <property name="rightMargin">
  884. <number>0</number>
  885. </property>
  886. <property name="bottomMargin">
  887. <number>0</number>
  888. </property>
  889. <item row="3" column="0" colspan="3">
  890. <layout class="QHBoxLayout" name="horizontalLayout_9">
  891. <item>
  892. <widget class="QLabel" name="label_18">
  893. <property name="text">
  894. <string>箱单抬头</string>
  895. </property>
  896. </widget>
  897. </item>
  898. <item>
  899. <widget class="QLineEdit" name="taitou"/>
  900. </item>
  901. <item>
  902. <widget class="QLabel" name="label_22">
  903. <property name="text">
  904. <string>电话</string>
  905. </property>
  906. </widget>
  907. </item>
  908. <item>
  909. <widget class="QLineEdit" name="taiPhone"/>
  910. </item>
  911. </layout>
  912. </item>
  913. <item row="2" column="2">
  914. <layout class="QGridLayout" name="gridLayout_6">
  915. <item row="0" column="0">
  916. <widget class="QLabel" name="label_19">
  917. <property name="text">
  918. <string>仓库</string>
  919. </property>
  920. </widget>
  921. </item>
  922. <item row="1" column="0">
  923. <widget class="QComboBox" name="wareBox">
  924. <property name="enabled">
  925. <bool>true</bool>
  926. </property>
  927. </widget>
  928. </item>
  929. </layout>
  930. </item>
  931. <item row="0" column="0" colspan="3">
  932. <layout class="QHBoxLayout" name="horizontalLayout_13">
  933. <item>
  934. <layout class="QVBoxLayout" name="verticalLayout_5">
  935. <item>
  936. <widget class="QLabel" name="label_9">
  937. <property name="text">
  938. <string>打包班次</string>
  939. </property>
  940. </widget>
  941. </item>
  942. <item>
  943. <widget class="QComboBox" name="comboBox_2"/>
  944. </item>
  945. </layout>
  946. </item>
  947. <item>
  948. <layout class="QVBoxLayout" name="verticalLayout_6">
  949. <item>
  950. <widget class="QLabel" name="label_10">
  951. <property name="text">
  952. <string>机台</string>
  953. </property>
  954. </widget>
  955. </item>
  956. <item>
  957. <widget class="QComboBox" name="jitai"/>
  958. </item>
  959. </layout>
  960. </item>
  961. <item>
  962. <layout class="QVBoxLayout" name="verticalLayout_7">
  963. <item>
  964. <widget class="QLabel" name="label_11">
  965. <property name="text">
  966. <string>等级</string>
  967. </property>
  968. </widget>
  969. </item>
  970. <item>
  971. <widget class="QComboBox" name="dengji"/>
  972. </item>
  973. </layout>
  974. </item>
  975. <item>
  976. <layout class="QVBoxLayout" name="verticalLayout_8">
  977. <item>
  978. <widget class="QLabel" name="label_12">
  979. <property name="text">
  980. <string>皮重</string>
  981. </property>
  982. </widget>
  983. </item>
  984. <item>
  985. <widget class="QComboBox" name="pizhong"/>
  986. </item>
  987. </layout>
  988. </item>
  989. </layout>
  990. </item>
  991. <item row="1" column="0" colspan="3">
  992. <layout class="QHBoxLayout" name="horizontalLayout_14">
  993. <item>
  994. <layout class="QVBoxLayout" name="verticalLayout_9">
  995. <item>
  996. <widget class="QLabel" name="label_13">
  997. <property name="text">
  998. <string>管色</string>
  999. </property>
  1000. </widget>
  1001. </item>
  1002. <item>
  1003. <widget class="QComboBox" name="guanse"/>
  1004. </item>
  1005. </layout>
  1006. </item>
  1007. <item>
  1008. <layout class="QVBoxLayout" name="verticalLayout_10">
  1009. <item>
  1010. <widget class="QLabel" name="label_14">
  1011. <property name="text">
  1012. <string>捻向</string>
  1013. </property>
  1014. </widget>
  1015. </item>
  1016. <item>
  1017. <widget class="QComboBox" name="nianxiang"/>
  1018. </item>
  1019. </layout>
  1020. </item>
  1021. <item>
  1022. <layout class="QVBoxLayout" name="verticalLayout_11">
  1023. <item>
  1024. <widget class="QLabel" name="label_15">
  1025. <property name="text">
  1026. <string>纸箱</string>
  1027. </property>
  1028. </widget>
  1029. </item>
  1030. <item>
  1031. <widget class="QComboBox" name="zhixiang"/>
  1032. </item>
  1033. </layout>
  1034. </item>
  1035. <item>
  1036. <layout class="QVBoxLayout" name="verticalLayout_12">
  1037. <item>
  1038. <widget class="QLabel" name="label_21">
  1039. <property name="text">
  1040. <string>筒重</string>
  1041. </property>
  1042. </widget>
  1043. </item>
  1044. <item>
  1045. <widget class="QComboBox" name="tongzhong">
  1046. <property name="editable">
  1047. <bool>true</bool>
  1048. </property>
  1049. </widget>
  1050. </item>
  1051. </layout>
  1052. </item>
  1053. </layout>
  1054. </item>
  1055. <item row="2" column="0">
  1056. <layout class="QGridLayout" name="gridLayout">
  1057. <item row="0" column="0">
  1058. <widget class="QLabel" name="label_17">
  1059. <property name="text">
  1060. <string>箱单</string>
  1061. </property>
  1062. </widget>
  1063. </item>
  1064. <item row="1" column="0">
  1065. <widget class="QComboBox" name="xiangdan">
  1066. <property name="enabled">
  1067. <bool>true</bool>
  1068. </property>
  1069. <item>
  1070. <property name="text">
  1071. <string>默认箱单</string>
  1072. </property>
  1073. </item>
  1074. </widget>
  1075. </item>
  1076. </layout>
  1077. </item>
  1078. <item row="2" column="1">
  1079. <layout class="QGridLayout" name="gridLayout_5">
  1080. <item row="0" column="0">
  1081. <widget class="QLabel" name="label_16">
  1082. <property name="text">
  1083. <string>码单</string>
  1084. </property>
  1085. </widget>
  1086. </item>
  1087. <item row="1" column="0">
  1088. <widget class="QComboBox" name="madan">
  1089. <property name="enabled">
  1090. <bool>true</bool>
  1091. </property>
  1092. <item>
  1093. <property name="text">
  1094. <string>默认码单</string>
  1095. </property>
  1096. </item>
  1097. </widget>
  1098. </item>
  1099. </layout>
  1100. </item>
  1101. </layout>
  1102. </widget>
  1103. </item>
  1104. </layout>
  1105. </widget>
  1106. </item>
  1107. </layout>
  1108. </item>
  1109. </layout>
  1110. </widget>
  1111. <resources/>
  1112. <connections/>
  1113. </ui>