packdetailform.ui 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PackDetailForm</class>
  4. <widget class="QWidget" name="PackDetailForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1067</width>
  10. <height>571</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="spacing">
  30. <number>7</number>
  31. </property>
  32. <item row="0" column="0">
  33. <widget class="QWidget" name="widget" native="true">
  34. <property name="minimumSize">
  35. <size>
  36. <width>0</width>
  37. <height>30</height>
  38. </size>
  39. </property>
  40. <layout class="QHBoxLayout" name="horizontalLayout_9">
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>0</number>
  46. </property>
  47. <item>
  48. <widget class="QPushButton" name="pushBack">
  49. <property name="text">
  50. <string>&lt;返回主页</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <spacer name="horizontalSpacer">
  56. <property name="orientation">
  57. <enum>Qt::Horizontal</enum>
  58. </property>
  59. <property name="sizeHint" stdset="0">
  60. <size>
  61. <width>452</width>
  62. <height>20</height>
  63. </size>
  64. </property>
  65. </spacer>
  66. </item>
  67. <item>
  68. <widget class="QLabel" name="label">
  69. <property name="text">
  70. <string>自动打包</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <spacer name="horizontalSpacer_2">
  76. <property name="orientation">
  77. <enum>Qt::Horizontal</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>451</width>
  82. <height>20</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. </layout>
  88. </widget>
  89. </item>
  90. <item row="1" column="0">
  91. <widget class="QWidget" name="widget_2" native="true">
  92. <property name="styleSheet">
  93. <string notr="true">background-color: rgb(0, 170, 255);</string>
  94. </property>
  95. <layout class="QGridLayout" name="gridLayout">
  96. <item row="0" column="0">
  97. <widget class="QLineEdit" name="lineEdit">
  98. <property name="placeholderText">
  99. <string>码单</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="0" column="1">
  104. <widget class="QLineEdit" name="lineEdit_2">
  105. <property name="placeholderText">
  106. <string>批号</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="0" column="2">
  111. <widget class="QComboBox" name="comboBox">
  112. <property name="currentText">
  113. <string/>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="0" column="3">
  118. <widget class="QLineEdit" name="lineEdit_3">
  119. <property name="placeholderText">
  120. <string>旦数</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="0" column="4">
  125. <widget class="QLineEdit" name="lineEdit_4">
  126. <property name="placeholderText">
  127. <string>分特</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item row="0" column="5">
  132. <widget class="QLineEdit" name="lineEdit_5">
  133. <property name="placeholderText">
  134. <string>孔数</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="0" column="6">
  139. <widget class="QComboBox" name="comboBox_2"/>
  140. </item>
  141. <item row="0" column="7">
  142. <widget class="QComboBox" name="comboBox_3"/>
  143. </item>
  144. <item row="0" column="8">
  145. <widget class="QComboBox" name="comboBox_4"/>
  146. </item>
  147. <item row="0" column="9">
  148. <widget class="QPushButton" name="pushButton">
  149. <property name="minimumSize">
  150. <size>
  151. <width>91</width>
  152. <height>41</height>
  153. </size>
  154. </property>
  155. <property name="maximumSize">
  156. <size>
  157. <width>91</width>
  158. <height>41</height>
  159. </size>
  160. </property>
  161. <property name="text">
  162. <string>搜索</string>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. </item>
  169. <item row="2" column="0">
  170. <layout class="QHBoxLayout" name="horizontalLayout">
  171. <item>
  172. <layout class="QVBoxLayout" name="verticalLayout">
  173. <item>
  174. <widget class="QLabel" name="label_2">
  175. <property name="text">
  176. <string>箱单</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item>
  181. <widget class="QComboBox" name="comboBox_5"/>
  182. </item>
  183. </layout>
  184. </item>
  185. <item>
  186. <layout class="QVBoxLayout" name="verticalLayout_2">
  187. <item>
  188. <widget class="QLabel" name="label_3">
  189. <property name="text">
  190. <string>码单</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QComboBox" name="comboBox_6"/>
  196. </item>
  197. </layout>
  198. </item>
  199. <item>
  200. <layout class="QVBoxLayout" name="verticalLayout_3">
  201. <item>
  202. <widget class="QLabel" name="label_4">
  203. <property name="text">
  204. <string>箱单抬头</string>
  205. </property>
  206. </widget>
  207. </item>
  208. <item>
  209. <widget class="QLineEdit" name="lineEdit_6"/>
  210. </item>
  211. </layout>
  212. </item>
  213. <item>
  214. <layout class="QVBoxLayout" name="verticalLayout_4">
  215. <item>
  216. <widget class="QLabel" name="label_5">
  217. <property name="text">
  218. <string>备注</string>
  219. </property>
  220. </widget>
  221. </item>
  222. <item>
  223. <widget class="QLineEdit" name="lineEdit_7"/>
  224. </item>
  225. </layout>
  226. </item>
  227. <item>
  228. <widget class="QPushButton" name="pushButton_2">
  229. <property name="text">
  230. <string>PushButton</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item>
  235. <spacer name="horizontalSpacer_3">
  236. <property name="orientation">
  237. <enum>Qt::Horizontal</enum>
  238. </property>
  239. <property name="sizeHint" stdset="0">
  240. <size>
  241. <width>348</width>
  242. <height>20</height>
  243. </size>
  244. </property>
  245. </spacer>
  246. </item>
  247. </layout>
  248. </item>
  249. <item row="3" column="0">
  250. <widget class="QTableWidget" name="tableWidget">
  251. <column>
  252. <property name="text">
  253. <string>同步状态</string>
  254. </property>
  255. </column>
  256. <column>
  257. <property name="text">
  258. <string>码单</string>
  259. </property>
  260. </column>
  261. <column>
  262. <property name="text">
  263. <string>码单详情</string>
  264. </property>
  265. </column>
  266. <column>
  267. <property name="text">
  268. <string>毛重</string>
  269. </property>
  270. </column>
  271. <column>
  272. <property name="text">
  273. <string>净重</string>
  274. </property>
  275. </column>
  276. <column>
  277. <property name="text">
  278. <string>箱数</string>
  279. </property>
  280. </column>
  281. <column>
  282. <property name="text">
  283. <string>打包时间</string>
  284. </property>
  285. </column>
  286. <column>
  287. <property name="text">
  288. <string>箱单详情</string>
  289. </property>
  290. </column>
  291. </widget>
  292. </item>
  293. </layout>
  294. </widget>
  295. <resources/>
  296. <connections/>
  297. </ui>