RepairReceiptDetailCell.xib 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="725" id="KGk-i7-Jjw" customClass="RepairReceiptDetailCell">
  16. <rect key="frame" x="0.0" y="0.0" width="395" height="725"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="395" height="724.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="销售编码" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F0w-ro-X1h">
  23. <rect key="frame" x="78" y="8" width="299" height="16"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  25. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="回执数量:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PSI-yX-FbJ">
  29. <rect key="frame" x="8" y="39" width="70" height="16"/>
  30. <constraints>
  31. <constraint firstAttribute="width" constant="70" id="VuK-w2-0tL"/>
  32. <constraint firstAttribute="height" constant="16" id="oxs-9Y-OAv"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  35. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="回执数量" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ata-WR-aGe">
  39. <rect key="frame" x="78" y="39" width="299" height="16"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  41. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="销售编码:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4xQ-9L-L3y">
  45. <rect key="frame" x="8" y="8" width="70" height="16"/>
  46. <constraints>
  47. <constraint firstAttribute="height" constant="16" id="LDJ-Ch-hhx"/>
  48. <constraint firstAttribute="width" constant="70" id="ce1-Hb-f7X"/>
  49. </constraints>
  50. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  51. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  52. <nil key="highlightedColor"/>
  53. </label>
  54. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="维修数量" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SKK-yf-60v">
  55. <rect key="frame" x="78" y="70" width="299" height="16"/>
  56. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  57. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. <nil key="highlightedColor"/>
  59. </label>
  60. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="唯一编码" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gOG-fJ-cXJ">
  61. <rect key="frame" x="78" y="132" width="299" height="16"/>
  62. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  63. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. <nil key="highlightedColor"/>
  65. </label>
  66. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品品牌:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jdI-te-6ag">
  67. <rect key="frame" x="8" y="163" width="70" height="16"/>
  68. <constraints>
  69. <constraint firstAttribute="width" constant="70" id="fy9-Al-0hP"/>
  70. <constraint firstAttribute="height" constant="16" id="gQZ-3c-Jt8"/>
  71. </constraints>
  72. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  73. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  74. <nil key="highlightedColor"/>
  75. </label>
  76. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品品牌" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qbh-as-MAI">
  77. <rect key="frame" x="78" y="163" width="299" height="16"/>
  78. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  79. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  80. <nil key="highlightedColor"/>
  81. </label>
  82. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品类型:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a33-hm-Toa">
  83. <rect key="frame" x="8" y="194" width="70" height="16"/>
  84. <constraints>
  85. <constraint firstAttribute="height" constant="16" id="ENd-rA-F5g"/>
  86. <constraint firstAttribute="width" constant="70" id="FEs-DW-3l1"/>
  87. </constraints>
  88. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  89. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  90. <nil key="highlightedColor"/>
  91. </label>
  92. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="计算单位:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fI8-BV-zFQ">
  93. <rect key="frame" x="8" y="318" width="70" height="16"/>
  94. <constraints>
  95. <constraint firstAttribute="height" constant="16" id="1En-jj-hMs"/>
  96. <constraint firstAttribute="width" constant="70" id="LuI-od-CAw"/>
  97. </constraints>
  98. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  99. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  100. <nil key="highlightedColor"/>
  101. </label>
  102. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品系列:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tQR-Fo-rLS">
  103. <rect key="frame" x="8" y="287" width="70" height="16"/>
  104. <constraints>
  105. <constraint firstAttribute="width" constant="70" id="Kz4-FU-wj0"/>
  106. <constraint firstAttribute="height" constant="16" id="fiD-qz-rNT"/>
  107. </constraints>
  108. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  109. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  110. <nil key="highlightedColor"/>
  111. </label>
  112. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品系列" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GiW-1T-95P">
  113. <rect key="frame" x="78" y="287" width="309" height="16"/>
  114. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  115. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  116. <nil key="highlightedColor"/>
  117. </label>
  118. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="唯一编码:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="puv-EN-PoS">
  119. <rect key="frame" x="8" y="132" width="70" height="16"/>
  120. <constraints>
  121. <constraint firstAttribute="width" constant="70" id="eAV-Oh-psw"/>
  122. <constraint firstAttribute="height" constant="16" id="jY0-bd-49m"/>
  123. </constraints>
  124. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  125. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  126. <nil key="highlightedColor"/>
  127. </label>
  128. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品类型" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Qu-nK-XEg">
  129. <rect key="frame" x="78" y="194" width="299" height="16"/>
  130. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  131. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  132. <nil key="highlightedColor"/>
  133. </label>
  134. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="包 装:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="had-qw-alS">
  135. <rect key="frame" x="8" y="411" width="70" height="16"/>
  136. <constraints>
  137. <constraint firstAttribute="width" constant="70" id="6dR-Eb-Q6T"/>
  138. <constraint firstAttribute="height" constant="16" id="wEa-PP-nvb"/>
  139. </constraints>
  140. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  141. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  142. <nil key="highlightedColor"/>
  143. </label>
  144. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="包 装" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cc1-fD-SVh">
  145. <rect key="frame" x="78" y="411" width="299" height="16"/>
  146. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  147. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  148. <nil key="highlightedColor"/>
  149. </label>
  150. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="面 积:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YqL-mS-8wS">
  151. <rect key="frame" x="8" y="473" width="70" height="16"/>
  152. <constraints>
  153. <constraint firstAttribute="width" constant="70" id="3SF-7v-avt"/>
  154. <constraint firstAttribute="height" constant="16" id="5pG-Dw-Lqe"/>
  155. </constraints>
  156. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  157. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  158. <nil key="highlightedColor"/>
  159. </label>
  160. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="面 积" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1hX-ff-hbw">
  161. <rect key="frame" x="78" y="473" width="299" height="16"/>
  162. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  163. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  164. <nil key="highlightedColor"/>
  165. </label>
  166. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="重 量:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jld-p5-tCy">
  167. <rect key="frame" x="8" y="442" width="70" height="16"/>
  168. <constraints>
  169. <constraint firstAttribute="width" constant="70" id="9j2-QX-zQJ"/>
  170. <constraint firstAttribute="height" constant="16" id="nr4-CZ-Dye"/>
  171. </constraints>
  172. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  173. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  174. <nil key="highlightedColor"/>
  175. </label>
  176. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="重 量" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1BW-Hd-Ng5">
  177. <rect key="frame" x="78" y="442" width="299" height="16"/>
  178. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  179. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  180. <nil key="highlightedColor"/>
  181. </label>
  182. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="回执箱" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4mM-pH-yRW">
  183. <rect key="frame" x="78" y="504" width="299" height="16"/>
  184. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  185. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  186. <nil key="highlightedColor"/>
  187. </label>
  188. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="片 数:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HXb-1V-Zlw">
  189. <rect key="frame" x="8" y="225" width="70" height="16"/>
  190. <constraints>
  191. <constraint firstAttribute="width" constant="70" id="YaQ-4D-JAs"/>
  192. <constraint firstAttribute="height" constant="16" id="icY-9f-3gl"/>
  193. </constraints>
  194. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  195. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  196. <nil key="highlightedColor"/>
  197. </label>
  198. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="扩展属性2:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yc0-iW-pqH">
  199. <rect key="frame" x="16" y="628" width="70" height="16"/>
  200. <constraints>
  201. <constraint firstAttribute="height" constant="16" id="GAm-dK-WXV"/>
  202. <constraint firstAttribute="width" constant="70" id="c2b-2d-97F"/>
  203. </constraints>
  204. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  205. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  206. <nil key="highlightedColor"/>
  207. </label>
  208. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="扩展属性" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="A2e-V4-pbg">
  209. <rect key="frame" x="94" y="628" width="283" height="16"/>
  210. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  211. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  212. <nil key="highlightedColor"/>
  213. </label>
  214. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="扩展属性:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8rw-TA-kFl">
  215. <rect key="frame" x="8" y="597" width="70" height="16"/>
  216. <constraints>
  217. <constraint firstAttribute="height" constant="16" id="HWk-ZQ-OGE"/>
  218. <constraint firstAttribute="width" constant="70" id="ho5-Wl-dEw"/>
  219. </constraints>
  220. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  221. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  222. <nil key="highlightedColor"/>
  223. </label>
  224. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="回 执 箱:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tip-uO-ryV">
  225. <rect key="frame" x="8" y="504" width="70" height="16"/>
  226. <constraints>
  227. <constraint firstAttribute="width" constant="70" id="L0D-w4-qsb"/>
  228. <constraint firstAttribute="height" constant="16" id="hGC-TF-wCS"/>
  229. </constraints>
  230. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  231. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  232. <nil key="highlightedColor"/>
  233. </label>
  234. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="片数" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QV3-kt-iJ1">
  235. <rect key="frame" x="78" y="225" width="299" height="16"/>
  236. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  237. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  238. <nil key="highlightedColor"/>
  239. </label>
  240. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nvl-Xf-svK">
  241. <rect key="frame" x="-32" y="273" width="44" height="44"/>
  242. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  243. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  244. <state key="normal">
  245. <color key="titleShadowColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  246. </state>
  247. </button>
  248. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="备 注:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eyb-dZ-NY8">
  249. <rect key="frame" x="8" y="698" width="70" height="16"/>
  250. <constraints>
  251. <constraint firstAttribute="height" constant="16" id="2Hw-pn-DYb"/>
  252. <constraint firstAttribute="width" constant="70" id="BMU-0K-qrk"/>
  253. </constraints>
  254. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  255. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  256. <nil key="highlightedColor"/>
  257. </label>
  258. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EWQ-gU-rqp">
  259. <rect key="frame" x="78" y="698" width="299" height="16"/>
  260. <attributedString key="attributedText">
  261. <fragment content="备 注:">
  262. <attributes>
  263. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  264. <font key="NSFont" metaFont="system"/>
  265. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  266. </attributes>
  267. </fragment>
  268. </attributedString>
  269. <nil key="highlightedColor"/>
  270. </label>
  271. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wzu-HS-2Gn">
  272. <rect key="frame" x="78" y="659" width="299" height="24"/>
  273. <attributedString key="attributedText">
  274. <fragment content="回执备注">
  275. <attributes>
  276. <color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  277. <font key="NSFont" metaFont="system"/>
  278. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  279. </attributes>
  280. </fragment>
  281. </attributedString>
  282. <nil key="highlightedColor"/>
  283. </label>
  284. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="完成数量:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="m2A-te-cfM">
  285. <rect key="frame" x="8" y="101" width="70" height="16"/>
  286. <constraints>
  287. <constraint firstAttribute="width" constant="70" id="bhg-WS-BXq"/>
  288. <constraint firstAttribute="height" constant="16" id="t6w-S9-Ilm"/>
  289. </constraints>
  290. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  291. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  292. <nil key="highlightedColor"/>
  293. </label>
  294. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="完成数量" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="urJ-jj-X2c">
  295. <rect key="frame" x="78" y="101" width="299" height="16"/>
  296. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  297. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  298. <nil key="highlightedColor"/>
  299. </label>
  300. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品规格:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kve-yz-2kK">
  301. <rect key="frame" x="8" y="349" width="70" height="16"/>
  302. <constraints>
  303. <constraint firstAttribute="height" constant="16" id="6tt-on-V1f"/>
  304. <constraint firstAttribute="width" constant="70" id="YNc-dZ-ymt"/>
  305. </constraints>
  306. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  307. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  308. <nil key="highlightedColor"/>
  309. </label>
  310. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品规格" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PO8-OU-2SL">
  311. <rect key="frame" x="78" y="349" width="299" height="16"/>
  312. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  313. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  314. <nil key="highlightedColor"/>
  315. </label>
  316. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="色号" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="anQ-Lv-f6R">
  317. <rect key="frame" x="78" y="380" width="299" height="16"/>
  318. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  319. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  320. <nil key="highlightedColor"/>
  321. </label>
  322. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="色 号:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lKo-xw-KhN">
  323. <rect key="frame" x="8" y="380" width="70" height="16"/>
  324. <constraints>
  325. <constraint firstAttribute="width" constant="70" id="CR3-tz-wzg"/>
  326. <constraint firstAttribute="height" constant="16" id="mhu-YI-Ak8"/>
  327. </constraints>
  328. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  329. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  330. <nil key="highlightedColor"/>
  331. </label>
  332. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="保修日期:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bqR-4E-TrX">
  333. <rect key="frame" x="8" y="566" width="70" height="16"/>
  334. <constraints>
  335. <constraint firstAttribute="height" constant="16" id="fzi-sn-UEF"/>
  336. <constraint firstAttribute="width" constant="70" id="um0-uK-5kW"/>
  337. </constraints>
  338. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  339. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  340. <nil key="highlightedColor"/>
  341. </label>
  342. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="保修日期" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xdy-w4-DIE">
  343. <rect key="frame" x="86" y="566" width="291" height="16"/>
  344. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  345. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  346. <nil key="highlightedColor"/>
  347. </label>
  348. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="扩展属性" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zlT-Ni-JlU">
  349. <rect key="frame" x="86" y="597" width="291" height="16"/>
  350. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  351. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  352. <nil key="highlightedColor"/>
  353. </label>
  354. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品名称:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MTT-I8-u4I">
  355. <rect key="frame" x="8" y="256" width="70" height="16"/>
  356. <constraints>
  357. <constraint firstAttribute="height" constant="16" id="7M9-qh-EY1"/>
  358. <constraint firstAttribute="width" constant="70" id="Bw7-90-OF7"/>
  359. </constraints>
  360. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  361. <nil key="textColor"/>
  362. <nil key="highlightedColor"/>
  363. </label>
  364. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品名称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FJp-lh-49i">
  365. <rect key="frame" x="78" y="256" width="299" height="16"/>
  366. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  367. <nil key="textColor"/>
  368. <nil key="highlightedColor"/>
  369. </label>
  370. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="维修数量:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CiL-ed-ooK">
  371. <rect key="frame" x="8" y="70" width="70" height="16"/>
  372. <constraints>
  373. <constraint firstAttribute="height" constant="16" id="Idn-Wh-Xdi"/>
  374. <constraint firstAttribute="width" constant="70" id="Iie-1E-TIp"/>
  375. </constraints>
  376. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  377. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  378. <nil key="highlightedColor"/>
  379. </label>
  380. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="平 米 数" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GQ4-pL-1FV">
  381. <rect key="frame" x="78" y="535" width="299" height="16"/>
  382. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  383. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  384. <nil key="highlightedColor"/>
  385. </label>
  386. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="平 米 数:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DDK-Nu-K3D">
  387. <rect key="frame" x="8" y="535" width="70" height="16"/>
  388. <constraints>
  389. <constraint firstAttribute="width" constant="70" id="CUN-zL-vwd"/>
  390. <constraint firstAttribute="height" constant="16" id="yxS-xo-SqJ"/>
  391. </constraints>
  392. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  393. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  394. <nil key="highlightedColor"/>
  395. </label>
  396. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="回执备注:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FRP-Tg-iBO">
  397. <rect key="frame" x="8" y="659" width="70" height="16"/>
  398. <constraints>
  399. <constraint firstAttribute="width" constant="70" id="W76-E5-wN0"/>
  400. <constraint firstAttribute="height" constant="16" id="re1-xU-iEI"/>
  401. </constraints>
  402. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  403. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  404. <nil key="highlightedColor"/>
  405. </label>
  406. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="单 位" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nsM-Wr-Cvz">
  407. <rect key="frame" x="73" y="318" width="304" height="16"/>
  408. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  409. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  410. <nil key="highlightedColor"/>
  411. </label>
  412. </subviews>
  413. <constraints>
  414. <constraint firstItem="PSI-yX-FbJ" firstAttribute="top" secondItem="4xQ-9L-L3y" secondAttribute="bottom" constant="15" id="11v-b1-2Vw"/>
  415. <constraint firstItem="a33-hm-Toa" firstAttribute="top" secondItem="jdI-te-6ag" secondAttribute="bottom" constant="15" id="1BV-ht-c7x"/>
  416. <constraint firstItem="gOG-fJ-cXJ" firstAttribute="top" secondItem="puv-EN-PoS" secondAttribute="top" id="1F5-Cx-LHX"/>
  417. <constraint firstItem="jdI-te-6ag" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="1iZ-cs-dcv"/>
  418. <constraint firstAttribute="trailingMargin" secondItem="xdy-w4-DIE" secondAttribute="trailing" constant="10" id="3Sr-CG-9ra"/>
  419. <constraint firstItem="GiW-1T-95P" firstAttribute="leading" secondItem="tQR-Fo-rLS" secondAttribute="trailing" id="46x-pX-XDp"/>
  420. <constraint firstItem="1hX-ff-hbw" firstAttribute="leading" secondItem="YqL-mS-8wS" secondAttribute="trailing" id="4HM-TZ-eIx"/>
  421. <constraint firstAttribute="trailingMargin" secondItem="PO8-OU-2SL" secondAttribute="trailing" constant="10" id="4Nq-Z4-hwp"/>
  422. <constraint firstAttribute="trailingMargin" secondItem="wzu-HS-2Gn" secondAttribute="trailing" constant="10" id="4le-NN-ldP"/>
  423. <constraint firstItem="urJ-jj-X2c" firstAttribute="top" secondItem="m2A-te-cfM" secondAttribute="top" id="5i9-FJ-Xov"/>
  424. <constraint firstItem="4xQ-9L-L3y" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="63b-Qb-z7a"/>
  425. <constraint firstAttribute="trailingMargin" secondItem="0Qu-nK-XEg" secondAttribute="trailing" constant="10" id="6a7-RC-DbQ"/>
  426. <constraint firstItem="yc0-iW-pqH" firstAttribute="top" secondItem="8rw-TA-kFl" secondAttribute="bottom" constant="15" id="6s4-vp-13U"/>
  427. <constraint firstAttribute="bottomMargin" secondItem="eyb-dZ-NY8" secondAttribute="bottom" constant="2.5" id="7Ye-Dx-hvT"/>
  428. <constraint firstAttribute="trailingMargin" secondItem="anQ-Lv-f6R" secondAttribute="trailing" constant="10" id="7gx-W2-mV2"/>
  429. <constraint firstAttribute="trailingMargin" secondItem="FJp-lh-49i" secondAttribute="trailing" constant="10" id="7kR-3f-xFU"/>
  430. <constraint firstAttribute="trailingMargin" secondItem="nsM-Wr-Cvz" secondAttribute="trailing" constant="10" id="889-7P-qak"/>
  431. <constraint firstItem="kve-yz-2kK" firstAttribute="top" secondItem="fI8-BV-zFQ" secondAttribute="bottom" constant="15" id="8A9-dl-Hdo"/>
  432. <constraint firstAttribute="trailingMargin" secondItem="A2e-V4-pbg" secondAttribute="trailing" constant="10" id="8Yz-8e-gd6"/>
  433. <constraint firstItem="urJ-jj-X2c" firstAttribute="leading" secondItem="m2A-te-cfM" secondAttribute="trailing" id="8ol-fq-T0u"/>
  434. <constraint firstItem="SKK-yf-60v" firstAttribute="leading" secondItem="CiL-ed-ooK" secondAttribute="trailing" id="8r2-lc-UfN"/>
  435. <constraint firstAttribute="trailingMargin" secondItem="4mM-pH-yRW" secondAttribute="trailing" constant="10" id="947-rC-IPb"/>
  436. <constraint firstItem="1BW-Hd-Ng5" firstAttribute="top" secondItem="Jld-p5-tCy" secondAttribute="top" id="9iB-53-CR1"/>
  437. <constraint firstAttribute="trailingMargin" secondItem="cc1-fD-SVh" secondAttribute="trailing" constant="10" id="A9G-EH-cSS"/>
  438. <constraint firstItem="xdy-w4-DIE" firstAttribute="leading" secondItem="bqR-4E-TrX" secondAttribute="trailing" constant="8" id="BWq-Oy-hdn"/>
  439. <constraint firstItem="HXb-1V-Zlw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="C46-v9-Vmp"/>
  440. <constraint firstItem="tQR-Fo-rLS" firstAttribute="leading" secondItem="MTT-I8-u4I" secondAttribute="leading" id="CH2-Mf-6V0"/>
  441. <constraint firstItem="A2e-V4-pbg" firstAttribute="leading" secondItem="yc0-iW-pqH" secondAttribute="trailing" constant="8" id="CLG-k7-ZeW"/>
  442. <constraint firstAttribute="bottomMargin" secondItem="EWQ-gU-rqp" secondAttribute="bottom" constant="2.5" id="CwP-RP-drd"/>
  443. <constraint firstItem="QV3-kt-iJ1" firstAttribute="leading" secondItem="HXb-1V-Zlw" secondAttribute="trailing" id="D9O-nj-pad"/>
  444. <constraint firstItem="4mM-pH-yRW" firstAttribute="top" secondItem="tip-uO-ryV" secondAttribute="top" id="DYA-zj-rbD"/>
  445. <constraint firstAttribute="trailingMargin" secondItem="zlT-Ni-JlU" secondAttribute="trailing" constant="10" id="FCz-yL-rb1"/>
  446. <constraint firstItem="ata-WR-aGe" firstAttribute="leading" secondItem="PSI-yX-FbJ" secondAttribute="trailing" id="Fs5-cN-Jey"/>
  447. <constraint firstAttribute="trailingMargin" secondItem="F0w-ro-X1h" secondAttribute="trailing" constant="10" id="Hc2-4e-sQA"/>
  448. <constraint firstItem="kve-yz-2kK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="Ihi-vT-RiS"/>
  449. <constraint firstItem="m2A-te-cfM" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="JBQ-qb-dSC"/>
  450. <constraint firstItem="m2A-te-cfM" firstAttribute="top" secondItem="CiL-ed-ooK" secondAttribute="bottom" constant="15" id="KL3-mg-G56"/>
  451. <constraint firstAttribute="trailingMargin" secondItem="GQ4-pL-1FV" secondAttribute="trailing" constant="10" id="KgJ-rh-fhK"/>
  452. <constraint firstItem="zlT-Ni-JlU" firstAttribute="top" secondItem="8rw-TA-kFl" secondAttribute="top" id="L3a-Im-XJA"/>
  453. <constraint firstItem="eyb-dZ-NY8" firstAttribute="top" secondItem="wzu-HS-2Gn" secondAttribute="bottom" constant="15" id="Ldl-1o-Rr9"/>
  454. <constraint firstItem="lKo-xw-KhN" firstAttribute="top" secondItem="kve-yz-2kK" secondAttribute="bottom" constant="15" id="Lsh-sd-oJA"/>
  455. <constraint firstItem="anQ-Lv-f6R" firstAttribute="top" secondItem="lKo-xw-KhN" secondAttribute="top" id="N2j-mK-ViB"/>
  456. <constraint firstItem="FJp-lh-49i" firstAttribute="top" secondItem="MTT-I8-u4I" secondAttribute="top" id="Ppz-zi-1MK"/>
  457. <constraint firstItem="anQ-Lv-f6R" firstAttribute="leading" secondItem="lKo-xw-KhN" secondAttribute="trailing" id="PwL-hF-8Lf"/>
  458. <constraint firstItem="ata-WR-aGe" firstAttribute="top" secondItem="PSI-yX-FbJ" secondAttribute="top" id="QJQ-mT-X3I"/>
  459. <constraint firstAttribute="trailingMargin" secondItem="1BW-Hd-Ng5" secondAttribute="trailing" constant="10" id="QL2-rR-GzV"/>
  460. <constraint firstItem="fI8-BV-zFQ" firstAttribute="top" secondItem="tQR-Fo-rLS" secondAttribute="bottom" constant="15" id="Ra7-pB-stv"/>
  461. <constraint firstItem="GQ4-pL-1FV" firstAttribute="top" secondItem="DDK-Nu-K3D" secondAttribute="top" id="S5i-91-Hpg"/>
  462. <constraint firstItem="YqL-mS-8wS" firstAttribute="top" secondItem="Jld-p5-tCy" secondAttribute="bottom" constant="15" id="SWc-fN-yKX"/>
  463. <constraint firstItem="qbh-as-MAI" firstAttribute="leading" secondItem="jdI-te-6ag" secondAttribute="trailing" id="SgF-u9-ANE"/>
  464. <constraint firstItem="a33-hm-Toa" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="ShX-VI-dSk"/>
  465. <constraint firstItem="HXb-1V-Zlw" firstAttribute="top" secondItem="a33-hm-Toa" secondAttribute="bottom" constant="15" id="Tk8-2l-MfU"/>
  466. <constraint firstItem="lKo-xw-KhN" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="U7d-yN-wnh"/>
  467. <constraint firstItem="Jld-p5-tCy" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="URo-87-2Yu"/>
  468. <constraint firstItem="Jld-p5-tCy" firstAttribute="top" secondItem="had-qw-alS" secondAttribute="bottom" constant="15" id="VCq-Yj-xye"/>
  469. <constraint firstItem="nsM-Wr-Cvz" firstAttribute="top" secondItem="fI8-BV-zFQ" secondAttribute="top" id="VLd-bv-3xc"/>
  470. <constraint firstItem="FRP-Tg-iBO" firstAttribute="top" secondItem="yc0-iW-pqH" secondAttribute="bottom" constant="15" id="VRP-ca-E2P"/>
  471. <constraint firstItem="QV3-kt-iJ1" firstAttribute="top" secondItem="HXb-1V-Zlw" secondAttribute="top" id="WIS-3f-T9d"/>
  472. <constraint firstItem="nsM-Wr-Cvz" firstAttribute="leading" secondItem="fI8-BV-zFQ" secondAttribute="trailing" constant="-5" id="WUv-xp-bZs"/>
  473. <constraint firstItem="tQR-Fo-rLS" firstAttribute="top" secondItem="MTT-I8-u4I" secondAttribute="bottom" constant="15" id="Wof-6p-6qK"/>
  474. <constraint firstAttribute="trailingMargin" secondItem="EWQ-gU-rqp" secondAttribute="trailing" constant="10" id="XeR-DA-Z5s"/>
  475. <constraint firstItem="MTT-I8-u4I" firstAttribute="top" secondItem="HXb-1V-Zlw" secondAttribute="bottom" constant="15" id="Xes-FX-qCj"/>
  476. <constraint firstItem="FRP-Tg-iBO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="YM4-Vy-GuG"/>
  477. <constraint firstItem="eyb-dZ-NY8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="Yac-kH-D87"/>
  478. <constraint firstItem="EWQ-gU-rqp" firstAttribute="top" secondItem="eyb-dZ-NY8" secondAttribute="top" id="Zf2-ap-tWe"/>
  479. <constraint firstItem="zlT-Ni-JlU" firstAttribute="leading" secondItem="8rw-TA-kFl" secondAttribute="trailing" constant="8" id="ZiP-kb-Sk0"/>
  480. <constraint firstItem="tip-uO-ryV" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="abl-lB-5kN"/>
  481. <constraint firstItem="CiL-ed-ooK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="b5i-iM-XcJ"/>
  482. <constraint firstItem="8rw-TA-kFl" firstAttribute="top" secondItem="bqR-4E-TrX" secondAttribute="bottom" constant="15" id="bFD-JS-p4k"/>
  483. <constraint firstItem="cc1-fD-SVh" firstAttribute="top" secondItem="had-qw-alS" secondAttribute="top" id="bLe-YL-QH1"/>
  484. <constraint firstItem="PO8-OU-2SL" firstAttribute="leading" secondItem="kve-yz-2kK" secondAttribute="trailing" id="bzy-ns-8Qc"/>
  485. <constraint firstAttribute="trailingMargin" secondItem="QV3-kt-iJ1" secondAttribute="trailing" constant="10" id="cQA-Wz-Jqr"/>
  486. <constraint firstItem="DDK-Nu-K3D" firstAttribute="top" secondItem="tip-uO-ryV" secondAttribute="bottom" constant="15" id="cU7-c6-wTj"/>
  487. <constraint firstAttribute="trailingMargin" secondItem="ata-WR-aGe" secondAttribute="trailing" constant="10" id="cXS-hl-d04"/>
  488. <constraint firstItem="FJp-lh-49i" firstAttribute="leading" secondItem="MTT-I8-u4I" secondAttribute="trailing" id="dsm-Qf-LyW"/>
  489. <constraint firstItem="GiW-1T-95P" firstAttribute="top" secondItem="tQR-Fo-rLS" secondAttribute="top" id="eBy-Vs-bUU"/>
  490. <constraint firstItem="DDK-Nu-K3D" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="eQz-f4-WSJ"/>
  491. <constraint firstItem="puv-EN-PoS" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="eR9-av-FPd"/>
  492. <constraint firstItem="wzu-HS-2Gn" firstAttribute="leading" secondItem="FRP-Tg-iBO" secondAttribute="trailing" id="egs-Zu-IkW"/>
  493. <constraint firstItem="A2e-V4-pbg" firstAttribute="top" secondItem="yc0-iW-pqH" secondAttribute="top" id="fem-Jv-zfB"/>
  494. <constraint firstItem="had-qw-alS" firstAttribute="top" secondItem="lKo-xw-KhN" secondAttribute="bottom" constant="15" id="fje-OI-1T9"/>
  495. <constraint firstItem="SKK-yf-60v" firstAttribute="top" secondItem="CiL-ed-ooK" secondAttribute="top" id="gKe-76-1vM"/>
  496. <constraint firstItem="1BW-Hd-Ng5" firstAttribute="leading" secondItem="Jld-p5-tCy" secondAttribute="trailing" id="gxs-kB-2JS"/>
  497. <constraint firstAttribute="trailingMargin" secondItem="1hX-ff-hbw" secondAttribute="trailing" constant="10" id="haF-2v-Vyq"/>
  498. <constraint firstItem="had-qw-alS" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="hk6-Kw-oNh"/>
  499. <constraint firstItem="puv-EN-PoS" firstAttribute="top" secondItem="m2A-te-cfM" secondAttribute="bottom" constant="15" id="icm-XJ-72l"/>
  500. <constraint firstItem="qbh-as-MAI" firstAttribute="top" secondItem="jdI-te-6ag" secondAttribute="top" id="jfd-o7-mWV"/>
  501. <constraint firstAttribute="trailingMargin" secondItem="GiW-1T-95P" secondAttribute="trailing" id="kZM-MR-SQ5"/>
  502. <constraint firstItem="4xQ-9L-L3y" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="lLD-dP-j4V"/>
  503. <constraint firstItem="GQ4-pL-1FV" firstAttribute="leading" secondItem="DDK-Nu-K3D" secondAttribute="trailing" id="lsJ-jZ-AfZ"/>
  504. <constraint firstItem="tip-uO-ryV" firstAttribute="top" secondItem="YqL-mS-8wS" secondAttribute="bottom" constant="15" id="m34-0G-w3Y"/>
  505. <constraint firstItem="4mM-pH-yRW" firstAttribute="leading" secondItem="tip-uO-ryV" secondAttribute="trailing" id="miO-9u-7Bh"/>
  506. <constraint firstItem="bqR-4E-TrX" firstAttribute="top" secondItem="DDK-Nu-K3D" secondAttribute="bottom" constant="15" id="mrB-RC-u5c"/>
  507. <constraint firstItem="fI8-BV-zFQ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="njj-MM-lPg"/>
  508. <constraint firstItem="cc1-fD-SVh" firstAttribute="leading" secondItem="had-qw-alS" secondAttribute="trailing" id="r3A-Q7-1Y2"/>
  509. <constraint firstAttribute="trailingMargin" secondItem="gOG-fJ-cXJ" secondAttribute="trailing" constant="10" id="rC5-1L-nZz"/>
  510. <constraint firstItem="gOG-fJ-cXJ" firstAttribute="leading" secondItem="puv-EN-PoS" secondAttribute="trailing" id="rka-5I-39n"/>
  511. <constraint firstItem="8rw-TA-kFl" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="ryV-DX-9WR"/>
  512. <constraint firstItem="yc0-iW-pqH" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="sbZ-GZ-SXu"/>
  513. <constraint firstItem="PSI-yX-FbJ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="tdG-JX-qAB"/>
  514. <constraint firstAttribute="trailingMargin" secondItem="urJ-jj-X2c" secondAttribute="trailing" constant="10" id="uLL-np-MPk"/>
  515. <constraint firstItem="MTT-I8-u4I" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="uRG-lr-ATs"/>
  516. <constraint firstItem="PO8-OU-2SL" firstAttribute="top" secondItem="kve-yz-2kK" secondAttribute="top" id="ur1-8q-9s2"/>
  517. <constraint firstItem="wzu-HS-2Gn" firstAttribute="top" secondItem="FRP-Tg-iBO" secondAttribute="top" id="uxy-2l-WHT"/>
  518. <constraint firstItem="0Qu-nK-XEg" firstAttribute="leading" secondItem="a33-hm-Toa" secondAttribute="trailing" id="v3e-iD-vJB"/>
  519. <constraint firstItem="bqR-4E-TrX" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="vbO-f0-Czc"/>
  520. <constraint firstItem="xdy-w4-DIE" firstAttribute="top" secondItem="bqR-4E-TrX" secondAttribute="top" id="w73-FV-8zt"/>
  521. <constraint firstAttribute="trailingMargin" secondItem="qbh-as-MAI" secondAttribute="trailing" constant="10" id="wBW-27-utW"/>
  522. <constraint firstAttribute="trailingMargin" secondItem="SKK-yf-60v" secondAttribute="trailing" constant="10" id="wNY-Ih-6aF"/>
  523. <constraint firstItem="CiL-ed-ooK" firstAttribute="top" secondItem="PSI-yX-FbJ" secondAttribute="bottom" constant="15" id="xBk-pm-vVP"/>
  524. <constraint firstItem="YqL-mS-8wS" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="xUH-Z5-W1U"/>
  525. <constraint firstItem="F0w-ro-X1h" firstAttribute="top" secondItem="4xQ-9L-L3y" secondAttribute="top" id="xbx-80-9Yq"/>
  526. <constraint firstItem="1hX-ff-hbw" firstAttribute="top" secondItem="YqL-mS-8wS" secondAttribute="top" id="y1G-Ia-Wxl"/>
  527. <constraint firstItem="jdI-te-6ag" firstAttribute="top" secondItem="puv-EN-PoS" secondAttribute="bottom" constant="15" id="yta-YR-WJA"/>
  528. <constraint firstItem="EWQ-gU-rqp" firstAttribute="leading" secondItem="eyb-dZ-NY8" secondAttribute="trailing" id="z7j-0N-aQ8"/>
  529. <constraint firstItem="0Qu-nK-XEg" firstAttribute="top" secondItem="a33-hm-Toa" secondAttribute="top" id="zYL-aM-6rY"/>
  530. <constraint firstItem="F0w-ro-X1h" firstAttribute="leading" secondItem="4xQ-9L-L3y" secondAttribute="trailing" id="zdk-ce-peK"/>
  531. </constraints>
  532. </tableViewCellContentView>
  533. <connections>
  534. <outlet property="acreage" destination="1hX-ff-hbw" id="g7r-bp-Ljp"/>
  535. <outlet property="box" destination="4mM-pH-yRW" id="xtv-Zf-FlT"/>
  536. <outlet property="brandName" destination="qbh-as-MAI" id="KhU-Qb-Zgo"/>
  537. <outlet property="colorName" destination="anQ-Lv-f6R" id="Ucb-cd-0WU"/>
  538. <outlet property="completedQuantity" destination="urJ-jj-X2c" id="Nin-gY-pbw"/>
  539. <outlet property="expandAttribute" destination="zlT-Ni-JlU" id="dPg-Pz-5Qt"/>
  540. <outlet property="expandAttributeTwo" destination="A2e-V4-pbg" id="euV-Zd-1fX"/>
  541. <outlet property="goodsName" destination="FJp-lh-49i" id="pce-iy-Bty"/>
  542. <outlet property="mm" destination="GQ4-pL-1FV" id="gVh-PK-LKG"/>
  543. <outlet property="onlyCode" destination="gOG-fJ-cXJ" id="LNe-ny-mDH"/>
  544. <outlet property="package" destination="cc1-fD-SVh" id="c2D-wy-TPA"/>
  545. <outlet property="piece" destination="QV3-kt-iJ1" id="xgX-dS-zmE"/>
  546. <outlet property="receiptQuantity" destination="ata-WR-aGe" id="hah-r2-pwC"/>
  547. <outlet property="receiptRemark" destination="wzu-HS-2Gn" id="bKj-W3-QHD"/>
  548. <outlet property="remark" destination="EWQ-gU-rqp" id="ZG7-jI-Y2s"/>
  549. <outlet property="repairQuantity" destination="SKK-yf-60v" id="hsy-nT-fc3"/>
  550. <outlet property="saleNo" destination="F0w-ro-X1h" id="ejB-hX-zag"/>
  551. <outlet property="seriesName" destination="GiW-1T-95P" id="mVy-6p-y1Z"/>
  552. <outlet property="specification" destination="PO8-OU-2SL" id="gSp-ce-pxc"/>
  553. <outlet property="unitName" destination="nsM-Wr-Cvz" id="kSn-hE-s1M"/>
  554. <outlet property="varietyName" destination="0Qu-nK-XEg" id="cCU-ju-lLL"/>
  555. <outlet property="warrantyDate" destination="xdy-w4-DIE" id="93Q-SF-Qpa"/>
  556. <outlet property="weight" destination="1BW-Hd-Ng5" id="69B-QM-MiN"/>
  557. </connections>
  558. <point key="canvasLocation" x="287.5" y="290.5"/>
  559. </tableViewCell>
  560. </objects>
  561. </document>