s-material-react 0.1.19 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/css/pages/goodsDetail.scss +3 -2
  2. package/dist/common/addressItem/index.d.ts +1 -1
  3. package/dist/common/card/index.d.ts +8 -8
  4. package/dist/common/coupon/index.d.ts +2 -2
  5. package/dist/common/evaluateItem/index.d.ts +2 -2
  6. package/dist/common/evaluateList/index.d.ts +5 -5
  7. package/dist/common/icon/index.d.ts +7 -7
  8. package/dist/common/mock/index.d.ts +300 -300
  9. package/dist/common/stepNum/index.d.ts +5 -5
  10. package/dist/components/AddressDetail/components/index.d.ts +1 -1
  11. package/dist/components/AddressDetail/components/skull.d.ts +2 -2
  12. package/dist/components/AddressDetail/config.d.ts +51 -51
  13. package/dist/components/AddressDetail/index.d.ts +2 -2
  14. package/dist/components/AddressList/components/index.d.ts +1 -1
  15. package/dist/components/AddressList/components/skull.d.ts +2 -2
  16. package/dist/components/AddressList/index.d.ts +2 -2
  17. package/dist/components/Cart/components/cartItem.d.ts +3 -3
  18. package/dist/components/Cart/components/index.d.ts +1 -1
  19. package/dist/components/Cart/index.d.ts +2 -2
  20. package/dist/components/ClassifyNav/index.d.ts +15 -15
  21. package/dist/components/CouponList/components/index.d.ts +4 -4
  22. package/dist/components/CouponList/components/overdue.d.ts +5 -5
  23. package/dist/components/CouponList/components/skull.d.ts +2 -2
  24. package/dist/components/CouponList/components/unUsed.d.ts +5 -5
  25. package/dist/components/CouponList/components/used.d.ts +5 -5
  26. package/dist/components/CouponList/index.d.ts +2 -2
  27. package/dist/components/Cube/index.d.ts +17 -17
  28. package/dist/components/EvaluateList/index.d.ts +2 -2
  29. package/dist/components/Goods/index.d.ts +24 -24
  30. package/dist/components/GoodsClassify/components/classifyFloor.d.ts +1 -1
  31. package/dist/components/GoodsClassify/components/classifySkeleton.d.ts +1 -1
  32. package/dist/components/GoodsClassify/components/index.d.ts +2 -2
  33. package/dist/components/GoodsClassify/index.d.ts +2 -2
  34. package/dist/components/GoodsDetail/components/evaluateEntry.d.ts +2 -2
  35. package/dist/components/GoodsDetail/components/goodsDetailCollection.d.ts +1 -1
  36. package/dist/components/GoodsDetail/components/goodsDetailCoupon.d.ts +1 -1
  37. package/dist/components/GoodsDetail/components/goodsDetailEvaluate.d.ts +1 -1
  38. package/dist/components/GoodsDetail/components/goodsDetailHandleBar.d.ts +1 -1
  39. package/dist/components/GoodsDetail/components/goodsDetailInfo.d.ts +1 -1
  40. package/dist/components/GoodsDetail/components/goodsDetailPopup.d.ts +1 -1
  41. package/dist/components/GoodsDetail/components/goodsDetailPromotion.d.ts +1 -1
  42. package/dist/components/GoodsDetail/components/goodsDetailSize.d.ts +1 -1
  43. package/dist/components/GoodsDetail/components/index.d.ts +9 -9
  44. package/dist/components/GoodsDetail/index.d.ts +6 -6
  45. package/dist/components/GoodsDetailPromotion/index.d.ts +2 -2
  46. package/dist/components/GoodsDetailTopInfo/index.d.ts +2 -2
  47. package/dist/components/GoodsGroup/index.d.ts +25 -25
  48. package/dist/components/GoodsList/components/filter.d.ts +5 -5
  49. package/dist/components/GoodsList/components/index.d.ts +1 -1
  50. package/dist/components/GoodsList/index.d.ts +6 -6
  51. package/dist/components/Line/index.d.ts +11 -11
  52. package/dist/components/Mine/components/index.d.ts +2 -2
  53. package/dist/components/Mine/components/menuList.d.ts +1 -1
  54. package/dist/components/Mine/components/orderEntry.d.ts +1 -1
  55. package/dist/components/Mine/index.d.ts +7 -7
  56. package/dist/components/Notice/index.d.ts +12 -12
  57. package/dist/components/OrderDetail/index.d.ts +2 -2
  58. package/dist/components/OrderList/components/index.d.ts +3 -3
  59. package/dist/components/OrderList/components/mock.d.ts +1647 -1647
  60. package/dist/components/OrderList/components/orderItem.d.ts +15 -15
  61. package/dist/components/OrderList/components/orderListItem.d.ts +7 -7
  62. package/dist/components/OrderList/index.d.ts +2 -2
  63. package/dist/components/PaymentMode/config.d.ts +6 -6
  64. package/dist/components/PaymentMode/hooks/useOrderResult.d.ts +10 -11
  65. package/dist/components/PaymentMode/index.d.ts +4 -4
  66. package/dist/components/PlaceOrder/components/address.d.ts +12 -12
  67. package/dist/components/PlaceOrder/components/index.d.ts +3 -3
  68. package/dist/components/PlaceOrder/components/orderPrice.d.ts +12 -12
  69. package/dist/components/PlaceOrder/components/shop.d.ts +3 -3
  70. package/dist/components/PlaceOrder/index.d.ts +7 -7
  71. package/dist/components/PlaceOrderResult/index.d.ts +4 -4
  72. package/dist/components/Search/index.d.ts +14 -14
  73. package/dist/components/SearchPage/index.d.ts +8 -8
  74. package/dist/components/Service/index.d.ts +12 -12
  75. package/dist/components/Slider/index.d.ts +24 -24
  76. package/dist/components/Slider/item.d.ts +6 -6
  77. package/dist/components/Title/index.d.ts +17 -17
  78. package/dist/components/Video/index.d.ts +13 -13
  79. package/dist/components/index.d.ts +29 -29
  80. package/dist/index.d.ts +1 -1
  81. package/dist/index.js +1 -1
  82. package/dist/routerMap/index.d.ts +16 -16
  83. package/dist/static/icon/index.d.ts +7 -7
  84. package/dist/static/index.d.ts +1 -1
  85. package/dist/utils/checkImgUrl.d.ts +1 -1
  86. package/dist/utils/index.d.ts +1 -1
  87. package/dist/utils/payment.d.ts +14 -14
  88. package/dist/utils/serviceActionSheet.d.ts +1 -1
  89. package/package.json +12 -10
  90. package/dist/common/addressItem/index.js +0 -9
  91. package/dist/common/card/index.js +0 -6
  92. package/dist/common/coupon/index.js +0 -8
  93. package/dist/common/evaluateItem/index.js +0 -13
  94. package/dist/common/evaluateList/index.js +0 -12
  95. package/dist/common/icon/index.js +0 -12
  96. package/dist/common/mock/index.js +0 -658
  97. package/dist/common/stepNum/index.js +0 -9
  98. package/dist/components/AddressDetail/components/index.js +0 -1
  99. package/dist/components/AddressDetail/components/skull.js +0 -9
  100. package/dist/components/AddressDetail/config.js +0 -65
  101. package/dist/components/AddressDetail/index.js +0 -29
  102. package/dist/components/AddressList/components/index.js +0 -1
  103. package/dist/components/AddressList/components/skull.js +0 -9
  104. package/dist/components/AddressList/index.js +0 -17
  105. package/dist/components/Cart/components/cartItem.js +0 -33
  106. package/dist/components/Cart/components/index.js +0 -1
  107. package/dist/components/Cart/index.js +0 -24
  108. package/dist/components/ClassifyNav/index.js +0 -12
  109. package/dist/components/CouponList/components/index.js +0 -4
  110. package/dist/components/CouponList/components/overdue.js +0 -6
  111. package/dist/components/CouponList/components/skull.js +0 -9
  112. package/dist/components/CouponList/components/unUsed.js +0 -6
  113. package/dist/components/CouponList/components/used.js +0 -6
  114. package/dist/components/CouponList/index.js +0 -22
  115. package/dist/components/Cube/index.js +0 -28
  116. package/dist/components/EvaluateList/index.js +0 -40
  117. package/dist/components/Goods/index.js +0 -69
  118. package/dist/components/GoodsClassify/components/classifyFloor.js +0 -12
  119. package/dist/components/GoodsClassify/components/classifySkeleton.js +0 -12
  120. package/dist/components/GoodsClassify/components/index.js +0 -2
  121. package/dist/components/GoodsClassify/index.js +0 -45
  122. package/dist/components/GoodsDetail/components/evaluateEntry.js +0 -43
  123. package/dist/components/GoodsDetail/components/goodsDetailCollection.js +0 -64
  124. package/dist/components/GoodsDetail/components/goodsDetailCoupon.js +0 -44
  125. package/dist/components/GoodsDetail/components/goodsDetailEvaluate.js +0 -6
  126. package/dist/components/GoodsDetail/components/goodsDetailHandleBar.js +0 -27
  127. package/dist/components/GoodsDetail/components/goodsDetailInfo.js +0 -14
  128. package/dist/components/GoodsDetail/components/goodsDetailPopup.js +0 -11
  129. package/dist/components/GoodsDetail/components/goodsDetailPromotion.js +0 -8
  130. package/dist/components/GoodsDetail/components/goodsDetailSize.js +0 -17
  131. package/dist/components/GoodsDetail/components/index.js +0 -9
  132. package/dist/components/GoodsDetail/index.js +0 -28
  133. package/dist/components/GoodsDetailPromotion/index.js +0 -8
  134. package/dist/components/GoodsDetailTopInfo/index.js +0 -9
  135. package/dist/components/GoodsGroup/index.js +0 -27
  136. package/dist/components/GoodsList/components/filter.js +0 -43
  137. package/dist/components/GoodsList/components/index.js +0 -1
  138. package/dist/components/GoodsList/index.js +0 -16
  139. package/dist/components/Line/index.js +0 -18
  140. package/dist/components/Mine/components/index.js +0 -2
  141. package/dist/components/Mine/components/menuList.js +0 -22
  142. package/dist/components/Mine/components/orderEntry.js +0 -48
  143. package/dist/components/Mine/index.js +0 -15
  144. package/dist/components/Notice/index.js +0 -15
  145. package/dist/components/OrderDetail/index.js +0 -15
  146. package/dist/components/OrderList/components/index.js +0 -3
  147. package/dist/components/OrderList/components/mock.js +0 -4417
  148. package/dist/components/OrderList/components/orderItem.js +0 -7
  149. package/dist/components/OrderList/components/orderListItem.js +0 -38
  150. package/dist/components/OrderList/index.js +0 -17
  151. package/dist/components/PaymentMode/config.js +0 -14
  152. package/dist/components/PaymentMode/hooks/useOrderResult.js +0 -100
  153. package/dist/components/PaymentMode/index.js +0 -17
  154. package/dist/components/PlaceOrder/components/address.js +0 -33
  155. package/dist/components/PlaceOrder/components/index.js +0 -3
  156. package/dist/components/PlaceOrder/components/orderPrice.js +0 -7
  157. package/dist/components/PlaceOrder/components/shop.js +0 -8
  158. package/dist/components/PlaceOrder/index.js +0 -16
  159. package/dist/components/PlaceOrderResult/index.js +0 -16
  160. package/dist/components/Search/index.js +0 -34
  161. package/dist/components/SearchPage/index.js +0 -59
  162. package/dist/components/Service/index.js +0 -8
  163. package/dist/components/Slider/index.js +0 -28
  164. package/dist/components/Slider/item.js +0 -13
  165. package/dist/components/Title/index.js +0 -18
  166. package/dist/components/Video/index.js +0 -13
  167. package/dist/components/index.js +0 -29
  168. package/dist/options/index.js +0 -36
  169. package/dist/routerMap/index.js +0 -16
  170. package/dist/static/icon/index.js +0 -14
  171. package/dist/static/index.js +0 -1
  172. package/dist/utils/checkImgUrl.js +0 -9
  173. package/dist/utils/index.js +0 -1
  174. package/dist/utils/payment.js +0 -56
  175. package/dist/utils/serviceActionSheet.js +0 -31
@@ -1,4417 +0,0 @@
1
- export const result = {
2
- total: 8,
3
- rows: [
4
- {
5
- contractId: 15738,
6
- contractBillcode: '635839400454189063',
7
- contractBbillcode: '635839400454189063',
8
- contractNbillcode: null,
9
- contractNbbillcode: null,
10
- contractObillcode: null,
11
- memberMname: '云货架',
12
- goodsClass: null,
13
- memberCode: '20000210397842',
14
- memberName: 'SaaS创新业务部B2C',
15
- memberBcode: '10000210397336',
16
- mschannelCode: 'jdjos',
17
- mschannelName: '京东开普勒供应商',
18
- memberBname: '13022115446',
19
- memberCcode: '10000210397111',
20
- memberCname: '云货架',
21
- contractProperty: '0',
22
- channelCode: '597408335937855526',
23
- pmChannelCode: null,
24
- channelName: 'B2C渠道',
25
- contractType: '50',
26
- contractTypepro: '00',
27
- contractBlance: '0',
28
- contractPmode: '0',
29
- contractPumode: '0',
30
- goodsNum: 1,
31
- goodsWeight: 0,
32
- goodsAssistweight: null,
33
- pricesetRefrice: 0,
34
- contractGmoney: null,
35
- contractPaygmoney: null,
36
- contractAmoney: null,
37
- contractPayamoney: null,
38
- contractEarnest: null,
39
- contractPaymoney: 0,
40
- contractPaydate: 1666335812000,
41
- contractInmoney: 0.01,
42
- contractMoney: 0.01,
43
- goodsMoney: 0.01,
44
- ddTypeCurrency: null,
45
- dataBnum: 1,
46
- dataBweight: 0,
47
- dataBmoney: 0.01,
48
- goodsPinprice: null,
49
- goodsPbillno: '0',
50
- goodsPmoney: 0,
51
- goodsPmbillno: null,
52
- areaName: null,
53
- contractRemark: null,
54
- goodsMinnum: null,
55
- goodsOnenum: null,
56
- contractEffectivedate: null,
57
- contractDepositdate: null,
58
- contractInvoicedate: null,
59
- contractValidate: null,
60
- contractShow: 0,
61
- contractEcurl: null,
62
- contractEcflag: 0,
63
- contractInvoice: null,
64
- contractInvstate: 0,
65
- areaCode: '110000',
66
- goodsLogmoney: 0,
67
- goodsReceiptPhone: '17633538756',
68
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
69
- goodsReceiptMem: 'ahds`',
70
- appmanageIcode: '025',
71
- tenantCode: '597370900596056114',
72
- ptradeSeqno: '635839409039929362',
73
- goodsSupplierCode: '',
74
- goodsSupplierName: '',
75
- fchannelCode: 'wechatmini',
76
- faccountName: 'wechatmini',
77
- cashback: 0.01,
78
- contractAppraise: 0,
79
- refundMoney: null,
80
- contractSendnum: null,
81
- contractSendweight: null,
82
- contractState: 0,
83
- contractCtrlSeqno: null,
84
- refundFlag: 0,
85
- memberGcode: null,
86
- memberGname: null,
87
- memberMcode: '10000210397111',
88
- ocContractSettlList: null,
89
- packageList: null,
90
- goodsList: [
91
- {
92
- contractGoodsId: 16319,
93
- contractGoodsCode: 'd67b1635455e42a38e88eb0304a4ad94',
94
- contractBillcode: '635839400454189063',
95
- packageCode: 'd5456652bece40ac9b9eca1207660a51',
96
- skuCode: '633411443332804633',
97
- skuBarcode: null,
98
- skuName: '橘咖色',
99
- goodsOldcode: null,
100
- skuOldcode: null,
101
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
102
- memberCode: '20000210397842',
103
- memberName: 'SaaS创新业务部B2C',
104
- memberCcode: '10000210397111',
105
- memberCname: '云货架',
106
- goodsShowno: '10060573969738',
107
- skuShowno: '10060573969738',
108
- goodsNo: '10060573969738',
109
- skuNo: '10060573969738',
110
- contractGoodsOldcode: null,
111
- contractGoodsType: 0,
112
- contractGoodsGtype: '0',
113
- skuEocode: null,
114
- goodsEocode: null,
115
- memberBcode: '10000210397336',
116
- memberBname: '13022115446',
117
- mschannelCode: 'jdjos',
118
- mschannelName: '京东开普勒供应商',
119
- channelCode: '597408335937855526',
120
- channelName: 'B2C渠道',
121
- goodsCode: '633409270658166832',
122
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
123
- goodsCamount: 1,
124
- goodsCweight: 0,
125
- goodsOrigin: '11',
126
- goodsPro: '11',
127
- goodsType: '50',
128
- classtreeCode: '633406356397027347',
129
- classtreeShopcode: null,
130
- classtreeName: null,
131
- classtreeShopname: null,
132
- contractGoodsBoxnum: null,
133
- contractGoodsBoxprice: null,
134
- contractGoodsBoxamt: 0,
135
- pntreeCode: '000000066',
136
- pntreeName: '京东默认',
137
- partsnameName: null,
138
- productareaName: null,
139
- goodsMaterial: null,
140
- goodsSpec: null,
141
- goodsSpec1: null,
142
- goodsSpec2: null,
143
- goodsSpec3: null,
144
- goodsSpec4: null,
145
- goodsSpec5: null,
146
- goodsProperty: null,
147
- goodsProperty1: null,
148
- goodsProperty2: null,
149
- goodsProperty3: null,
150
- goodsProperty4: null,
151
- goodsProperty5: null,
152
- goodsMinnum: 1,
153
- goodsOneweight: 1,
154
- goodsWeight: 0,
155
- goodsNum: 1,
156
- goodsSupplynum: 998,
157
- goodsSupplyweight: 999,
158
- goodsAhnum: 0,
159
- goodsAhweight: 0,
160
- goodsHangnum: 998,
161
- goodsHangweight: 999,
162
- goodsTopnum: null,
163
- goodsTopweight: null,
164
- goodsOrdnum: 1,
165
- goodsOrdweight: 0,
166
- partsnameNumunit: null,
167
- partsnameWeightunit: null,
168
- contractGoodsPrice: 0.01,
169
- contractGoodsMoney: 0.01,
170
- contractGoodsInmoney: 0.01,
171
- contractGoodsPefinmoney: 0,
172
- contractGoodsPefmoney: 0,
173
- contractGoodsPefprice: 0,
174
- pricesetNprice: 0.01,
175
- pricesetMakeprice: 188,
176
- pricesetBaseprice: 188,
177
- pricesetAsprice: 0.01,
178
- pricesetType: null,
179
- pricesetRefrice: 0,
180
- pricesetPrefprice: 178,
181
- pricesetInsideprice: 0,
182
- contractGoodsSendnum: null,
183
- contractGoodsSendweight: null,
184
- contractGoodsRefweight: null,
185
- contractGoodsRefnum: null,
186
- warehouseName: null,
187
- areaName: null,
188
- areaCode: null,
189
- warehouseCode: null,
190
- goodsContract: null,
191
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
192
- dataPicpath: null,
193
- memberContact: null,
194
- memberContactPhone: null,
195
- dataOpbillstate: 0,
196
- memberContactQq: null,
197
- appmanageIcode: null,
198
- contractGoodsAppraise: 0,
199
- contractGoodsRemark: null,
200
- tenantCode: '597370900596056114',
201
- refundFlag: 0,
202
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
203
- dataState: 0,
204
- memo: null,
205
- pricesetCurrency: null,
206
- pricesetCurrency1: null,
207
- brandCode: '',
208
- brandName: '',
209
- ocContractGoodsGoodsList: null,
210
- ocContractPmGoodsDomainList: null,
211
- contractState: null,
212
- shoppingGoodsPmname: null,
213
- shoppingGoodsPmclass: null,
214
- shoppingGoodsPm: null,
215
- shoppingGoodsCheck: null,
216
- goodsShowname: null,
217
- ginfoCode: null,
218
- goodsClass: null,
219
- memberMcode: '10000210397111',
220
- memberMname: '云货架',
221
- goodsDay: null,
222
- goodsDayinfo: null,
223
- pricesetOldNprice: null,
224
- pricesetOldRefrice: null,
225
- goodsState: null,
226
- goodsPmoney: null,
227
- goodsMoney: null,
228
- goodsReceiptMem: null,
229
- goodsReceiptPhone: null,
230
- goodsReceiptArrdess: null,
231
- contractAppraise: null,
232
- contractPaydate: null,
233
- contractInvstate: null,
234
- dataBmoney: null
235
- }
236
- ],
237
- ocContractproDomainList: null,
238
- dataStatestr: null,
239
- warehouseName: null,
240
- warehouseCode: null,
241
- contractDelcode: '8k3q6y',
242
- contractUserurl: null,
243
- custrelCode: null,
244
- companyCode: null,
245
- companyShortname: null,
246
- departCode: null,
247
- departShortname: null,
248
- employeeCode: null,
249
- employeeName: null,
250
- userCode: '635565184114815004',
251
- userName: '13022115446',
252
- pricesetCurrency: null,
253
- pricesetCurrency1: null,
254
- freeFlag: false,
255
- orgEmployeeReDomainList: null,
256
- gmtCreate: 1666335814000,
257
- gmtModified: 1666335875000,
258
- memo: null,
259
- dataState: 2,
260
- invUrl: null,
261
- payTime: null,
262
- forecastAmt: null,
263
- invp: null,
264
- ref: null,
265
- pmpay: null,
266
- coppay: null,
267
- urpay: null,
268
- intpay: null,
269
- blance: null,
270
- pmode: null,
271
- freight: null,
272
- ninvpro: null,
273
- reg: null,
274
- oaflag: null,
275
- erpCode: null,
276
- erpDate: null,
277
- erpAmt: null
278
- },
279
- {
280
- contractId: 15737,
281
- contractBillcode: '635839400454189124',
282
- contractBbillcode: '635839400454189124',
283
- contractNbillcode: null,
284
- contractNbbillcode: null,
285
- contractObillcode: null,
286
- memberMname: '云货架',
287
- goodsClass: null,
288
- memberCode: '20000210397842',
289
- memberName: 'SaaS创新业务部B2C',
290
- memberBcode: '10000210397336',
291
- mschannelCode: 'jdjos',
292
- mschannelName: '京东开普勒供应商',
293
- memberBname: '13022115446',
294
- memberCcode: '10000210397111',
295
- memberCname: '云货架',
296
- contractProperty: '0',
297
- channelCode: '597408335937855526',
298
- pmChannelCode: null,
299
- channelName: 'B2C渠道',
300
- contractType: '50',
301
- contractTypepro: '00',
302
- contractBlance: '0',
303
- contractPmode: '0',
304
- contractPumode: '0',
305
- goodsNum: 1,
306
- goodsWeight: 0,
307
- goodsAssistweight: null,
308
- pricesetRefrice: 0,
309
- contractGmoney: null,
310
- contractPaygmoney: null,
311
- contractAmoney: null,
312
- contractPayamoney: null,
313
- contractEarnest: null,
314
- contractPaymoney: 0,
315
- contractPaydate: 1666335662000,
316
- contractInmoney: 0.01,
317
- contractMoney: 0.01,
318
- goodsMoney: 0.01,
319
- ddTypeCurrency: null,
320
- dataBnum: 1,
321
- dataBweight: 0,
322
- dataBmoney: 0.01,
323
- goodsPinprice: null,
324
- goodsPbillno: '0',
325
- goodsPmoney: 0,
326
- goodsPmbillno: null,
327
- areaName: null,
328
- contractRemark: null,
329
- goodsMinnum: null,
330
- goodsOnenum: null,
331
- contractEffectivedate: null,
332
- contractDepositdate: null,
333
- contractInvoicedate: null,
334
- contractValidate: null,
335
- contractShow: 0,
336
- contractEcurl: null,
337
- contractEcflag: 0,
338
- contractInvoice: null,
339
- contractInvstate: 0,
340
- areaCode: '110000',
341
- goodsLogmoney: 0,
342
- goodsReceiptPhone: '17633538756',
343
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
344
- goodsReceiptMem: 'ahds`',
345
- appmanageIcode: '025',
346
- tenantCode: '597370900596056114',
347
- ptradeSeqno: '635839409039929424',
348
- goodsSupplierCode: '',
349
- goodsSupplierName: '',
350
- fchannelCode: null,
351
- faccountName: null,
352
- cashback: 0.01,
353
- contractAppraise: 0,
354
- refundMoney: null,
355
- contractSendnum: null,
356
- contractSendweight: null,
357
- contractState: 0,
358
- contractCtrlSeqno: null,
359
- refundFlag: 0,
360
- memberGcode: null,
361
- memberGname: null,
362
- memberMcode: '10000210397111',
363
- ocContractSettlList: null,
364
- packageList: null,
365
- goodsList: [
366
- {
367
- contractGoodsId: 16318,
368
- contractGoodsCode: '7b2952854aec4e7b83ecc2e9d3183687',
369
- contractBillcode: '635839400454189124',
370
- packageCode: 'de794e05a89f4669906956e95106b208',
371
- skuCode: '633411443332804643',
372
- skuBarcode: null,
373
- skuName: '95*55*50cm',
374
- goodsOldcode: null,
375
- skuOldcode: null,
376
- spuCode: 'd453da0e31df4c7197a758628576db8e',
377
- memberCode: '20000210397842',
378
- memberName: 'SaaS创新业务部B2C',
379
- memberCcode: '10000210397111',
380
- memberCname: '云货架',
381
- goodsShowno: '10060573912248',
382
- skuShowno: '10060573912248',
383
- goodsNo: '10060573912248',
384
- skuNo: '10060573912248',
385
- contractGoodsOldcode: null,
386
- contractGoodsType: 0,
387
- contractGoodsGtype: '0',
388
- skuEocode: null,
389
- goodsEocode: null,
390
- memberBcode: '10000210397336',
391
- memberBname: '13022115446',
392
- mschannelCode: 'jdjos',
393
- mschannelName: '京东开普勒供应商',
394
- channelCode: '597408335937855526',
395
- channelName: 'B2C渠道',
396
- goodsCode: '633409270658166851',
397
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
398
- goodsCamount: 1,
399
- goodsCweight: 0,
400
- goodsOrigin: '11',
401
- goodsPro: '11',
402
- goodsType: '50',
403
- classtreeCode: '633406356397027364',
404
- classtreeShopcode: null,
405
- classtreeName: null,
406
- classtreeShopname: null,
407
- contractGoodsBoxnum: null,
408
- contractGoodsBoxprice: null,
409
- contractGoodsBoxamt: 0,
410
- pntreeCode: '000000066',
411
- pntreeName: '京东默认',
412
- partsnameName: null,
413
- productareaName: null,
414
- goodsMaterial: null,
415
- goodsSpec: null,
416
- goodsSpec1: null,
417
- goodsSpec2: null,
418
- goodsSpec3: null,
419
- goodsSpec4: null,
420
- goodsSpec5: null,
421
- goodsProperty: null,
422
- goodsProperty1: null,
423
- goodsProperty2: null,
424
- goodsProperty3: null,
425
- goodsProperty4: null,
426
- goodsProperty5: null,
427
- goodsMinnum: 1,
428
- goodsOneweight: 1,
429
- goodsWeight: 0,
430
- goodsNum: 1,
431
- goodsSupplynum: 999,
432
- goodsSupplyweight: 999,
433
- goodsAhnum: 0,
434
- goodsAhweight: 0,
435
- goodsHangnum: 999,
436
- goodsHangweight: 999,
437
- goodsTopnum: null,
438
- goodsTopweight: null,
439
- goodsOrdnum: 1,
440
- goodsOrdweight: 0,
441
- partsnameNumunit: null,
442
- partsnameWeightunit: null,
443
- contractGoodsPrice: 0.01,
444
- contractGoodsMoney: 0.01,
445
- contractGoodsInmoney: 0.01,
446
- contractGoodsPefinmoney: 0,
447
- contractGoodsPefmoney: 0,
448
- contractGoodsPefprice: 0,
449
- pricesetNprice: 0.01,
450
- pricesetMakeprice: 298,
451
- pricesetBaseprice: 298,
452
- pricesetAsprice: 0.01,
453
- pricesetType: null,
454
- pricesetRefrice: 0,
455
- pricesetPrefprice: 278,
456
- pricesetInsideprice: 0,
457
- contractGoodsSendnum: null,
458
- contractGoodsSendweight: null,
459
- contractGoodsRefweight: null,
460
- contractGoodsRefnum: null,
461
- warehouseName: null,
462
- areaName: null,
463
- areaCode: null,
464
- warehouseCode: null,
465
- goodsContract: null,
466
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
467
- dataPicpath: null,
468
- memberContact: null,
469
- memberContactPhone: null,
470
- dataOpbillstate: 0,
471
- memberContactQq: null,
472
- appmanageIcode: null,
473
- contractGoodsAppraise: 0,
474
- contractGoodsRemark: null,
475
- tenantCode: '597370900596056114',
476
- refundFlag: 0,
477
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
478
- dataState: 0,
479
- memo: null,
480
- pricesetCurrency: null,
481
- pricesetCurrency1: null,
482
- brandCode: '',
483
- brandName: '',
484
- ocContractGoodsGoodsList: null,
485
- ocContractPmGoodsDomainList: null,
486
- contractState: null,
487
- shoppingGoodsPmname: null,
488
- shoppingGoodsPmclass: null,
489
- shoppingGoodsPm: null,
490
- shoppingGoodsCheck: null,
491
- goodsShowname: null,
492
- ginfoCode: null,
493
- goodsClass: null,
494
- memberMcode: '10000210397111',
495
- memberMname: '云货架',
496
- goodsDay: null,
497
- goodsDayinfo: null,
498
- pricesetOldNprice: null,
499
- pricesetOldRefrice: null,
500
- goodsState: null,
501
- goodsPmoney: null,
502
- goodsMoney: null,
503
- goodsReceiptMem: null,
504
- goodsReceiptPhone: null,
505
- goodsReceiptArrdess: null,
506
- contractAppraise: null,
507
- contractPaydate: null,
508
- contractInvstate: null,
509
- dataBmoney: null
510
- }
511
- ],
512
- ocContractproDomainList: null,
513
- dataStatestr: null,
514
- warehouseName: null,
515
- warehouseCode: null,
516
- contractDelcode: 'qgJQPx',
517
- contractUserurl: null,
518
- custrelCode: null,
519
- companyCode: null,
520
- companyShortname: null,
521
- departCode: null,
522
- departShortname: null,
523
- employeeCode: null,
524
- employeeName: null,
525
- userCode: '635565184114815004',
526
- userName: '13022115446',
527
- pricesetCurrency: null,
528
- pricesetCurrency1: null,
529
- freeFlag: false,
530
- orgEmployeeReDomainList: null,
531
- gmtCreate: 1666335664000,
532
- gmtModified: 1666335900000,
533
- memo: null,
534
- dataState: -1,
535
- invUrl: null,
536
- payTime: null,
537
- forecastAmt: null,
538
- invp: null,
539
- ref: null,
540
- pmpay: null,
541
- coppay: null,
542
- urpay: null,
543
- intpay: null,
544
- blance: null,
545
- pmode: null,
546
- freight: null,
547
- ninvpro: null,
548
- reg: null,
549
- oaflag: null,
550
- erpCode: null,
551
- erpDate: null,
552
- erpAmt: null
553
- },
554
- {
555
- contractId: 15736,
556
- contractBillcode: '635839400454189068',
557
- contractBbillcode: '635839400454189068',
558
- contractNbillcode: null,
559
- contractNbbillcode: null,
560
- contractObillcode: null,
561
- memberMname: '云货架',
562
- goodsClass: null,
563
- memberCode: '20000210397842',
564
- memberName: 'SaaS创新业务部B2C',
565
- memberBcode: '10000210397336',
566
- mschannelCode: 'jdjos',
567
- mschannelName: '京东开普勒供应商',
568
- memberBname: '13022115446',
569
- memberCcode: '10000210397111',
570
- memberCname: '云货架',
571
- contractProperty: '0',
572
- channelCode: '597408335937855526',
573
- pmChannelCode: null,
574
- channelName: 'B2C渠道',
575
- contractType: '50',
576
- contractTypepro: '00',
577
- contractBlance: '0',
578
- contractPmode: '0',
579
- contractPumode: '0',
580
- goodsNum: 1,
581
- goodsWeight: 0,
582
- goodsAssistweight: null,
583
- pricesetRefrice: 0,
584
- contractGmoney: null,
585
- contractPaygmoney: null,
586
- contractAmoney: null,
587
- contractPayamoney: null,
588
- contractEarnest: null,
589
- contractPaymoney: 0,
590
- contractPaydate: 1666334386000,
591
- contractInmoney: 0.01,
592
- contractMoney: 0.01,
593
- goodsMoney: 0.01,
594
- ddTypeCurrency: null,
595
- dataBnum: 1,
596
- dataBweight: 0,
597
- dataBmoney: 0.01,
598
- goodsPinprice: null,
599
- goodsPbillno: '0',
600
- goodsPmoney: 0,
601
- goodsPmbillno: null,
602
- areaName: null,
603
- contractRemark: null,
604
- goodsMinnum: null,
605
- goodsOnenum: null,
606
- contractEffectivedate: null,
607
- contractDepositdate: null,
608
- contractInvoicedate: null,
609
- contractValidate: null,
610
- contractShow: 0,
611
- contractEcurl: null,
612
- contractEcflag: 0,
613
- contractInvoice: null,
614
- contractInvstate: 0,
615
- areaCode: '110000',
616
- goodsLogmoney: 0,
617
- goodsReceiptPhone: '17633538756',
618
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
619
- goodsReceiptMem: 'ahds`',
620
- appmanageIcode: '025',
621
- tenantCode: '597370900596056114',
622
- ptradeSeqno: '635839409039929407',
623
- goodsSupplierCode: '',
624
- goodsSupplierName: '',
625
- fchannelCode: null,
626
- faccountName: null,
627
- cashback: 0.01,
628
- contractAppraise: 0,
629
- refundMoney: null,
630
- contractSendnum: null,
631
- contractSendweight: null,
632
- contractState: 0,
633
- contractCtrlSeqno: null,
634
- refundFlag: 0,
635
- memberGcode: null,
636
- memberGname: null,
637
- memberMcode: '10000210397111',
638
- ocContractSettlList: null,
639
- packageList: null,
640
- goodsList: [
641
- {
642
- contractGoodsId: 16317,
643
- contractGoodsCode: '4298deb963434471950acad13229ef9f',
644
- contractBillcode: '635839400454189068',
645
- packageCode: '0760bb843c4446e7bdddecaef8f39ad9',
646
- skuCode: '633411443332804633',
647
- skuBarcode: null,
648
- skuName: '橘咖色',
649
- goodsOldcode: null,
650
- skuOldcode: null,
651
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
652
- memberCode: '20000210397842',
653
- memberName: 'SaaS创新业务部B2C',
654
- memberCcode: '10000210397111',
655
- memberCname: '云货架',
656
- goodsShowno: '10060573969738',
657
- skuShowno: '10060573969738',
658
- goodsNo: '10060573969738',
659
- skuNo: '10060573969738',
660
- contractGoodsOldcode: null,
661
- contractGoodsType: 0,
662
- contractGoodsGtype: '0',
663
- skuEocode: null,
664
- goodsEocode: null,
665
- memberBcode: '10000210397336',
666
- memberBname: '13022115446',
667
- mschannelCode: 'jdjos',
668
- mschannelName: '京东开普勒供应商',
669
- channelCode: '597408335937855526',
670
- channelName: 'B2C渠道',
671
- goodsCode: '633409270658166832',
672
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
673
- goodsCamount: 1,
674
- goodsCweight: 0,
675
- goodsOrigin: '11',
676
- goodsPro: '11',
677
- goodsType: '50',
678
- classtreeCode: '633406356397027347',
679
- classtreeShopcode: null,
680
- classtreeName: null,
681
- classtreeShopname: null,
682
- contractGoodsBoxnum: null,
683
- contractGoodsBoxprice: null,
684
- contractGoodsBoxamt: 0,
685
- pntreeCode: '000000066',
686
- pntreeName: '京东默认',
687
- partsnameName: null,
688
- productareaName: null,
689
- goodsMaterial: null,
690
- goodsSpec: null,
691
- goodsSpec1: null,
692
- goodsSpec2: null,
693
- goodsSpec3: null,
694
- goodsSpec4: null,
695
- goodsSpec5: null,
696
- goodsProperty: null,
697
- goodsProperty1: null,
698
- goodsProperty2: null,
699
- goodsProperty3: null,
700
- goodsProperty4: null,
701
- goodsProperty5: null,
702
- goodsMinnum: 1,
703
- goodsOneweight: 1,
704
- goodsWeight: 0,
705
- goodsNum: 1,
706
- goodsSupplynum: 998,
707
- goodsSupplyweight: 999,
708
- goodsAhnum: 0,
709
- goodsAhweight: 0,
710
- goodsHangnum: 998,
711
- goodsHangweight: 999,
712
- goodsTopnum: null,
713
- goodsTopweight: null,
714
- goodsOrdnum: 1,
715
- goodsOrdweight: 0,
716
- partsnameNumunit: null,
717
- partsnameWeightunit: null,
718
- contractGoodsPrice: 0.01,
719
- contractGoodsMoney: 0.01,
720
- contractGoodsInmoney: 0.01,
721
- contractGoodsPefinmoney: 0,
722
- contractGoodsPefmoney: 0,
723
- contractGoodsPefprice: 0,
724
- pricesetNprice: 0.01,
725
- pricesetMakeprice: 188,
726
- pricesetBaseprice: 188,
727
- pricesetAsprice: 0.01,
728
- pricesetType: null,
729
- pricesetRefrice: 0,
730
- pricesetPrefprice: 178,
731
- pricesetInsideprice: 0,
732
- contractGoodsSendnum: null,
733
- contractGoodsSendweight: null,
734
- contractGoodsRefweight: null,
735
- contractGoodsRefnum: null,
736
- warehouseName: null,
737
- areaName: null,
738
- areaCode: null,
739
- warehouseCode: null,
740
- goodsContract: null,
741
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
742
- dataPicpath: null,
743
- memberContact: null,
744
- memberContactPhone: null,
745
- dataOpbillstate: 0,
746
- memberContactQq: null,
747
- appmanageIcode: null,
748
- contractGoodsAppraise: 0,
749
- contractGoodsRemark: null,
750
- tenantCode: '597370900596056114',
751
- refundFlag: 0,
752
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
753
- dataState: 0,
754
- memo: null,
755
- pricesetCurrency: null,
756
- pricesetCurrency1: null,
757
- brandCode: '',
758
- brandName: '',
759
- ocContractGoodsGoodsList: null,
760
- ocContractPmGoodsDomainList: null,
761
- contractState: null,
762
- shoppingGoodsPmname: null,
763
- shoppingGoodsPmclass: null,
764
- shoppingGoodsPm: null,
765
- shoppingGoodsCheck: null,
766
- goodsShowname: null,
767
- ginfoCode: null,
768
- goodsClass: null,
769
- memberMcode: '10000210397111',
770
- memberMname: '云货架',
771
- goodsDay: null,
772
- goodsDayinfo: null,
773
- pricesetOldNprice: null,
774
- pricesetOldRefrice: null,
775
- goodsState: null,
776
- goodsPmoney: null,
777
- goodsMoney: null,
778
- goodsReceiptMem: null,
779
- goodsReceiptPhone: null,
780
- goodsReceiptArrdess: null,
781
- contractAppraise: null,
782
- contractPaydate: null,
783
- contractInvstate: null,
784
- dataBmoney: null
785
- }
786
- ],
787
- ocContractproDomainList: null,
788
- dataStatestr: null,
789
- warehouseName: null,
790
- warehouseCode: null,
791
- contractDelcode: 'HU2KQC',
792
- contractUserurl: null,
793
- custrelCode: null,
794
- companyCode: null,
795
- companyShortname: null,
796
- departCode: null,
797
- departShortname: null,
798
- employeeCode: null,
799
- employeeName: null,
800
- userCode: '635565184114815004',
801
- userName: '13022115446',
802
- pricesetCurrency: null,
803
- pricesetCurrency1: null,
804
- freeFlag: false,
805
- orgEmployeeReDomainList: null,
806
- gmtCreate: 1666334388000,
807
- gmtModified: 1666334400000,
808
- memo: null,
809
- dataState: -1,
810
- invUrl: null,
811
- payTime: null,
812
- forecastAmt: null,
813
- invp: null,
814
- ref: null,
815
- pmpay: null,
816
- coppay: null,
817
- urpay: null,
818
- intpay: null,
819
- blance: null,
820
- pmode: null,
821
- freight: null,
822
- ninvpro: null,
823
- reg: null,
824
- oaflag: null,
825
- erpCode: null,
826
- erpDate: null,
827
- erpAmt: null
828
- },
829
- {
830
- contractId: 15735,
831
- contractBillcode: '635839400454189062',
832
- contractBbillcode: '635839400454189062',
833
- contractNbillcode: null,
834
- contractNbbillcode: null,
835
- contractObillcode: null,
836
- memberMname: '云货架',
837
- goodsClass: null,
838
- memberCode: '20000210397842',
839
- memberName: 'SaaS创新业务部B2C',
840
- memberBcode: '10000210397336',
841
- mschannelCode: 'jdjos',
842
- mschannelName: '京东开普勒供应商',
843
- memberBname: '13022115446',
844
- memberCcode: '10000210397111',
845
- memberCname: '云货架',
846
- contractProperty: '0',
847
- channelCode: '597408335937855526',
848
- pmChannelCode: null,
849
- channelName: 'B2C渠道',
850
- contractType: '50',
851
- contractTypepro: '00',
852
- contractBlance: '0',
853
- contractPmode: '0',
854
- contractPumode: '0',
855
- goodsNum: 1,
856
- goodsWeight: 0,
857
- goodsAssistweight: null,
858
- pricesetRefrice: 0,
859
- contractGmoney: null,
860
- contractPaygmoney: null,
861
- contractAmoney: null,
862
- contractPayamoney: null,
863
- contractEarnest: null,
864
- contractPaymoney: 0,
865
- contractPaydate: 1666333843000,
866
- contractInmoney: 0.01,
867
- contractMoney: 0.01,
868
- goodsMoney: 0.01,
869
- ddTypeCurrency: null,
870
- dataBnum: 1,
871
- dataBweight: 0,
872
- dataBmoney: 0.01,
873
- goodsPinprice: null,
874
- goodsPbillno: '0',
875
- goodsPmoney: 0,
876
- goodsPmbillno: null,
877
- areaName: null,
878
- contractRemark: null,
879
- goodsMinnum: null,
880
- goodsOnenum: null,
881
- contractEffectivedate: null,
882
- contractDepositdate: null,
883
- contractInvoicedate: null,
884
- contractValidate: null,
885
- contractShow: 0,
886
- contractEcurl: null,
887
- contractEcflag: 0,
888
- contractInvoice: null,
889
- contractInvstate: 0,
890
- areaCode: '110000',
891
- goodsLogmoney: 0,
892
- goodsReceiptPhone: '17633538756',
893
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
894
- goodsReceiptMem: 'ahds`',
895
- appmanageIcode: '025',
896
- tenantCode: '597370900596056114',
897
- ptradeSeqno: '635839409039929438',
898
- goodsSupplierCode: '',
899
- goodsSupplierName: '',
900
- fchannelCode: 'wechatmini',
901
- faccountName: 'wechatmini',
902
- cashback: 0.01,
903
- contractAppraise: 0,
904
- refundMoney: null,
905
- contractSendnum: null,
906
- contractSendweight: null,
907
- contractState: 0,
908
- contractCtrlSeqno: null,
909
- refundFlag: 0,
910
- memberGcode: null,
911
- memberGname: null,
912
- memberMcode: '10000210397111',
913
- ocContractSettlList: null,
914
- packageList: null,
915
- goodsList: [
916
- {
917
- contractGoodsId: 16316,
918
- contractGoodsCode: '77a2d80626e04ef993ffb4253aea7381',
919
- contractBillcode: '635839400454189062',
920
- packageCode: '2d86f306ed36456cbb73da9f1d654b4d',
921
- skuCode: '633411443332804633',
922
- skuBarcode: null,
923
- skuName: '橘咖色',
924
- goodsOldcode: null,
925
- skuOldcode: null,
926
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
927
- memberCode: '20000210397842',
928
- memberName: 'SaaS创新业务部B2C',
929
- memberCcode: '10000210397111',
930
- memberCname: '云货架',
931
- goodsShowno: '10060573969738',
932
- skuShowno: '10060573969738',
933
- goodsNo: '10060573969738',
934
- skuNo: '10060573969738',
935
- contractGoodsOldcode: null,
936
- contractGoodsType: 0,
937
- contractGoodsGtype: '0',
938
- skuEocode: null,
939
- goodsEocode: null,
940
- memberBcode: '10000210397336',
941
- memberBname: '13022115446',
942
- mschannelCode: 'jdjos',
943
- mschannelName: '京东开普勒供应商',
944
- channelCode: '597408335937855526',
945
- channelName: 'B2C渠道',
946
- goodsCode: '633409270658166832',
947
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
948
- goodsCamount: 1,
949
- goodsCweight: 0,
950
- goodsOrigin: '11',
951
- goodsPro: '11',
952
- goodsType: '50',
953
- classtreeCode: '633406356397027347',
954
- classtreeShopcode: null,
955
- classtreeName: null,
956
- classtreeShopname: null,
957
- contractGoodsBoxnum: null,
958
- contractGoodsBoxprice: null,
959
- contractGoodsBoxamt: 0,
960
- pntreeCode: '000000066',
961
- pntreeName: '京东默认',
962
- partsnameName: null,
963
- productareaName: null,
964
- goodsMaterial: null,
965
- goodsSpec: null,
966
- goodsSpec1: null,
967
- goodsSpec2: null,
968
- goodsSpec3: null,
969
- goodsSpec4: null,
970
- goodsSpec5: null,
971
- goodsProperty: null,
972
- goodsProperty1: null,
973
- goodsProperty2: null,
974
- goodsProperty3: null,
975
- goodsProperty4: null,
976
- goodsProperty5: null,
977
- goodsMinnum: 1,
978
- goodsOneweight: 1,
979
- goodsWeight: 0,
980
- goodsNum: 1,
981
- goodsSupplynum: 999,
982
- goodsSupplyweight: 999,
983
- goodsAhnum: 0,
984
- goodsAhweight: 0,
985
- goodsHangnum: 999,
986
- goodsHangweight: 999,
987
- goodsTopnum: null,
988
- goodsTopweight: null,
989
- goodsOrdnum: 1,
990
- goodsOrdweight: 0,
991
- partsnameNumunit: null,
992
- partsnameWeightunit: null,
993
- contractGoodsPrice: 0.01,
994
- contractGoodsMoney: 0.01,
995
- contractGoodsInmoney: 0.01,
996
- contractGoodsPefinmoney: 0,
997
- contractGoodsPefmoney: 0,
998
- contractGoodsPefprice: 0,
999
- pricesetNprice: 0.01,
1000
- pricesetMakeprice: 188,
1001
- pricesetBaseprice: 188,
1002
- pricesetAsprice: 0.01,
1003
- pricesetType: null,
1004
- pricesetRefrice: 0,
1005
- pricesetPrefprice: 178,
1006
- pricesetInsideprice: 0,
1007
- contractGoodsSendnum: null,
1008
- contractGoodsSendweight: null,
1009
- contractGoodsRefweight: null,
1010
- contractGoodsRefnum: null,
1011
- warehouseName: null,
1012
- areaName: null,
1013
- areaCode: null,
1014
- warehouseCode: null,
1015
- goodsContract: null,
1016
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
1017
- dataPicpath: null,
1018
- memberContact: null,
1019
- memberContactPhone: null,
1020
- dataOpbillstate: 0,
1021
- memberContactQq: null,
1022
- appmanageIcode: null,
1023
- contractGoodsAppraise: 0,
1024
- contractGoodsRemark: null,
1025
- tenantCode: '597370900596056114',
1026
- refundFlag: 0,
1027
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
1028
- dataState: 0,
1029
- memo: null,
1030
- pricesetCurrency: null,
1031
- pricesetCurrency1: null,
1032
- brandCode: '',
1033
- brandName: '',
1034
- ocContractGoodsGoodsList: null,
1035
- ocContractPmGoodsDomainList: null,
1036
- contractState: null,
1037
- shoppingGoodsPmname: null,
1038
- shoppingGoodsPmclass: null,
1039
- shoppingGoodsPm: null,
1040
- shoppingGoodsCheck: null,
1041
- goodsShowname: null,
1042
- ginfoCode: null,
1043
- goodsClass: null,
1044
- memberMcode: '10000210397111',
1045
- memberMname: '云货架',
1046
- goodsDay: null,
1047
- goodsDayinfo: null,
1048
- pricesetOldNprice: null,
1049
- pricesetOldRefrice: null,
1050
- goodsState: null,
1051
- goodsPmoney: null,
1052
- goodsMoney: null,
1053
- goodsReceiptMem: null,
1054
- goodsReceiptPhone: null,
1055
- goodsReceiptArrdess: null,
1056
- contractAppraise: null,
1057
- contractPaydate: null,
1058
- contractInvstate: null,
1059
- dataBmoney: null
1060
- }
1061
- ],
1062
- ocContractproDomainList: null,
1063
- dataStatestr: null,
1064
- warehouseName: null,
1065
- warehouseCode: null,
1066
- contractDelcode: '56YVM3',
1067
- contractUserurl: null,
1068
- custrelCode: null,
1069
- companyCode: null,
1070
- companyShortname: null,
1071
- departCode: null,
1072
- departShortname: null,
1073
- employeeCode: null,
1074
- employeeName: null,
1075
- userCode: '635565184114815004',
1076
- userName: '13022115446',
1077
- pricesetCurrency: null,
1078
- pricesetCurrency1: null,
1079
- freeFlag: false,
1080
- orgEmployeeReDomainList: null,
1081
- gmtCreate: 1666333845000,
1082
- gmtModified: 1666333876000,
1083
- memo: null,
1084
- dataState: 2,
1085
- invUrl: null,
1086
- payTime: null,
1087
- forecastAmt: null,
1088
- invp: null,
1089
- ref: null,
1090
- pmpay: null,
1091
- coppay: null,
1092
- urpay: null,
1093
- intpay: null,
1094
- blance: null,
1095
- pmode: null,
1096
- freight: null,
1097
- ninvpro: null,
1098
- reg: null,
1099
- oaflag: null,
1100
- erpCode: null,
1101
- erpDate: null,
1102
- erpAmt: null
1103
- },
1104
- {
1105
- contractId: 15733,
1106
- contractBillcode: '635839400454189091',
1107
- contractBbillcode: '635839400454189091',
1108
- contractNbillcode: null,
1109
- contractNbbillcode: null,
1110
- contractObillcode: null,
1111
- memberMname: '云货架',
1112
- goodsClass: null,
1113
- memberCode: '20000210397842',
1114
- memberName: 'SaaS创新业务部B2C',
1115
- memberBcode: '10000210397336',
1116
- mschannelCode: 'jdjos',
1117
- mschannelName: '京东开普勒供应商',
1118
- memberBname: '13022115446',
1119
- memberCcode: '10000210397111',
1120
- memberCname: '云货架',
1121
- contractProperty: '0',
1122
- channelCode: '597408335937855526',
1123
- pmChannelCode: null,
1124
- channelName: 'B2C渠道',
1125
- contractType: '50',
1126
- contractTypepro: '00',
1127
- contractBlance: '0',
1128
- contractPmode: '0',
1129
- contractPumode: '0',
1130
- goodsNum: 1,
1131
- goodsWeight: 0,
1132
- goodsAssistweight: null,
1133
- pricesetRefrice: 0,
1134
- contractGmoney: null,
1135
- contractPaygmoney: null,
1136
- contractAmoney: null,
1137
- contractPayamoney: null,
1138
- contractEarnest: null,
1139
- contractPaymoney: 0,
1140
- contractPaydate: 1666332842000,
1141
- contractInmoney: 0.01,
1142
- contractMoney: 0.01,
1143
- goodsMoney: 0.01,
1144
- ddTypeCurrency: null,
1145
- dataBnum: 1,
1146
- dataBweight: 0,
1147
- dataBmoney: 0.01,
1148
- goodsPinprice: null,
1149
- goodsPbillno: '0',
1150
- goodsPmoney: 0,
1151
- goodsPmbillno: null,
1152
- areaName: null,
1153
- contractRemark: null,
1154
- goodsMinnum: null,
1155
- goodsOnenum: null,
1156
- contractEffectivedate: null,
1157
- contractDepositdate: null,
1158
- contractInvoicedate: null,
1159
- contractValidate: null,
1160
- contractShow: 0,
1161
- contractEcurl: null,
1162
- contractEcflag: 0,
1163
- contractInvoice: null,
1164
- contractInvstate: 0,
1165
- areaCode: '110000',
1166
- goodsLogmoney: 0,
1167
- goodsReceiptPhone: '17633538756',
1168
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
1169
- goodsReceiptMem: 'ahds`',
1170
- appmanageIcode: '025',
1171
- tenantCode: '597370900596056114',
1172
- ptradeSeqno: '635839409039929391',
1173
- goodsSupplierCode: '',
1174
- goodsSupplierName: '',
1175
- fchannelCode: 'wechatmini',
1176
- faccountName: 'wechatmini',
1177
- cashback: 0.01,
1178
- contractAppraise: 0,
1179
- refundMoney: null,
1180
- contractSendnum: null,
1181
- contractSendweight: null,
1182
- contractState: 0,
1183
- contractCtrlSeqno: null,
1184
- refundFlag: 0,
1185
- memberGcode: null,
1186
- memberGname: null,
1187
- memberMcode: '10000210397111',
1188
- ocContractSettlList: null,
1189
- packageList: null,
1190
- goodsList: [
1191
- {
1192
- contractGoodsId: 16314,
1193
- contractGoodsCode: 'b7ba9a4ba1df4268bda31c6b3cc4b5bc',
1194
- contractBillcode: '635839400454189091',
1195
- packageCode: 'e6226ee22db0431f90530f5c76d8fc01',
1196
- skuCode: '633411443332804633',
1197
- skuBarcode: null,
1198
- skuName: '橘咖色',
1199
- goodsOldcode: null,
1200
- skuOldcode: null,
1201
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
1202
- memberCode: '20000210397842',
1203
- memberName: 'SaaS创新业务部B2C',
1204
- memberCcode: '10000210397111',
1205
- memberCname: '云货架',
1206
- goodsShowno: '10060573969738',
1207
- skuShowno: '10060573969738',
1208
- goodsNo: '10060573969738',
1209
- skuNo: '10060573969738',
1210
- contractGoodsOldcode: null,
1211
- contractGoodsType: 0,
1212
- contractGoodsGtype: '0',
1213
- skuEocode: null,
1214
- goodsEocode: null,
1215
- memberBcode: '10000210397336',
1216
- memberBname: '13022115446',
1217
- mschannelCode: 'jdjos',
1218
- mschannelName: '京东开普勒供应商',
1219
- channelCode: '597408335937855526',
1220
- channelName: 'B2C渠道',
1221
- goodsCode: '633409270658166832',
1222
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
1223
- goodsCamount: 1,
1224
- goodsCweight: 0,
1225
- goodsOrigin: '11',
1226
- goodsPro: '11',
1227
- goodsType: '50',
1228
- classtreeCode: '633406356397027347',
1229
- classtreeShopcode: null,
1230
- classtreeName: null,
1231
- classtreeShopname: null,
1232
- contractGoodsBoxnum: null,
1233
- contractGoodsBoxprice: null,
1234
- contractGoodsBoxamt: 0,
1235
- pntreeCode: '000000066',
1236
- pntreeName: '京东默认',
1237
- partsnameName: null,
1238
- productareaName: null,
1239
- goodsMaterial: null,
1240
- goodsSpec: null,
1241
- goodsSpec1: null,
1242
- goodsSpec2: null,
1243
- goodsSpec3: null,
1244
- goodsSpec4: null,
1245
- goodsSpec5: null,
1246
- goodsProperty: null,
1247
- goodsProperty1: null,
1248
- goodsProperty2: null,
1249
- goodsProperty3: null,
1250
- goodsProperty4: null,
1251
- goodsProperty5: null,
1252
- goodsMinnum: 1,
1253
- goodsOneweight: 1,
1254
- goodsWeight: 0,
1255
- goodsNum: 1,
1256
- goodsSupplynum: 999,
1257
- goodsSupplyweight: 999,
1258
- goodsAhnum: 0,
1259
- goodsAhweight: 0,
1260
- goodsHangnum: 999,
1261
- goodsHangweight: 999,
1262
- goodsTopnum: null,
1263
- goodsTopweight: null,
1264
- goodsOrdnum: 1,
1265
- goodsOrdweight: 0,
1266
- partsnameNumunit: null,
1267
- partsnameWeightunit: null,
1268
- contractGoodsPrice: 0.01,
1269
- contractGoodsMoney: 0.01,
1270
- contractGoodsInmoney: 0.01,
1271
- contractGoodsPefinmoney: 0,
1272
- contractGoodsPefmoney: 0,
1273
- contractGoodsPefprice: 0,
1274
- pricesetNprice: 0.01,
1275
- pricesetMakeprice: 188,
1276
- pricesetBaseprice: 188,
1277
- pricesetAsprice: 0.01,
1278
- pricesetType: null,
1279
- pricesetRefrice: 0,
1280
- pricesetPrefprice: 178,
1281
- pricesetInsideprice: 0,
1282
- contractGoodsSendnum: null,
1283
- contractGoodsSendweight: null,
1284
- contractGoodsRefweight: null,
1285
- contractGoodsRefnum: null,
1286
- warehouseName: null,
1287
- areaName: null,
1288
- areaCode: null,
1289
- warehouseCode: null,
1290
- goodsContract: null,
1291
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
1292
- dataPicpath: null,
1293
- memberContact: null,
1294
- memberContactPhone: null,
1295
- dataOpbillstate: 0,
1296
- memberContactQq: null,
1297
- appmanageIcode: null,
1298
- contractGoodsAppraise: 0,
1299
- contractGoodsRemark: null,
1300
- tenantCode: '597370900596056114',
1301
- refundFlag: 0,
1302
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
1303
- dataState: 0,
1304
- memo: null,
1305
- pricesetCurrency: null,
1306
- pricesetCurrency1: null,
1307
- brandCode: '',
1308
- brandName: '',
1309
- ocContractGoodsGoodsList: null,
1310
- ocContractPmGoodsDomainList: null,
1311
- contractState: null,
1312
- shoppingGoodsPmname: null,
1313
- shoppingGoodsPmclass: null,
1314
- shoppingGoodsPm: null,
1315
- shoppingGoodsCheck: null,
1316
- goodsShowname: null,
1317
- ginfoCode: null,
1318
- goodsClass: null,
1319
- memberMcode: '10000210397111',
1320
- memberMname: '云货架',
1321
- goodsDay: null,
1322
- goodsDayinfo: null,
1323
- pricesetOldNprice: null,
1324
- pricesetOldRefrice: null,
1325
- goodsState: null,
1326
- goodsPmoney: null,
1327
- goodsMoney: null,
1328
- goodsReceiptMem: null,
1329
- goodsReceiptPhone: null,
1330
- goodsReceiptArrdess: null,
1331
- contractAppraise: null,
1332
- contractPaydate: null,
1333
- contractInvstate: null,
1334
- dataBmoney: null
1335
- }
1336
- ],
1337
- ocContractproDomainList: null,
1338
- dataStatestr: null,
1339
- warehouseName: null,
1340
- warehouseCode: null,
1341
- contractDelcode: 'qd9yQK',
1342
- contractUserurl: null,
1343
- custrelCode: null,
1344
- companyCode: null,
1345
- companyShortname: null,
1346
- departCode: null,
1347
- departShortname: null,
1348
- employeeCode: null,
1349
- employeeName: null,
1350
- userCode: '635565184114815004',
1351
- userName: '13022115446',
1352
- pricesetCurrency: null,
1353
- pricesetCurrency1: null,
1354
- freeFlag: false,
1355
- orgEmployeeReDomainList: null,
1356
- gmtCreate: 1666332844000,
1357
- gmtModified: 1666332900000,
1358
- memo: null,
1359
- dataState: -1,
1360
- invUrl: null,
1361
- payTime: null,
1362
- forecastAmt: null,
1363
- invp: null,
1364
- ref: null,
1365
- pmpay: null,
1366
- coppay: null,
1367
- urpay: null,
1368
- intpay: null,
1369
- blance: null,
1370
- pmode: null,
1371
- freight: null,
1372
- ninvpro: null,
1373
- reg: null,
1374
- oaflag: null,
1375
- erpCode: null,
1376
- erpDate: null,
1377
- erpAmt: null
1378
- },
1379
- {
1380
- contractId: 15732,
1381
- contractBillcode: '635839400454189067',
1382
- contractBbillcode: '635839400454189067',
1383
- contractNbillcode: null,
1384
- contractNbbillcode: null,
1385
- contractObillcode: null,
1386
- memberMname: '云货架',
1387
- goodsClass: null,
1388
- memberCode: '20000210397842',
1389
- memberName: 'SaaS创新业务部B2C',
1390
- memberBcode: '10000210397336',
1391
- mschannelCode: 'jdjos',
1392
- mschannelName: '京东开普勒供应商',
1393
- memberBname: '13022115446',
1394
- memberCcode: '10000210397111',
1395
- memberCname: '云货架',
1396
- contractProperty: '0',
1397
- channelCode: '597408335937855526',
1398
- pmChannelCode: null,
1399
- channelName: 'B2C渠道',
1400
- contractType: '50',
1401
- contractTypepro: '00',
1402
- contractBlance: '0',
1403
- contractPmode: '0',
1404
- contractPumode: '0',
1405
- goodsNum: 1,
1406
- goodsWeight: 0,
1407
- goodsAssistweight: null,
1408
- pricesetRefrice: 0,
1409
- contractGmoney: null,
1410
- contractPaygmoney: null,
1411
- contractAmoney: null,
1412
- contractPayamoney: null,
1413
- contractEarnest: null,
1414
- contractPaymoney: 0,
1415
- contractPaydate: 1666331954000,
1416
- contractInmoney: 0.01,
1417
- contractMoney: 0.01,
1418
- goodsMoney: 0.01,
1419
- ddTypeCurrency: null,
1420
- dataBnum: 1,
1421
- dataBweight: 0,
1422
- dataBmoney: 0.01,
1423
- goodsPinprice: null,
1424
- goodsPbillno: '0',
1425
- goodsPmoney: 0,
1426
- goodsPmbillno: null,
1427
- areaName: null,
1428
- contractRemark: null,
1429
- goodsMinnum: null,
1430
- goodsOnenum: null,
1431
- contractEffectivedate: null,
1432
- contractDepositdate: null,
1433
- contractInvoicedate: null,
1434
- contractValidate: null,
1435
- contractShow: 0,
1436
- contractEcurl: null,
1437
- contractEcflag: 0,
1438
- contractInvoice: null,
1439
- contractInvstate: 0,
1440
- areaCode: '110000',
1441
- goodsLogmoney: 0,
1442
- goodsReceiptPhone: '17633538756',
1443
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
1444
- goodsReceiptMem: 'ahds`',
1445
- appmanageIcode: '025',
1446
- tenantCode: '597370900596056114',
1447
- ptradeSeqno: null,
1448
- goodsSupplierCode: '',
1449
- goodsSupplierName: '',
1450
- fchannelCode: null,
1451
- faccountName: null,
1452
- cashback: 0.01,
1453
- contractAppraise: 0,
1454
- refundMoney: null,
1455
- contractSendnum: null,
1456
- contractSendweight: null,
1457
- contractState: 0,
1458
- contractCtrlSeqno: null,
1459
- refundFlag: 0,
1460
- memberGcode: null,
1461
- memberGname: null,
1462
- memberMcode: '10000210397111',
1463
- ocContractSettlList: null,
1464
- packageList: null,
1465
- goodsList: [
1466
- {
1467
- contractGoodsId: 16313,
1468
- contractGoodsCode: 'f91c8413fa534b7788f0105eeebd51d6',
1469
- contractBillcode: '635839400454189067',
1470
- packageCode: 'ee8486fefa6d471786323f81c52ef892',
1471
- skuCode: '633411443332804643',
1472
- skuBarcode: null,
1473
- skuName: '95*55*50cm',
1474
- goodsOldcode: null,
1475
- skuOldcode: null,
1476
- spuCode: 'd453da0e31df4c7197a758628576db8e',
1477
- memberCode: '20000210397842',
1478
- memberName: 'SaaS创新业务部B2C',
1479
- memberCcode: '10000210397111',
1480
- memberCname: '云货架',
1481
- goodsShowno: '10060573912248',
1482
- skuShowno: '10060573912248',
1483
- goodsNo: '10060573912248',
1484
- skuNo: '10060573912248',
1485
- contractGoodsOldcode: null,
1486
- contractGoodsType: 0,
1487
- contractGoodsGtype: '0',
1488
- skuEocode: null,
1489
- goodsEocode: null,
1490
- memberBcode: '10000210397336',
1491
- memberBname: '13022115446',
1492
- mschannelCode: 'jdjos',
1493
- mschannelName: '京东开普勒供应商',
1494
- channelCode: '597408335937855526',
1495
- channelName: 'B2C渠道',
1496
- goodsCode: '633409270658166851',
1497
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
1498
- goodsCamount: 1,
1499
- goodsCweight: 0,
1500
- goodsOrigin: '11',
1501
- goodsPro: '11',
1502
- goodsType: '50',
1503
- classtreeCode: '633406356397027364',
1504
- classtreeShopcode: null,
1505
- classtreeName: null,
1506
- classtreeShopname: null,
1507
- contractGoodsBoxnum: null,
1508
- contractGoodsBoxprice: null,
1509
- contractGoodsBoxamt: 0,
1510
- pntreeCode: '000000066',
1511
- pntreeName: '京东默认',
1512
- partsnameName: null,
1513
- productareaName: null,
1514
- goodsMaterial: null,
1515
- goodsSpec: null,
1516
- goodsSpec1: null,
1517
- goodsSpec2: null,
1518
- goodsSpec3: null,
1519
- goodsSpec4: null,
1520
- goodsSpec5: null,
1521
- goodsProperty: null,
1522
- goodsProperty1: null,
1523
- goodsProperty2: null,
1524
- goodsProperty3: null,
1525
- goodsProperty4: null,
1526
- goodsProperty5: null,
1527
- goodsMinnum: 1,
1528
- goodsOneweight: 1,
1529
- goodsWeight: 0,
1530
- goodsNum: 1,
1531
- goodsSupplynum: 998,
1532
- goodsSupplyweight: 999,
1533
- goodsAhnum: 0,
1534
- goodsAhweight: 0,
1535
- goodsHangnum: 999,
1536
- goodsHangweight: 999,
1537
- goodsTopnum: null,
1538
- goodsTopweight: null,
1539
- goodsOrdnum: 1,
1540
- goodsOrdweight: 0,
1541
- partsnameNumunit: null,
1542
- partsnameWeightunit: null,
1543
- contractGoodsPrice: 0.01,
1544
- contractGoodsMoney: 0.01,
1545
- contractGoodsInmoney: 0.01,
1546
- contractGoodsPefinmoney: 0,
1547
- contractGoodsPefmoney: 0,
1548
- contractGoodsPefprice: 0,
1549
- pricesetNprice: 0.01,
1550
- pricesetMakeprice: 298,
1551
- pricesetBaseprice: 298,
1552
- pricesetAsprice: 0.01,
1553
- pricesetType: null,
1554
- pricesetRefrice: 0,
1555
- pricesetPrefprice: 278,
1556
- pricesetInsideprice: 0,
1557
- contractGoodsSendnum: null,
1558
- contractGoodsSendweight: null,
1559
- contractGoodsRefweight: null,
1560
- contractGoodsRefnum: null,
1561
- warehouseName: null,
1562
- areaName: null,
1563
- areaCode: null,
1564
- warehouseCode: null,
1565
- goodsContract: null,
1566
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
1567
- dataPicpath: null,
1568
- memberContact: null,
1569
- memberContactPhone: null,
1570
- dataOpbillstate: 0,
1571
- memberContactQq: null,
1572
- appmanageIcode: null,
1573
- contractGoodsAppraise: 0,
1574
- contractGoodsRemark: null,
1575
- tenantCode: '597370900596056114',
1576
- refundFlag: 0,
1577
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
1578
- dataState: 0,
1579
- memo: null,
1580
- pricesetCurrency: null,
1581
- pricesetCurrency1: null,
1582
- brandCode: '',
1583
- brandName: '',
1584
- ocContractGoodsGoodsList: null,
1585
- ocContractPmGoodsDomainList: null,
1586
- contractState: null,
1587
- shoppingGoodsPmname: null,
1588
- shoppingGoodsPmclass: null,
1589
- shoppingGoodsPm: null,
1590
- shoppingGoodsCheck: null,
1591
- goodsShowname: null,
1592
- ginfoCode: null,
1593
- goodsClass: null,
1594
- memberMcode: '10000210397111',
1595
- memberMname: '云货架',
1596
- goodsDay: null,
1597
- goodsDayinfo: null,
1598
- pricesetOldNprice: null,
1599
- pricesetOldRefrice: null,
1600
- goodsState: null,
1601
- goodsPmoney: null,
1602
- goodsMoney: null,
1603
- goodsReceiptMem: null,
1604
- goodsReceiptPhone: null,
1605
- goodsReceiptArrdess: null,
1606
- contractAppraise: null,
1607
- contractPaydate: null,
1608
- contractInvstate: null,
1609
- dataBmoney: null
1610
- }
1611
- ],
1612
- ocContractproDomainList: null,
1613
- dataStatestr: null,
1614
- warehouseName: null,
1615
- warehouseCode: null,
1616
- contractDelcode: 'CqTrP6',
1617
- contractUserurl: null,
1618
- custrelCode: null,
1619
- companyCode: null,
1620
- companyShortname: null,
1621
- departCode: null,
1622
- departShortname: null,
1623
- employeeCode: null,
1624
- employeeName: null,
1625
- userCode: '635565184114815004',
1626
- userName: '13022115446',
1627
- pricesetCurrency: null,
1628
- pricesetCurrency1: null,
1629
- freeFlag: false,
1630
- orgEmployeeReDomainList: null,
1631
- gmtCreate: 1666332042000,
1632
- gmtModified: 1666332300000,
1633
- memo: null,
1634
- dataState: -1,
1635
- invUrl: null,
1636
- payTime: null,
1637
- forecastAmt: null,
1638
- invp: null,
1639
- ref: null,
1640
- pmpay: null,
1641
- coppay: null,
1642
- urpay: null,
1643
- intpay: null,
1644
- blance: null,
1645
- pmode: null,
1646
- freight: null,
1647
- ninvpro: null,
1648
- reg: null,
1649
- oaflag: null,
1650
- erpCode: null,
1651
- erpDate: null,
1652
- erpAmt: null
1653
- },
1654
- {
1655
- contractId: 15731,
1656
- contractBillcode: '635839400454189086',
1657
- contractBbillcode: '635839400454189086',
1658
- contractNbillcode: null,
1659
- contractNbbillcode: null,
1660
- contractObillcode: null,
1661
- memberMname: '云货架',
1662
- goodsClass: null,
1663
- memberCode: '20000210397842',
1664
- memberName: 'SaaS创新业务部B2C',
1665
- memberBcode: '10000210397336',
1666
- mschannelCode: 'jdjos',
1667
- mschannelName: '京东开普勒供应商',
1668
- memberBname: '13022115446',
1669
- memberCcode: '10000210397111',
1670
- memberCname: '云货架',
1671
- contractProperty: '0',
1672
- channelCode: '597408335937855526',
1673
- pmChannelCode: null,
1674
- channelName: 'B2C渠道',
1675
- contractType: '50',
1676
- contractTypepro: '00',
1677
- contractBlance: '0',
1678
- contractPmode: '0',
1679
- contractPumode: '0',
1680
- goodsNum: 1,
1681
- goodsWeight: 0,
1682
- goodsAssistweight: null,
1683
- pricesetRefrice: 0,
1684
- contractGmoney: null,
1685
- contractPaygmoney: null,
1686
- contractAmoney: null,
1687
- contractPayamoney: null,
1688
- contractEarnest: null,
1689
- contractPaymoney: 0,
1690
- contractPaydate: 1666331954000,
1691
- contractInmoney: 0.01,
1692
- contractMoney: 0.01,
1693
- goodsMoney: 0.01,
1694
- ddTypeCurrency: null,
1695
- dataBnum: 1,
1696
- dataBweight: 0,
1697
- dataBmoney: 0.01,
1698
- goodsPinprice: null,
1699
- goodsPbillno: '0',
1700
- goodsPmoney: 0,
1701
- goodsPmbillno: null,
1702
- areaName: null,
1703
- contractRemark: null,
1704
- goodsMinnum: null,
1705
- goodsOnenum: null,
1706
- contractEffectivedate: null,
1707
- contractDepositdate: null,
1708
- contractInvoicedate: null,
1709
- contractValidate: null,
1710
- contractShow: 0,
1711
- contractEcurl: null,
1712
- contractEcflag: 0,
1713
- contractInvoice: null,
1714
- contractInvstate: 0,
1715
- areaCode: '110000',
1716
- goodsLogmoney: 0,
1717
- goodsReceiptPhone: '17633538756',
1718
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
1719
- goodsReceiptMem: 'ahds`',
1720
- appmanageIcode: '025',
1721
- tenantCode: '597370900596056114',
1722
- ptradeSeqno: '635839409039929351',
1723
- goodsSupplierCode: '',
1724
- goodsSupplierName: '',
1725
- fchannelCode: null,
1726
- faccountName: null,
1727
- cashback: 0.01,
1728
- contractAppraise: 0,
1729
- refundMoney: null,
1730
- contractSendnum: null,
1731
- contractSendweight: null,
1732
- contractState: 0,
1733
- contractCtrlSeqno: null,
1734
- refundFlag: 0,
1735
- memberGcode: null,
1736
- memberGname: null,
1737
- memberMcode: '10000210397111',
1738
- ocContractSettlList: null,
1739
- packageList: null,
1740
- goodsList: [
1741
- {
1742
- contractGoodsId: 16312,
1743
- contractGoodsCode: '5bd985cf03574a16bd702b7d96caf226',
1744
- contractBillcode: '635839400454189086',
1745
- packageCode: '867e516812ee4854958a4cd382f253af',
1746
- skuCode: '633411443332804643',
1747
- skuBarcode: null,
1748
- skuName: '95*55*50cm',
1749
- goodsOldcode: null,
1750
- skuOldcode: null,
1751
- spuCode: 'd453da0e31df4c7197a758628576db8e',
1752
- memberCode: '20000210397842',
1753
- memberName: 'SaaS创新业务部B2C',
1754
- memberCcode: '10000210397111',
1755
- memberCname: '云货架',
1756
- goodsShowno: '10060573912248',
1757
- skuShowno: '10060573912248',
1758
- goodsNo: '10060573912248',
1759
- skuNo: '10060573912248',
1760
- contractGoodsOldcode: null,
1761
- contractGoodsType: 0,
1762
- contractGoodsGtype: '0',
1763
- skuEocode: null,
1764
- goodsEocode: null,
1765
- memberBcode: '10000210397336',
1766
- memberBname: '13022115446',
1767
- mschannelCode: 'jdjos',
1768
- mschannelName: '京东开普勒供应商',
1769
- channelCode: '597408335937855526',
1770
- channelName: 'B2C渠道',
1771
- goodsCode: '633409270658166851',
1772
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
1773
- goodsCamount: 1,
1774
- goodsCweight: 0,
1775
- goodsOrigin: '11',
1776
- goodsPro: '11',
1777
- goodsType: '50',
1778
- classtreeCode: '633406356397027364',
1779
- classtreeShopcode: null,
1780
- classtreeName: null,
1781
- classtreeShopname: null,
1782
- contractGoodsBoxnum: null,
1783
- contractGoodsBoxprice: null,
1784
- contractGoodsBoxamt: 0,
1785
- pntreeCode: '000000066',
1786
- pntreeName: '京东默认',
1787
- partsnameName: null,
1788
- productareaName: null,
1789
- goodsMaterial: null,
1790
- goodsSpec: null,
1791
- goodsSpec1: null,
1792
- goodsSpec2: null,
1793
- goodsSpec3: null,
1794
- goodsSpec4: null,
1795
- goodsSpec5: null,
1796
- goodsProperty: null,
1797
- goodsProperty1: null,
1798
- goodsProperty2: null,
1799
- goodsProperty3: null,
1800
- goodsProperty4: null,
1801
- goodsProperty5: null,
1802
- goodsMinnum: 1,
1803
- goodsOneweight: 1,
1804
- goodsWeight: 0,
1805
- goodsNum: 1,
1806
- goodsSupplynum: 998,
1807
- goodsSupplyweight: 999,
1808
- goodsAhnum: 0,
1809
- goodsAhweight: 0,
1810
- goodsHangnum: 999,
1811
- goodsHangweight: 999,
1812
- goodsTopnum: null,
1813
- goodsTopweight: null,
1814
- goodsOrdnum: 1,
1815
- goodsOrdweight: 0,
1816
- partsnameNumunit: null,
1817
- partsnameWeightunit: null,
1818
- contractGoodsPrice: 0.01,
1819
- contractGoodsMoney: 0.01,
1820
- contractGoodsInmoney: 0.01,
1821
- contractGoodsPefinmoney: 0,
1822
- contractGoodsPefmoney: 0,
1823
- contractGoodsPefprice: 0,
1824
- pricesetNprice: 0.01,
1825
- pricesetMakeprice: 298,
1826
- pricesetBaseprice: 298,
1827
- pricesetAsprice: 0.01,
1828
- pricesetType: null,
1829
- pricesetRefrice: 0,
1830
- pricesetPrefprice: 278,
1831
- pricesetInsideprice: 0,
1832
- contractGoodsSendnum: null,
1833
- contractGoodsSendweight: null,
1834
- contractGoodsRefweight: null,
1835
- contractGoodsRefnum: null,
1836
- warehouseName: null,
1837
- areaName: null,
1838
- areaCode: null,
1839
- warehouseCode: null,
1840
- goodsContract: null,
1841
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
1842
- dataPicpath: null,
1843
- memberContact: null,
1844
- memberContactPhone: null,
1845
- dataOpbillstate: 0,
1846
- memberContactQq: null,
1847
- appmanageIcode: null,
1848
- contractGoodsAppraise: 0,
1849
- contractGoodsRemark: null,
1850
- tenantCode: '597370900596056114',
1851
- refundFlag: 0,
1852
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
1853
- dataState: 0,
1854
- memo: null,
1855
- pricesetCurrency: null,
1856
- pricesetCurrency1: null,
1857
- brandCode: '',
1858
- brandName: '',
1859
- ocContractGoodsGoodsList: null,
1860
- ocContractPmGoodsDomainList: null,
1861
- contractState: null,
1862
- shoppingGoodsPmname: null,
1863
- shoppingGoodsPmclass: null,
1864
- shoppingGoodsPm: null,
1865
- shoppingGoodsCheck: null,
1866
- goodsShowname: null,
1867
- ginfoCode: null,
1868
- goodsClass: null,
1869
- memberMcode: '10000210397111',
1870
- memberMname: '云货架',
1871
- goodsDay: null,
1872
- goodsDayinfo: null,
1873
- pricesetOldNprice: null,
1874
- pricesetOldRefrice: null,
1875
- goodsState: null,
1876
- goodsPmoney: null,
1877
- goodsMoney: null,
1878
- goodsReceiptMem: null,
1879
- goodsReceiptPhone: null,
1880
- goodsReceiptArrdess: null,
1881
- contractAppraise: null,
1882
- contractPaydate: null,
1883
- contractInvstate: null,
1884
- dataBmoney: null
1885
- }
1886
- ],
1887
- ocContractproDomainList: null,
1888
- dataStatestr: null,
1889
- warehouseName: null,
1890
- warehouseCode: null,
1891
- contractDelcode: 'JfXLSX',
1892
- contractUserurl: null,
1893
- custrelCode: null,
1894
- companyCode: null,
1895
- companyShortname: null,
1896
- departCode: null,
1897
- departShortname: null,
1898
- employeeCode: null,
1899
- employeeName: null,
1900
- userCode: '635565184114815004',
1901
- userName: '13022115446',
1902
- pricesetCurrency: null,
1903
- pricesetCurrency1: null,
1904
- freeFlag: false,
1905
- orgEmployeeReDomainList: null,
1906
- gmtCreate: 1666331955000,
1907
- gmtModified: 1666332000000,
1908
- memo: null,
1909
- dataState: -1,
1910
- invUrl: null,
1911
- payTime: null,
1912
- forecastAmt: null,
1913
- invp: null,
1914
- ref: null,
1915
- pmpay: null,
1916
- coppay: null,
1917
- urpay: null,
1918
- intpay: null,
1919
- blance: null,
1920
- pmode: null,
1921
- freight: null,
1922
- ninvpro: null,
1923
- reg: null,
1924
- oaflag: null,
1925
- erpCode: null,
1926
- erpDate: null,
1927
- erpAmt: null
1928
- },
1929
- {
1930
- contractId: 15730,
1931
- contractBillcode: '635839400454189119',
1932
- contractBbillcode: '635839400454189119',
1933
- contractNbillcode: null,
1934
- contractNbbillcode: null,
1935
- contractObillcode: null,
1936
- memberMname: '云货架',
1937
- goodsClass: null,
1938
- memberCode: '20000210397842',
1939
- memberName: 'SaaS创新业务部B2C',
1940
- memberBcode: '10000210397336',
1941
- mschannelCode: 'jdjos',
1942
- mschannelName: '京东开普勒供应商',
1943
- memberBname: '13022115446',
1944
- memberCcode: '10000210397111',
1945
- memberCname: '云货架',
1946
- contractProperty: '0',
1947
- channelCode: '597408335937855526',
1948
- pmChannelCode: null,
1949
- channelName: 'B2C渠道',
1950
- contractType: '50',
1951
- contractTypepro: '00',
1952
- contractBlance: '0',
1953
- contractPmode: '0',
1954
- contractPumode: '0',
1955
- goodsNum: 1,
1956
- goodsWeight: 0,
1957
- goodsAssistweight: null,
1958
- pricesetRefrice: 0,
1959
- contractGmoney: null,
1960
- contractPaygmoney: null,
1961
- contractAmoney: null,
1962
- contractPayamoney: null,
1963
- contractEarnest: null,
1964
- contractPaymoney: 0,
1965
- contractPaydate: 1666331925000,
1966
- contractInmoney: 0.01,
1967
- contractMoney: 0.01,
1968
- goodsMoney: 0.01,
1969
- ddTypeCurrency: null,
1970
- dataBnum: 1,
1971
- dataBweight: 0,
1972
- dataBmoney: 0.01,
1973
- goodsPinprice: null,
1974
- goodsPbillno: '0',
1975
- goodsPmoney: 0,
1976
- goodsPmbillno: null,
1977
- areaName: null,
1978
- contractRemark: null,
1979
- goodsMinnum: null,
1980
- goodsOnenum: null,
1981
- contractEffectivedate: null,
1982
- contractDepositdate: null,
1983
- contractInvoicedate: null,
1984
- contractValidate: null,
1985
- contractShow: 0,
1986
- contractEcurl: null,
1987
- contractEcflag: 0,
1988
- contractInvoice: null,
1989
- contractInvstate: 0,
1990
- areaCode: '110000',
1991
- goodsLogmoney: 0,
1992
- goodsReceiptPhone: '17633538756',
1993
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
1994
- goodsReceiptMem: 'ahds`',
1995
- appmanageIcode: '025',
1996
- tenantCode: '597370900596056114',
1997
- ptradeSeqno: '635839409039929381',
1998
- goodsSupplierCode: '',
1999
- goodsSupplierName: '',
2000
- fchannelCode: null,
2001
- faccountName: null,
2002
- cashback: 0.01,
2003
- contractAppraise: 0,
2004
- refundMoney: null,
2005
- contractSendnum: null,
2006
- contractSendweight: null,
2007
- contractState: 0,
2008
- contractCtrlSeqno: null,
2009
- refundFlag: 0,
2010
- memberGcode: null,
2011
- memberGname: null,
2012
- memberMcode: '10000210397111',
2013
- ocContractSettlList: null,
2014
- packageList: null,
2015
- goodsList: [
2016
- {
2017
- contractGoodsId: 16311,
2018
- contractGoodsCode: 'cdd55624f43c4ed3b75629f0dd2fa85d',
2019
- contractBillcode: '635839400454189119',
2020
- packageCode: 'df21daa134d04db2bdae4359d52ea6a5',
2021
- skuCode: '633411443332804643',
2022
- skuBarcode: null,
2023
- skuName: '95*55*50cm',
2024
- goodsOldcode: null,
2025
- skuOldcode: null,
2026
- spuCode: 'd453da0e31df4c7197a758628576db8e',
2027
- memberCode: '20000210397842',
2028
- memberName: 'SaaS创新业务部B2C',
2029
- memberCcode: '10000210397111',
2030
- memberCname: '云货架',
2031
- goodsShowno: '10060573912248',
2032
- skuShowno: '10060573912248',
2033
- goodsNo: '10060573912248',
2034
- skuNo: '10060573912248',
2035
- contractGoodsOldcode: null,
2036
- contractGoodsType: 0,
2037
- contractGoodsGtype: '0',
2038
- skuEocode: null,
2039
- goodsEocode: null,
2040
- memberBcode: '10000210397336',
2041
- memberBname: '13022115446',
2042
- mschannelCode: 'jdjos',
2043
- mschannelName: '京东开普勒供应商',
2044
- channelCode: '597408335937855526',
2045
- channelName: 'B2C渠道',
2046
- goodsCode: '633409270658166851',
2047
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
2048
- goodsCamount: 1,
2049
- goodsCweight: 0,
2050
- goodsOrigin: '11',
2051
- goodsPro: '11',
2052
- goodsType: '50',
2053
- classtreeCode: '633406356397027364',
2054
- classtreeShopcode: null,
2055
- classtreeName: null,
2056
- classtreeShopname: null,
2057
- contractGoodsBoxnum: null,
2058
- contractGoodsBoxprice: null,
2059
- contractGoodsBoxamt: 0,
2060
- pntreeCode: '000000066',
2061
- pntreeName: '京东默认',
2062
- partsnameName: null,
2063
- productareaName: null,
2064
- goodsMaterial: null,
2065
- goodsSpec: null,
2066
- goodsSpec1: null,
2067
- goodsSpec2: null,
2068
- goodsSpec3: null,
2069
- goodsSpec4: null,
2070
- goodsSpec5: null,
2071
- goodsProperty: null,
2072
- goodsProperty1: null,
2073
- goodsProperty2: null,
2074
- goodsProperty3: null,
2075
- goodsProperty4: null,
2076
- goodsProperty5: null,
2077
- goodsMinnum: 1,
2078
- goodsOneweight: 1,
2079
- goodsWeight: 0,
2080
- goodsNum: 1,
2081
- goodsSupplynum: 999,
2082
- goodsSupplyweight: 999,
2083
- goodsAhnum: 0,
2084
- goodsAhweight: 0,
2085
- goodsHangnum: 999,
2086
- goodsHangweight: 999,
2087
- goodsTopnum: null,
2088
- goodsTopweight: null,
2089
- goodsOrdnum: 1,
2090
- goodsOrdweight: 0,
2091
- partsnameNumunit: null,
2092
- partsnameWeightunit: null,
2093
- contractGoodsPrice: 0.01,
2094
- contractGoodsMoney: 0.01,
2095
- contractGoodsInmoney: 0.01,
2096
- contractGoodsPefinmoney: 0,
2097
- contractGoodsPefmoney: 0,
2098
- contractGoodsPefprice: 0,
2099
- pricesetNprice: 0.01,
2100
- pricesetMakeprice: 298,
2101
- pricesetBaseprice: 298,
2102
- pricesetAsprice: 0.01,
2103
- pricesetType: null,
2104
- pricesetRefrice: 0,
2105
- pricesetPrefprice: 278,
2106
- pricesetInsideprice: 0,
2107
- contractGoodsSendnum: null,
2108
- contractGoodsSendweight: null,
2109
- contractGoodsRefweight: null,
2110
- contractGoodsRefnum: null,
2111
- warehouseName: null,
2112
- areaName: null,
2113
- areaCode: null,
2114
- warehouseCode: null,
2115
- goodsContract: null,
2116
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
2117
- dataPicpath: null,
2118
- memberContact: null,
2119
- memberContactPhone: null,
2120
- dataOpbillstate: 0,
2121
- memberContactQq: null,
2122
- appmanageIcode: null,
2123
- contractGoodsAppraise: 0,
2124
- contractGoodsRemark: null,
2125
- tenantCode: '597370900596056114',
2126
- refundFlag: 0,
2127
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
2128
- dataState: 0,
2129
- memo: null,
2130
- pricesetCurrency: null,
2131
- pricesetCurrency1: null,
2132
- brandCode: '',
2133
- brandName: '',
2134
- ocContractGoodsGoodsList: null,
2135
- ocContractPmGoodsDomainList: null,
2136
- contractState: null,
2137
- shoppingGoodsPmname: null,
2138
- shoppingGoodsPmclass: null,
2139
- shoppingGoodsPm: null,
2140
- shoppingGoodsCheck: null,
2141
- goodsShowname: null,
2142
- ginfoCode: null,
2143
- goodsClass: null,
2144
- memberMcode: '10000210397111',
2145
- memberMname: '云货架',
2146
- goodsDay: null,
2147
- goodsDayinfo: null,
2148
- pricesetOldNprice: null,
2149
- pricesetOldRefrice: null,
2150
- goodsState: null,
2151
- goodsPmoney: null,
2152
- goodsMoney: null,
2153
- goodsReceiptMem: null,
2154
- goodsReceiptPhone: null,
2155
- goodsReceiptArrdess: null,
2156
- contractAppraise: null,
2157
- contractPaydate: null,
2158
- contractInvstate: null,
2159
- dataBmoney: null
2160
- }
2161
- ],
2162
- ocContractproDomainList: null,
2163
- dataStatestr: null,
2164
- warehouseName: null,
2165
- warehouseCode: null,
2166
- contractDelcode: '6DPFYV',
2167
- contractUserurl: null,
2168
- custrelCode: null,
2169
- companyCode: null,
2170
- companyShortname: null,
2171
- departCode: null,
2172
- departShortname: null,
2173
- employeeCode: null,
2174
- employeeName: null,
2175
- userCode: '635565184114815004',
2176
- userName: '13022115446',
2177
- pricesetCurrency: null,
2178
- pricesetCurrency1: null,
2179
- freeFlag: false,
2180
- orgEmployeeReDomainList: null,
2181
- gmtCreate: 1666331926000,
2182
- gmtModified: 1666332000000,
2183
- memo: null,
2184
- dataState: -1,
2185
- invUrl: null,
2186
- payTime: null,
2187
- forecastAmt: null,
2188
- invp: null,
2189
- ref: null,
2190
- pmpay: null,
2191
- coppay: null,
2192
- urpay: null,
2193
- intpay: null,
2194
- blance: null,
2195
- pmode: null,
2196
- freight: null,
2197
- ninvpro: null,
2198
- reg: null,
2199
- oaflag: null,
2200
- erpCode: null,
2201
- erpDate: null,
2202
- erpAmt: null
2203
- }
2204
- ],
2205
- pageTools: {
2206
- pageSize: 10,
2207
- startRow: 0,
2208
- recordCount: 8,
2209
- pageNo: 1,
2210
- pageCount: 1,
2211
- url: '',
2212
- recordCountNo: 0,
2213
- sumMap: null
2214
- },
2215
- list: [
2216
- {
2217
- contractId: 15738,
2218
- contractBillcode: '635839400454189063',
2219
- contractBbillcode: '635839400454189063',
2220
- contractNbillcode: null,
2221
- contractNbbillcode: null,
2222
- contractObillcode: null,
2223
- memberMname: '云货架',
2224
- goodsClass: null,
2225
- memberCode: '20000210397842',
2226
- memberName: 'SaaS创新业务部B2C',
2227
- memberBcode: '10000210397336',
2228
- mschannelCode: 'jdjos',
2229
- mschannelName: '京东开普勒供应商',
2230
- memberBname: '13022115446',
2231
- memberCcode: '10000210397111',
2232
- memberCname: '云货架',
2233
- contractProperty: '0',
2234
- channelCode: '597408335937855526',
2235
- pmChannelCode: null,
2236
- channelName: 'B2C渠道',
2237
- contractType: '50',
2238
- contractTypepro: '00',
2239
- contractBlance: '0',
2240
- contractPmode: '0',
2241
- contractPumode: '0',
2242
- goodsNum: 1,
2243
- goodsWeight: 0,
2244
- goodsAssistweight: null,
2245
- pricesetRefrice: 0,
2246
- contractGmoney: null,
2247
- contractPaygmoney: null,
2248
- contractAmoney: null,
2249
- contractPayamoney: null,
2250
- contractEarnest: null,
2251
- contractPaymoney: 0,
2252
- contractPaydate: 1666335812000,
2253
- contractInmoney: 0.01,
2254
- contractMoney: 0.01,
2255
- goodsMoney: 0.01,
2256
- ddTypeCurrency: null,
2257
- dataBnum: 1,
2258
- dataBweight: 0,
2259
- dataBmoney: 0.01,
2260
- goodsPinprice: null,
2261
- goodsPbillno: '0',
2262
- goodsPmoney: 0,
2263
- goodsPmbillno: null,
2264
- areaName: null,
2265
- contractRemark: null,
2266
- goodsMinnum: null,
2267
- goodsOnenum: null,
2268
- contractEffectivedate: null,
2269
- contractDepositdate: null,
2270
- contractInvoicedate: null,
2271
- contractValidate: null,
2272
- contractShow: 0,
2273
- contractEcurl: null,
2274
- contractEcflag: 0,
2275
- contractInvoice: null,
2276
- contractInvstate: 0,
2277
- areaCode: '110000',
2278
- goodsLogmoney: 0,
2279
- goodsReceiptPhone: '17633538756',
2280
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
2281
- goodsReceiptMem: 'ahds`',
2282
- appmanageIcode: '025',
2283
- tenantCode: '597370900596056114',
2284
- ptradeSeqno: '635839409039929362',
2285
- goodsSupplierCode: '',
2286
- goodsSupplierName: '',
2287
- fchannelCode: 'wechatmini',
2288
- faccountName: 'wechatmini',
2289
- cashback: 0.01,
2290
- contractAppraise: 0,
2291
- refundMoney: null,
2292
- contractSendnum: null,
2293
- contractSendweight: null,
2294
- contractState: 0,
2295
- contractCtrlSeqno: null,
2296
- refundFlag: 0,
2297
- memberGcode: null,
2298
- memberGname: null,
2299
- memberMcode: '10000210397111',
2300
- ocContractSettlList: null,
2301
- packageList: null,
2302
- goodsList: [
2303
- {
2304
- contractGoodsId: 16319,
2305
- contractGoodsCode: 'd67b1635455e42a38e88eb0304a4ad94',
2306
- contractBillcode: '635839400454189063',
2307
- packageCode: 'd5456652bece40ac9b9eca1207660a51',
2308
- skuCode: '633411443332804633',
2309
- skuBarcode: null,
2310
- skuName: '橘咖色',
2311
- goodsOldcode: null,
2312
- skuOldcode: null,
2313
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
2314
- memberCode: '20000210397842',
2315
- memberName: 'SaaS创新业务部B2C',
2316
- memberCcode: '10000210397111',
2317
- memberCname: '云货架',
2318
- goodsShowno: '10060573969738',
2319
- skuShowno: '10060573969738',
2320
- goodsNo: '10060573969738',
2321
- skuNo: '10060573969738',
2322
- contractGoodsOldcode: null,
2323
- contractGoodsType: 0,
2324
- contractGoodsGtype: '0',
2325
- skuEocode: null,
2326
- goodsEocode: null,
2327
- memberBcode: '10000210397336',
2328
- memberBname: '13022115446',
2329
- mschannelCode: 'jdjos',
2330
- mschannelName: '京东开普勒供应商',
2331
- channelCode: '597408335937855526',
2332
- channelName: 'B2C渠道',
2333
- goodsCode: '633409270658166832',
2334
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
2335
- goodsCamount: 1,
2336
- goodsCweight: 0,
2337
- goodsOrigin: '11',
2338
- goodsPro: '11',
2339
- goodsType: '50',
2340
- classtreeCode: '633406356397027347',
2341
- classtreeShopcode: null,
2342
- classtreeName: null,
2343
- classtreeShopname: null,
2344
- contractGoodsBoxnum: null,
2345
- contractGoodsBoxprice: null,
2346
- contractGoodsBoxamt: 0,
2347
- pntreeCode: '000000066',
2348
- pntreeName: '京东默认',
2349
- partsnameName: null,
2350
- productareaName: null,
2351
- goodsMaterial: null,
2352
- goodsSpec: null,
2353
- goodsSpec1: null,
2354
- goodsSpec2: null,
2355
- goodsSpec3: null,
2356
- goodsSpec4: null,
2357
- goodsSpec5: null,
2358
- goodsProperty: null,
2359
- goodsProperty1: null,
2360
- goodsProperty2: null,
2361
- goodsProperty3: null,
2362
- goodsProperty4: null,
2363
- goodsProperty5: null,
2364
- goodsMinnum: 1,
2365
- goodsOneweight: 1,
2366
- goodsWeight: 0,
2367
- goodsNum: 1,
2368
- goodsSupplynum: 998,
2369
- goodsSupplyweight: 999,
2370
- goodsAhnum: 0,
2371
- goodsAhweight: 0,
2372
- goodsHangnum: 998,
2373
- goodsHangweight: 999,
2374
- goodsTopnum: null,
2375
- goodsTopweight: null,
2376
- goodsOrdnum: 1,
2377
- goodsOrdweight: 0,
2378
- partsnameNumunit: null,
2379
- partsnameWeightunit: null,
2380
- contractGoodsPrice: 0.01,
2381
- contractGoodsMoney: 0.01,
2382
- contractGoodsInmoney: 0.01,
2383
- contractGoodsPefinmoney: 0,
2384
- contractGoodsPefmoney: 0,
2385
- contractGoodsPefprice: 0,
2386
- pricesetNprice: 0.01,
2387
- pricesetMakeprice: 188,
2388
- pricesetBaseprice: 188,
2389
- pricesetAsprice: 0.01,
2390
- pricesetType: null,
2391
- pricesetRefrice: 0,
2392
- pricesetPrefprice: 178,
2393
- pricesetInsideprice: 0,
2394
- contractGoodsSendnum: null,
2395
- contractGoodsSendweight: null,
2396
- contractGoodsRefweight: null,
2397
- contractGoodsRefnum: null,
2398
- warehouseName: null,
2399
- areaName: null,
2400
- areaCode: null,
2401
- warehouseCode: null,
2402
- goodsContract: null,
2403
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
2404
- dataPicpath: null,
2405
- memberContact: null,
2406
- memberContactPhone: null,
2407
- dataOpbillstate: 0,
2408
- memberContactQq: null,
2409
- appmanageIcode: null,
2410
- contractGoodsAppraise: 0,
2411
- contractGoodsRemark: null,
2412
- tenantCode: '597370900596056114',
2413
- refundFlag: 0,
2414
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
2415
- dataState: 0,
2416
- memo: null,
2417
- pricesetCurrency: null,
2418
- pricesetCurrency1: null,
2419
- brandCode: '',
2420
- brandName: '',
2421
- ocContractGoodsGoodsList: null,
2422
- ocContractPmGoodsDomainList: null,
2423
- contractState: null,
2424
- shoppingGoodsPmname: null,
2425
- shoppingGoodsPmclass: null,
2426
- shoppingGoodsPm: null,
2427
- shoppingGoodsCheck: null,
2428
- goodsShowname: null,
2429
- ginfoCode: null,
2430
- goodsClass: null,
2431
- memberMcode: '10000210397111',
2432
- memberMname: '云货架',
2433
- goodsDay: null,
2434
- goodsDayinfo: null,
2435
- pricesetOldNprice: null,
2436
- pricesetOldRefrice: null,
2437
- goodsState: null,
2438
- goodsPmoney: null,
2439
- goodsMoney: null,
2440
- goodsReceiptMem: null,
2441
- goodsReceiptPhone: null,
2442
- goodsReceiptArrdess: null,
2443
- contractAppraise: null,
2444
- contractPaydate: null,
2445
- contractInvstate: null,
2446
- dataBmoney: null
2447
- }
2448
- ],
2449
- ocContractproDomainList: null,
2450
- dataStatestr: null,
2451
- warehouseName: null,
2452
- warehouseCode: null,
2453
- contractDelcode: '8k3q6y',
2454
- contractUserurl: null,
2455
- custrelCode: null,
2456
- companyCode: null,
2457
- companyShortname: null,
2458
- departCode: null,
2459
- departShortname: null,
2460
- employeeCode: null,
2461
- employeeName: null,
2462
- userCode: '635565184114815004',
2463
- userName: '13022115446',
2464
- pricesetCurrency: null,
2465
- pricesetCurrency1: null,
2466
- freeFlag: false,
2467
- orgEmployeeReDomainList: null,
2468
- gmtCreate: 1666335814000,
2469
- gmtModified: 1666335875000,
2470
- memo: null,
2471
- dataState: 2,
2472
- invUrl: null,
2473
- payTime: null,
2474
- forecastAmt: null,
2475
- invp: null,
2476
- ref: null,
2477
- pmpay: null,
2478
- coppay: null,
2479
- urpay: null,
2480
- intpay: null,
2481
- blance: null,
2482
- pmode: null,
2483
- freight: null,
2484
- ninvpro: null,
2485
- reg: null,
2486
- oaflag: null,
2487
- erpCode: null,
2488
- erpDate: null,
2489
- erpAmt: null
2490
- },
2491
- {
2492
- contractId: 15737,
2493
- contractBillcode: '635839400454189124',
2494
- contractBbillcode: '635839400454189124',
2495
- contractNbillcode: null,
2496
- contractNbbillcode: null,
2497
- contractObillcode: null,
2498
- memberMname: '云货架',
2499
- goodsClass: null,
2500
- memberCode: '20000210397842',
2501
- memberName: 'SaaS创新业务部B2C',
2502
- memberBcode: '10000210397336',
2503
- mschannelCode: 'jdjos',
2504
- mschannelName: '京东开普勒供应商',
2505
- memberBname: '13022115446',
2506
- memberCcode: '10000210397111',
2507
- memberCname: '云货架',
2508
- contractProperty: '0',
2509
- channelCode: '597408335937855526',
2510
- pmChannelCode: null,
2511
- channelName: 'B2C渠道',
2512
- contractType: '50',
2513
- contractTypepro: '00',
2514
- contractBlance: '0',
2515
- contractPmode: '0',
2516
- contractPumode: '0',
2517
- goodsNum: 1,
2518
- goodsWeight: 0,
2519
- goodsAssistweight: null,
2520
- pricesetRefrice: 0,
2521
- contractGmoney: null,
2522
- contractPaygmoney: null,
2523
- contractAmoney: null,
2524
- contractPayamoney: null,
2525
- contractEarnest: null,
2526
- contractPaymoney: 0,
2527
- contractPaydate: 1666335662000,
2528
- contractInmoney: 0.01,
2529
- contractMoney: 0.01,
2530
- goodsMoney: 0.01,
2531
- ddTypeCurrency: null,
2532
- dataBnum: 1,
2533
- dataBweight: 0,
2534
- dataBmoney: 0.01,
2535
- goodsPinprice: null,
2536
- goodsPbillno: '0',
2537
- goodsPmoney: 0,
2538
- goodsPmbillno: null,
2539
- areaName: null,
2540
- contractRemark: null,
2541
- goodsMinnum: null,
2542
- goodsOnenum: null,
2543
- contractEffectivedate: null,
2544
- contractDepositdate: null,
2545
- contractInvoicedate: null,
2546
- contractValidate: null,
2547
- contractShow: 0,
2548
- contractEcurl: null,
2549
- contractEcflag: 0,
2550
- contractInvoice: null,
2551
- contractInvstate: 0,
2552
- areaCode: '110000',
2553
- goodsLogmoney: 0,
2554
- goodsReceiptPhone: '17633538756',
2555
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
2556
- goodsReceiptMem: 'ahds`',
2557
- appmanageIcode: '025',
2558
- tenantCode: '597370900596056114',
2559
- ptradeSeqno: '635839409039929424',
2560
- goodsSupplierCode: '',
2561
- goodsSupplierName: '',
2562
- fchannelCode: null,
2563
- faccountName: null,
2564
- cashback: 0.01,
2565
- contractAppraise: 0,
2566
- refundMoney: null,
2567
- contractSendnum: null,
2568
- contractSendweight: null,
2569
- contractState: 0,
2570
- contractCtrlSeqno: null,
2571
- refundFlag: 0,
2572
- memberGcode: null,
2573
- memberGname: null,
2574
- memberMcode: '10000210397111',
2575
- ocContractSettlList: null,
2576
- packageList: null,
2577
- goodsList: [
2578
- {
2579
- contractGoodsId: 16318,
2580
- contractGoodsCode: '7b2952854aec4e7b83ecc2e9d3183687',
2581
- contractBillcode: '635839400454189124',
2582
- packageCode: 'de794e05a89f4669906956e95106b208',
2583
- skuCode: '633411443332804643',
2584
- skuBarcode: null,
2585
- skuName: '95*55*50cm',
2586
- goodsOldcode: null,
2587
- skuOldcode: null,
2588
- spuCode: 'd453da0e31df4c7197a758628576db8e',
2589
- memberCode: '20000210397842',
2590
- memberName: 'SaaS创新业务部B2C',
2591
- memberCcode: '10000210397111',
2592
- memberCname: '云货架',
2593
- goodsShowno: '10060573912248',
2594
- skuShowno: '10060573912248',
2595
- goodsNo: '10060573912248',
2596
- skuNo: '10060573912248',
2597
- contractGoodsOldcode: null,
2598
- contractGoodsType: 0,
2599
- contractGoodsGtype: '0',
2600
- skuEocode: null,
2601
- goodsEocode: null,
2602
- memberBcode: '10000210397336',
2603
- memberBname: '13022115446',
2604
- mschannelCode: 'jdjos',
2605
- mschannelName: '京东开普勒供应商',
2606
- channelCode: '597408335937855526',
2607
- channelName: 'B2C渠道',
2608
- goodsCode: '633409270658166851',
2609
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
2610
- goodsCamount: 1,
2611
- goodsCweight: 0,
2612
- goodsOrigin: '11',
2613
- goodsPro: '11',
2614
- goodsType: '50',
2615
- classtreeCode: '633406356397027364',
2616
- classtreeShopcode: null,
2617
- classtreeName: null,
2618
- classtreeShopname: null,
2619
- contractGoodsBoxnum: null,
2620
- contractGoodsBoxprice: null,
2621
- contractGoodsBoxamt: 0,
2622
- pntreeCode: '000000066',
2623
- pntreeName: '京东默认',
2624
- partsnameName: null,
2625
- productareaName: null,
2626
- goodsMaterial: null,
2627
- goodsSpec: null,
2628
- goodsSpec1: null,
2629
- goodsSpec2: null,
2630
- goodsSpec3: null,
2631
- goodsSpec4: null,
2632
- goodsSpec5: null,
2633
- goodsProperty: null,
2634
- goodsProperty1: null,
2635
- goodsProperty2: null,
2636
- goodsProperty3: null,
2637
- goodsProperty4: null,
2638
- goodsProperty5: null,
2639
- goodsMinnum: 1,
2640
- goodsOneweight: 1,
2641
- goodsWeight: 0,
2642
- goodsNum: 1,
2643
- goodsSupplynum: 999,
2644
- goodsSupplyweight: 999,
2645
- goodsAhnum: 0,
2646
- goodsAhweight: 0,
2647
- goodsHangnum: 999,
2648
- goodsHangweight: 999,
2649
- goodsTopnum: null,
2650
- goodsTopweight: null,
2651
- goodsOrdnum: 1,
2652
- goodsOrdweight: 0,
2653
- partsnameNumunit: null,
2654
- partsnameWeightunit: null,
2655
- contractGoodsPrice: 0.01,
2656
- contractGoodsMoney: 0.01,
2657
- contractGoodsInmoney: 0.01,
2658
- contractGoodsPefinmoney: 0,
2659
- contractGoodsPefmoney: 0,
2660
- contractGoodsPefprice: 0,
2661
- pricesetNprice: 0.01,
2662
- pricesetMakeprice: 298,
2663
- pricesetBaseprice: 298,
2664
- pricesetAsprice: 0.01,
2665
- pricesetType: null,
2666
- pricesetRefrice: 0,
2667
- pricesetPrefprice: 278,
2668
- pricesetInsideprice: 0,
2669
- contractGoodsSendnum: null,
2670
- contractGoodsSendweight: null,
2671
- contractGoodsRefweight: null,
2672
- contractGoodsRefnum: null,
2673
- warehouseName: null,
2674
- areaName: null,
2675
- areaCode: null,
2676
- warehouseCode: null,
2677
- goodsContract: null,
2678
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
2679
- dataPicpath: null,
2680
- memberContact: null,
2681
- memberContactPhone: null,
2682
- dataOpbillstate: 0,
2683
- memberContactQq: null,
2684
- appmanageIcode: null,
2685
- contractGoodsAppraise: 0,
2686
- contractGoodsRemark: null,
2687
- tenantCode: '597370900596056114',
2688
- refundFlag: 0,
2689
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
2690
- dataState: 0,
2691
- memo: null,
2692
- pricesetCurrency: null,
2693
- pricesetCurrency1: null,
2694
- brandCode: '',
2695
- brandName: '',
2696
- ocContractGoodsGoodsList: null,
2697
- ocContractPmGoodsDomainList: null,
2698
- contractState: null,
2699
- shoppingGoodsPmname: null,
2700
- shoppingGoodsPmclass: null,
2701
- shoppingGoodsPm: null,
2702
- shoppingGoodsCheck: null,
2703
- goodsShowname: null,
2704
- ginfoCode: null,
2705
- goodsClass: null,
2706
- memberMcode: '10000210397111',
2707
- memberMname: '云货架',
2708
- goodsDay: null,
2709
- goodsDayinfo: null,
2710
- pricesetOldNprice: null,
2711
- pricesetOldRefrice: null,
2712
- goodsState: null,
2713
- goodsPmoney: null,
2714
- goodsMoney: null,
2715
- goodsReceiptMem: null,
2716
- goodsReceiptPhone: null,
2717
- goodsReceiptArrdess: null,
2718
- contractAppraise: null,
2719
- contractPaydate: null,
2720
- contractInvstate: null,
2721
- dataBmoney: null
2722
- }
2723
- ],
2724
- ocContractproDomainList: null,
2725
- dataStatestr: null,
2726
- warehouseName: null,
2727
- warehouseCode: null,
2728
- contractDelcode: 'qgJQPx',
2729
- contractUserurl: null,
2730
- custrelCode: null,
2731
- companyCode: null,
2732
- companyShortname: null,
2733
- departCode: null,
2734
- departShortname: null,
2735
- employeeCode: null,
2736
- employeeName: null,
2737
- userCode: '635565184114815004',
2738
- userName: '13022115446',
2739
- pricesetCurrency: null,
2740
- pricesetCurrency1: null,
2741
- freeFlag: false,
2742
- orgEmployeeReDomainList: null,
2743
- gmtCreate: 1666335664000,
2744
- gmtModified: 1666335900000,
2745
- memo: null,
2746
- dataState: -1,
2747
- invUrl: null,
2748
- payTime: null,
2749
- forecastAmt: null,
2750
- invp: null,
2751
- ref: null,
2752
- pmpay: null,
2753
- coppay: null,
2754
- urpay: null,
2755
- intpay: null,
2756
- blance: null,
2757
- pmode: null,
2758
- freight: null,
2759
- ninvpro: null,
2760
- reg: null,
2761
- oaflag: null,
2762
- erpCode: null,
2763
- erpDate: null,
2764
- erpAmt: null
2765
- },
2766
- {
2767
- contractId: 15736,
2768
- contractBillcode: '635839400454189068',
2769
- contractBbillcode: '635839400454189068',
2770
- contractNbillcode: null,
2771
- contractNbbillcode: null,
2772
- contractObillcode: null,
2773
- memberMname: '云货架',
2774
- goodsClass: null,
2775
- memberCode: '20000210397842',
2776
- memberName: 'SaaS创新业务部B2C',
2777
- memberBcode: '10000210397336',
2778
- mschannelCode: 'jdjos',
2779
- mschannelName: '京东开普勒供应商',
2780
- memberBname: '13022115446',
2781
- memberCcode: '10000210397111',
2782
- memberCname: '云货架',
2783
- contractProperty: '0',
2784
- channelCode: '597408335937855526',
2785
- pmChannelCode: null,
2786
- channelName: 'B2C渠道',
2787
- contractType: '50',
2788
- contractTypepro: '00',
2789
- contractBlance: '0',
2790
- contractPmode: '0',
2791
- contractPumode: '0',
2792
- goodsNum: 1,
2793
- goodsWeight: 0,
2794
- goodsAssistweight: null,
2795
- pricesetRefrice: 0,
2796
- contractGmoney: null,
2797
- contractPaygmoney: null,
2798
- contractAmoney: null,
2799
- contractPayamoney: null,
2800
- contractEarnest: null,
2801
- contractPaymoney: 0,
2802
- contractPaydate: 1666334386000,
2803
- contractInmoney: 0.01,
2804
- contractMoney: 0.01,
2805
- goodsMoney: 0.01,
2806
- ddTypeCurrency: null,
2807
- dataBnum: 1,
2808
- dataBweight: 0,
2809
- dataBmoney: 0.01,
2810
- goodsPinprice: null,
2811
- goodsPbillno: '0',
2812
- goodsPmoney: 0,
2813
- goodsPmbillno: null,
2814
- areaName: null,
2815
- contractRemark: null,
2816
- goodsMinnum: null,
2817
- goodsOnenum: null,
2818
- contractEffectivedate: null,
2819
- contractDepositdate: null,
2820
- contractInvoicedate: null,
2821
- contractValidate: null,
2822
- contractShow: 0,
2823
- contractEcurl: null,
2824
- contractEcflag: 0,
2825
- contractInvoice: null,
2826
- contractInvstate: 0,
2827
- areaCode: '110000',
2828
- goodsLogmoney: 0,
2829
- goodsReceiptPhone: '17633538756',
2830
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
2831
- goodsReceiptMem: 'ahds`',
2832
- appmanageIcode: '025',
2833
- tenantCode: '597370900596056114',
2834
- ptradeSeqno: '635839409039929407',
2835
- goodsSupplierCode: '',
2836
- goodsSupplierName: '',
2837
- fchannelCode: null,
2838
- faccountName: null,
2839
- cashback: 0.01,
2840
- contractAppraise: 0,
2841
- refundMoney: null,
2842
- contractSendnum: null,
2843
- contractSendweight: null,
2844
- contractState: 0,
2845
- contractCtrlSeqno: null,
2846
- refundFlag: 0,
2847
- memberGcode: null,
2848
- memberGname: null,
2849
- memberMcode: '10000210397111',
2850
- ocContractSettlList: null,
2851
- packageList: null,
2852
- goodsList: [
2853
- {
2854
- contractGoodsId: 16317,
2855
- contractGoodsCode: '4298deb963434471950acad13229ef9f',
2856
- contractBillcode: '635839400454189068',
2857
- packageCode: '0760bb843c4446e7bdddecaef8f39ad9',
2858
- skuCode: '633411443332804633',
2859
- skuBarcode: null,
2860
- skuName: '橘咖色',
2861
- goodsOldcode: null,
2862
- skuOldcode: null,
2863
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
2864
- memberCode: '20000210397842',
2865
- memberName: 'SaaS创新业务部B2C',
2866
- memberCcode: '10000210397111',
2867
- memberCname: '云货架',
2868
- goodsShowno: '10060573969738',
2869
- skuShowno: '10060573969738',
2870
- goodsNo: '10060573969738',
2871
- skuNo: '10060573969738',
2872
- contractGoodsOldcode: null,
2873
- contractGoodsType: 0,
2874
- contractGoodsGtype: '0',
2875
- skuEocode: null,
2876
- goodsEocode: null,
2877
- memberBcode: '10000210397336',
2878
- memberBname: '13022115446',
2879
- mschannelCode: 'jdjos',
2880
- mschannelName: '京东开普勒供应商',
2881
- channelCode: '597408335937855526',
2882
- channelName: 'B2C渠道',
2883
- goodsCode: '633409270658166832',
2884
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
2885
- goodsCamount: 1,
2886
- goodsCweight: 0,
2887
- goodsOrigin: '11',
2888
- goodsPro: '11',
2889
- goodsType: '50',
2890
- classtreeCode: '633406356397027347',
2891
- classtreeShopcode: null,
2892
- classtreeName: null,
2893
- classtreeShopname: null,
2894
- contractGoodsBoxnum: null,
2895
- contractGoodsBoxprice: null,
2896
- contractGoodsBoxamt: 0,
2897
- pntreeCode: '000000066',
2898
- pntreeName: '京东默认',
2899
- partsnameName: null,
2900
- productareaName: null,
2901
- goodsMaterial: null,
2902
- goodsSpec: null,
2903
- goodsSpec1: null,
2904
- goodsSpec2: null,
2905
- goodsSpec3: null,
2906
- goodsSpec4: null,
2907
- goodsSpec5: null,
2908
- goodsProperty: null,
2909
- goodsProperty1: null,
2910
- goodsProperty2: null,
2911
- goodsProperty3: null,
2912
- goodsProperty4: null,
2913
- goodsProperty5: null,
2914
- goodsMinnum: 1,
2915
- goodsOneweight: 1,
2916
- goodsWeight: 0,
2917
- goodsNum: 1,
2918
- goodsSupplynum: 998,
2919
- goodsSupplyweight: 999,
2920
- goodsAhnum: 0,
2921
- goodsAhweight: 0,
2922
- goodsHangnum: 998,
2923
- goodsHangweight: 999,
2924
- goodsTopnum: null,
2925
- goodsTopweight: null,
2926
- goodsOrdnum: 1,
2927
- goodsOrdweight: 0,
2928
- partsnameNumunit: null,
2929
- partsnameWeightunit: null,
2930
- contractGoodsPrice: 0.01,
2931
- contractGoodsMoney: 0.01,
2932
- contractGoodsInmoney: 0.01,
2933
- contractGoodsPefinmoney: 0,
2934
- contractGoodsPefmoney: 0,
2935
- contractGoodsPefprice: 0,
2936
- pricesetNprice: 0.01,
2937
- pricesetMakeprice: 188,
2938
- pricesetBaseprice: 188,
2939
- pricesetAsprice: 0.01,
2940
- pricesetType: null,
2941
- pricesetRefrice: 0,
2942
- pricesetPrefprice: 178,
2943
- pricesetInsideprice: 0,
2944
- contractGoodsSendnum: null,
2945
- contractGoodsSendweight: null,
2946
- contractGoodsRefweight: null,
2947
- contractGoodsRefnum: null,
2948
- warehouseName: null,
2949
- areaName: null,
2950
- areaCode: null,
2951
- warehouseCode: null,
2952
- goodsContract: null,
2953
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
2954
- dataPicpath: null,
2955
- memberContact: null,
2956
- memberContactPhone: null,
2957
- dataOpbillstate: 0,
2958
- memberContactQq: null,
2959
- appmanageIcode: null,
2960
- contractGoodsAppraise: 0,
2961
- contractGoodsRemark: null,
2962
- tenantCode: '597370900596056114',
2963
- refundFlag: 0,
2964
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
2965
- dataState: 0,
2966
- memo: null,
2967
- pricesetCurrency: null,
2968
- pricesetCurrency1: null,
2969
- brandCode: '',
2970
- brandName: '',
2971
- ocContractGoodsGoodsList: null,
2972
- ocContractPmGoodsDomainList: null,
2973
- contractState: null,
2974
- shoppingGoodsPmname: null,
2975
- shoppingGoodsPmclass: null,
2976
- shoppingGoodsPm: null,
2977
- shoppingGoodsCheck: null,
2978
- goodsShowname: null,
2979
- ginfoCode: null,
2980
- goodsClass: null,
2981
- memberMcode: '10000210397111',
2982
- memberMname: '云货架',
2983
- goodsDay: null,
2984
- goodsDayinfo: null,
2985
- pricesetOldNprice: null,
2986
- pricesetOldRefrice: null,
2987
- goodsState: null,
2988
- goodsPmoney: null,
2989
- goodsMoney: null,
2990
- goodsReceiptMem: null,
2991
- goodsReceiptPhone: null,
2992
- goodsReceiptArrdess: null,
2993
- contractAppraise: null,
2994
- contractPaydate: null,
2995
- contractInvstate: null,
2996
- dataBmoney: null
2997
- }
2998
- ],
2999
- ocContractproDomainList: null,
3000
- dataStatestr: null,
3001
- warehouseName: null,
3002
- warehouseCode: null,
3003
- contractDelcode: 'HU2KQC',
3004
- contractUserurl: null,
3005
- custrelCode: null,
3006
- companyCode: null,
3007
- companyShortname: null,
3008
- departCode: null,
3009
- departShortname: null,
3010
- employeeCode: null,
3011
- employeeName: null,
3012
- userCode: '635565184114815004',
3013
- userName: '13022115446',
3014
- pricesetCurrency: null,
3015
- pricesetCurrency1: null,
3016
- freeFlag: false,
3017
- orgEmployeeReDomainList: null,
3018
- gmtCreate: 1666334388000,
3019
- gmtModified: 1666334400000,
3020
- memo: null,
3021
- dataState: -1,
3022
- invUrl: null,
3023
- payTime: null,
3024
- forecastAmt: null,
3025
- invp: null,
3026
- ref: null,
3027
- pmpay: null,
3028
- coppay: null,
3029
- urpay: null,
3030
- intpay: null,
3031
- blance: null,
3032
- pmode: null,
3033
- freight: null,
3034
- ninvpro: null,
3035
- reg: null,
3036
- oaflag: null,
3037
- erpCode: null,
3038
- erpDate: null,
3039
- erpAmt: null
3040
- },
3041
- {
3042
- contractId: 15735,
3043
- contractBillcode: '635839400454189062',
3044
- contractBbillcode: '635839400454189062',
3045
- contractNbillcode: null,
3046
- contractNbbillcode: null,
3047
- contractObillcode: null,
3048
- memberMname: '云货架',
3049
- goodsClass: null,
3050
- memberCode: '20000210397842',
3051
- memberName: 'SaaS创新业务部B2C',
3052
- memberBcode: '10000210397336',
3053
- mschannelCode: 'jdjos',
3054
- mschannelName: '京东开普勒供应商',
3055
- memberBname: '13022115446',
3056
- memberCcode: '10000210397111',
3057
- memberCname: '云货架',
3058
- contractProperty: '0',
3059
- channelCode: '597408335937855526',
3060
- pmChannelCode: null,
3061
- channelName: 'B2C渠道',
3062
- contractType: '50',
3063
- contractTypepro: '00',
3064
- contractBlance: '0',
3065
- contractPmode: '0',
3066
- contractPumode: '0',
3067
- goodsNum: 1,
3068
- goodsWeight: 0,
3069
- goodsAssistweight: null,
3070
- pricesetRefrice: 0,
3071
- contractGmoney: null,
3072
- contractPaygmoney: null,
3073
- contractAmoney: null,
3074
- contractPayamoney: null,
3075
- contractEarnest: null,
3076
- contractPaymoney: 0,
3077
- contractPaydate: 1666333843000,
3078
- contractInmoney: 0.01,
3079
- contractMoney: 0.01,
3080
- goodsMoney: 0.01,
3081
- ddTypeCurrency: null,
3082
- dataBnum: 1,
3083
- dataBweight: 0,
3084
- dataBmoney: 0.01,
3085
- goodsPinprice: null,
3086
- goodsPbillno: '0',
3087
- goodsPmoney: 0,
3088
- goodsPmbillno: null,
3089
- areaName: null,
3090
- contractRemark: null,
3091
- goodsMinnum: null,
3092
- goodsOnenum: null,
3093
- contractEffectivedate: null,
3094
- contractDepositdate: null,
3095
- contractInvoicedate: null,
3096
- contractValidate: null,
3097
- contractShow: 0,
3098
- contractEcurl: null,
3099
- contractEcflag: 0,
3100
- contractInvoice: null,
3101
- contractInvstate: 0,
3102
- areaCode: '110000',
3103
- goodsLogmoney: 0,
3104
- goodsReceiptPhone: '17633538756',
3105
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
3106
- goodsReceiptMem: 'ahds`',
3107
- appmanageIcode: '025',
3108
- tenantCode: '597370900596056114',
3109
- ptradeSeqno: '635839409039929438',
3110
- goodsSupplierCode: '',
3111
- goodsSupplierName: '',
3112
- fchannelCode: 'wechatmini',
3113
- faccountName: 'wechatmini',
3114
- cashback: 0.01,
3115
- contractAppraise: 0,
3116
- refundMoney: null,
3117
- contractSendnum: null,
3118
- contractSendweight: null,
3119
- contractState: 0,
3120
- contractCtrlSeqno: null,
3121
- refundFlag: 0,
3122
- memberGcode: null,
3123
- memberGname: null,
3124
- memberMcode: '10000210397111',
3125
- ocContractSettlList: null,
3126
- packageList: null,
3127
- goodsList: [
3128
- {
3129
- contractGoodsId: 16316,
3130
- contractGoodsCode: '77a2d80626e04ef993ffb4253aea7381',
3131
- contractBillcode: '635839400454189062',
3132
- packageCode: '2d86f306ed36456cbb73da9f1d654b4d',
3133
- skuCode: '633411443332804633',
3134
- skuBarcode: null,
3135
- skuName: '橘咖色',
3136
- goodsOldcode: null,
3137
- skuOldcode: null,
3138
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
3139
- memberCode: '20000210397842',
3140
- memberName: 'SaaS创新业务部B2C',
3141
- memberCcode: '10000210397111',
3142
- memberCname: '云货架',
3143
- goodsShowno: '10060573969738',
3144
- skuShowno: '10060573969738',
3145
- goodsNo: '10060573969738',
3146
- skuNo: '10060573969738',
3147
- contractGoodsOldcode: null,
3148
- contractGoodsType: 0,
3149
- contractGoodsGtype: '0',
3150
- skuEocode: null,
3151
- goodsEocode: null,
3152
- memberBcode: '10000210397336',
3153
- memberBname: '13022115446',
3154
- mschannelCode: 'jdjos',
3155
- mschannelName: '京东开普勒供应商',
3156
- channelCode: '597408335937855526',
3157
- channelName: 'B2C渠道',
3158
- goodsCode: '633409270658166832',
3159
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
3160
- goodsCamount: 1,
3161
- goodsCweight: 0,
3162
- goodsOrigin: '11',
3163
- goodsPro: '11',
3164
- goodsType: '50',
3165
- classtreeCode: '633406356397027347',
3166
- classtreeShopcode: null,
3167
- classtreeName: null,
3168
- classtreeShopname: null,
3169
- contractGoodsBoxnum: null,
3170
- contractGoodsBoxprice: null,
3171
- contractGoodsBoxamt: 0,
3172
- pntreeCode: '000000066',
3173
- pntreeName: '京东默认',
3174
- partsnameName: null,
3175
- productareaName: null,
3176
- goodsMaterial: null,
3177
- goodsSpec: null,
3178
- goodsSpec1: null,
3179
- goodsSpec2: null,
3180
- goodsSpec3: null,
3181
- goodsSpec4: null,
3182
- goodsSpec5: null,
3183
- goodsProperty: null,
3184
- goodsProperty1: null,
3185
- goodsProperty2: null,
3186
- goodsProperty3: null,
3187
- goodsProperty4: null,
3188
- goodsProperty5: null,
3189
- goodsMinnum: 1,
3190
- goodsOneweight: 1,
3191
- goodsWeight: 0,
3192
- goodsNum: 1,
3193
- goodsSupplynum: 999,
3194
- goodsSupplyweight: 999,
3195
- goodsAhnum: 0,
3196
- goodsAhweight: 0,
3197
- goodsHangnum: 999,
3198
- goodsHangweight: 999,
3199
- goodsTopnum: null,
3200
- goodsTopweight: null,
3201
- goodsOrdnum: 1,
3202
- goodsOrdweight: 0,
3203
- partsnameNumunit: null,
3204
- partsnameWeightunit: null,
3205
- contractGoodsPrice: 0.01,
3206
- contractGoodsMoney: 0.01,
3207
- contractGoodsInmoney: 0.01,
3208
- contractGoodsPefinmoney: 0,
3209
- contractGoodsPefmoney: 0,
3210
- contractGoodsPefprice: 0,
3211
- pricesetNprice: 0.01,
3212
- pricesetMakeprice: 188,
3213
- pricesetBaseprice: 188,
3214
- pricesetAsprice: 0.01,
3215
- pricesetType: null,
3216
- pricesetRefrice: 0,
3217
- pricesetPrefprice: 178,
3218
- pricesetInsideprice: 0,
3219
- contractGoodsSendnum: null,
3220
- contractGoodsSendweight: null,
3221
- contractGoodsRefweight: null,
3222
- contractGoodsRefnum: null,
3223
- warehouseName: null,
3224
- areaName: null,
3225
- areaCode: null,
3226
- warehouseCode: null,
3227
- goodsContract: null,
3228
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
3229
- dataPicpath: null,
3230
- memberContact: null,
3231
- memberContactPhone: null,
3232
- dataOpbillstate: 0,
3233
- memberContactQq: null,
3234
- appmanageIcode: null,
3235
- contractGoodsAppraise: 0,
3236
- contractGoodsRemark: null,
3237
- tenantCode: '597370900596056114',
3238
- refundFlag: 0,
3239
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
3240
- dataState: 0,
3241
- memo: null,
3242
- pricesetCurrency: null,
3243
- pricesetCurrency1: null,
3244
- brandCode: '',
3245
- brandName: '',
3246
- ocContractGoodsGoodsList: null,
3247
- ocContractPmGoodsDomainList: null,
3248
- contractState: null,
3249
- shoppingGoodsPmname: null,
3250
- shoppingGoodsPmclass: null,
3251
- shoppingGoodsPm: null,
3252
- shoppingGoodsCheck: null,
3253
- goodsShowname: null,
3254
- ginfoCode: null,
3255
- goodsClass: null,
3256
- memberMcode: '10000210397111',
3257
- memberMname: '云货架',
3258
- goodsDay: null,
3259
- goodsDayinfo: null,
3260
- pricesetOldNprice: null,
3261
- pricesetOldRefrice: null,
3262
- goodsState: null,
3263
- goodsPmoney: null,
3264
- goodsMoney: null,
3265
- goodsReceiptMem: null,
3266
- goodsReceiptPhone: null,
3267
- goodsReceiptArrdess: null,
3268
- contractAppraise: null,
3269
- contractPaydate: null,
3270
- contractInvstate: null,
3271
- dataBmoney: null
3272
- }
3273
- ],
3274
- ocContractproDomainList: null,
3275
- dataStatestr: null,
3276
- warehouseName: null,
3277
- warehouseCode: null,
3278
- contractDelcode: '56YVM3',
3279
- contractUserurl: null,
3280
- custrelCode: null,
3281
- companyCode: null,
3282
- companyShortname: null,
3283
- departCode: null,
3284
- departShortname: null,
3285
- employeeCode: null,
3286
- employeeName: null,
3287
- userCode: '635565184114815004',
3288
- userName: '13022115446',
3289
- pricesetCurrency: null,
3290
- pricesetCurrency1: null,
3291
- freeFlag: false,
3292
- orgEmployeeReDomainList: null,
3293
- gmtCreate: 1666333845000,
3294
- gmtModified: 1666333876000,
3295
- memo: null,
3296
- dataState: 2,
3297
- invUrl: null,
3298
- payTime: null,
3299
- forecastAmt: null,
3300
- invp: null,
3301
- ref: null,
3302
- pmpay: null,
3303
- coppay: null,
3304
- urpay: null,
3305
- intpay: null,
3306
- blance: null,
3307
- pmode: null,
3308
- freight: null,
3309
- ninvpro: null,
3310
- reg: null,
3311
- oaflag: null,
3312
- erpCode: null,
3313
- erpDate: null,
3314
- erpAmt: null
3315
- },
3316
- {
3317
- contractId: 15733,
3318
- contractBillcode: '635839400454189091',
3319
- contractBbillcode: '635839400454189091',
3320
- contractNbillcode: null,
3321
- contractNbbillcode: null,
3322
- contractObillcode: null,
3323
- memberMname: '云货架',
3324
- goodsClass: null,
3325
- memberCode: '20000210397842',
3326
- memberName: 'SaaS创新业务部B2C',
3327
- memberBcode: '10000210397336',
3328
- mschannelCode: 'jdjos',
3329
- mschannelName: '京东开普勒供应商',
3330
- memberBname: '13022115446',
3331
- memberCcode: '10000210397111',
3332
- memberCname: '云货架',
3333
- contractProperty: '0',
3334
- channelCode: '597408335937855526',
3335
- pmChannelCode: null,
3336
- channelName: 'B2C渠道',
3337
- contractType: '50',
3338
- contractTypepro: '00',
3339
- contractBlance: '0',
3340
- contractPmode: '0',
3341
- contractPumode: '0',
3342
- goodsNum: 1,
3343
- goodsWeight: 0,
3344
- goodsAssistweight: null,
3345
- pricesetRefrice: 0,
3346
- contractGmoney: null,
3347
- contractPaygmoney: null,
3348
- contractAmoney: null,
3349
- contractPayamoney: null,
3350
- contractEarnest: null,
3351
- contractPaymoney: 0,
3352
- contractPaydate: 1666332842000,
3353
- contractInmoney: 0.01,
3354
- contractMoney: 0.01,
3355
- goodsMoney: 0.01,
3356
- ddTypeCurrency: null,
3357
- dataBnum: 1,
3358
- dataBweight: 0,
3359
- dataBmoney: 0.01,
3360
- goodsPinprice: null,
3361
- goodsPbillno: '0',
3362
- goodsPmoney: 0,
3363
- goodsPmbillno: null,
3364
- areaName: null,
3365
- contractRemark: null,
3366
- goodsMinnum: null,
3367
- goodsOnenum: null,
3368
- contractEffectivedate: null,
3369
- contractDepositdate: null,
3370
- contractInvoicedate: null,
3371
- contractValidate: null,
3372
- contractShow: 0,
3373
- contractEcurl: null,
3374
- contractEcflag: 0,
3375
- contractInvoice: null,
3376
- contractInvstate: 0,
3377
- areaCode: '110000',
3378
- goodsLogmoney: 0,
3379
- goodsReceiptPhone: '17633538756',
3380
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
3381
- goodsReceiptMem: 'ahds`',
3382
- appmanageIcode: '025',
3383
- tenantCode: '597370900596056114',
3384
- ptradeSeqno: '635839409039929391',
3385
- goodsSupplierCode: '',
3386
- goodsSupplierName: '',
3387
- fchannelCode: 'wechatmini',
3388
- faccountName: 'wechatmini',
3389
- cashback: 0.01,
3390
- contractAppraise: 0,
3391
- refundMoney: null,
3392
- contractSendnum: null,
3393
- contractSendweight: null,
3394
- contractState: 0,
3395
- contractCtrlSeqno: null,
3396
- refundFlag: 0,
3397
- memberGcode: null,
3398
- memberGname: null,
3399
- memberMcode: '10000210397111',
3400
- ocContractSettlList: null,
3401
- packageList: null,
3402
- goodsList: [
3403
- {
3404
- contractGoodsId: 16314,
3405
- contractGoodsCode: 'b7ba9a4ba1df4268bda31c6b3cc4b5bc',
3406
- contractBillcode: '635839400454189091',
3407
- packageCode: 'e6226ee22db0431f90530f5c76d8fc01',
3408
- skuCode: '633411443332804633',
3409
- skuBarcode: null,
3410
- skuName: '橘咖色',
3411
- goodsOldcode: null,
3412
- skuOldcode: null,
3413
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
3414
- memberCode: '20000210397842',
3415
- memberName: 'SaaS创新业务部B2C',
3416
- memberCcode: '10000210397111',
3417
- memberCname: '云货架',
3418
- goodsShowno: '10060573969738',
3419
- skuShowno: '10060573969738',
3420
- goodsNo: '10060573969738',
3421
- skuNo: '10060573969738',
3422
- contractGoodsOldcode: null,
3423
- contractGoodsType: 0,
3424
- contractGoodsGtype: '0',
3425
- skuEocode: null,
3426
- goodsEocode: null,
3427
- memberBcode: '10000210397336',
3428
- memberBname: '13022115446',
3429
- mschannelCode: 'jdjos',
3430
- mschannelName: '京东开普勒供应商',
3431
- channelCode: '597408335937855526',
3432
- channelName: 'B2C渠道',
3433
- goodsCode: '633409270658166832',
3434
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
3435
- goodsCamount: 1,
3436
- goodsCweight: 0,
3437
- goodsOrigin: '11',
3438
- goodsPro: '11',
3439
- goodsType: '50',
3440
- classtreeCode: '633406356397027347',
3441
- classtreeShopcode: null,
3442
- classtreeName: null,
3443
- classtreeShopname: null,
3444
- contractGoodsBoxnum: null,
3445
- contractGoodsBoxprice: null,
3446
- contractGoodsBoxamt: 0,
3447
- pntreeCode: '000000066',
3448
- pntreeName: '京东默认',
3449
- partsnameName: null,
3450
- productareaName: null,
3451
- goodsMaterial: null,
3452
- goodsSpec: null,
3453
- goodsSpec1: null,
3454
- goodsSpec2: null,
3455
- goodsSpec3: null,
3456
- goodsSpec4: null,
3457
- goodsSpec5: null,
3458
- goodsProperty: null,
3459
- goodsProperty1: null,
3460
- goodsProperty2: null,
3461
- goodsProperty3: null,
3462
- goodsProperty4: null,
3463
- goodsProperty5: null,
3464
- goodsMinnum: 1,
3465
- goodsOneweight: 1,
3466
- goodsWeight: 0,
3467
- goodsNum: 1,
3468
- goodsSupplynum: 999,
3469
- goodsSupplyweight: 999,
3470
- goodsAhnum: 0,
3471
- goodsAhweight: 0,
3472
- goodsHangnum: 999,
3473
- goodsHangweight: 999,
3474
- goodsTopnum: null,
3475
- goodsTopweight: null,
3476
- goodsOrdnum: 1,
3477
- goodsOrdweight: 0,
3478
- partsnameNumunit: null,
3479
- partsnameWeightunit: null,
3480
- contractGoodsPrice: 0.01,
3481
- contractGoodsMoney: 0.01,
3482
- contractGoodsInmoney: 0.01,
3483
- contractGoodsPefinmoney: 0,
3484
- contractGoodsPefmoney: 0,
3485
- contractGoodsPefprice: 0,
3486
- pricesetNprice: 0.01,
3487
- pricesetMakeprice: 188,
3488
- pricesetBaseprice: 188,
3489
- pricesetAsprice: 0.01,
3490
- pricesetType: null,
3491
- pricesetRefrice: 0,
3492
- pricesetPrefprice: 178,
3493
- pricesetInsideprice: 0,
3494
- contractGoodsSendnum: null,
3495
- contractGoodsSendweight: null,
3496
- contractGoodsRefweight: null,
3497
- contractGoodsRefnum: null,
3498
- warehouseName: null,
3499
- areaName: null,
3500
- areaCode: null,
3501
- warehouseCode: null,
3502
- goodsContract: null,
3503
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
3504
- dataPicpath: null,
3505
- memberContact: null,
3506
- memberContactPhone: null,
3507
- dataOpbillstate: 0,
3508
- memberContactQq: null,
3509
- appmanageIcode: null,
3510
- contractGoodsAppraise: 0,
3511
- contractGoodsRemark: null,
3512
- tenantCode: '597370900596056114',
3513
- refundFlag: 0,
3514
- goodsRemark: 'p src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;" src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;" /p p br /p',
3515
- dataState: 0,
3516
- memo: null,
3517
- pricesetCurrency: null,
3518
- pricesetCurrency1: null,
3519
- brandCode: '',
3520
- brandName: '',
3521
- ocContractGoodsGoodsList: null,
3522
- ocContractPmGoodsDomainList: null,
3523
- contractState: null,
3524
- shoppingGoodsPmname: null,
3525
- shoppingGoodsPmclass: null,
3526
- shoppingGoodsPm: null,
3527
- shoppingGoodsCheck: null,
3528
- goodsShowname: null,
3529
- ginfoCode: null,
3530
- goodsClass: null,
3531
- memberMcode: '10000210397111',
3532
- memberMname: '云货架',
3533
- goodsDay: null,
3534
- goodsDayinfo: null,
3535
- pricesetOldNprice: null,
3536
- pricesetOldRefrice: null,
3537
- goodsState: null,
3538
- goodsPmoney: null,
3539
- goodsMoney: null,
3540
- goodsReceiptMem: null,
3541
- goodsReceiptPhone: null,
3542
- goodsReceiptArrdess: null,
3543
- contractAppraise: null,
3544
- contractPaydate: null,
3545
- contractInvstate: null,
3546
- dataBmoney: null
3547
- }
3548
- ],
3549
- ocContractproDomainList: null,
3550
- dataStatestr: null,
3551
- warehouseName: null,
3552
- warehouseCode: null,
3553
- contractDelcode: 'qd9yQK',
3554
- contractUserurl: null,
3555
- custrelCode: null,
3556
- companyCode: null,
3557
- companyShortname: null,
3558
- departCode: null,
3559
- departShortname: null,
3560
- employeeCode: null,
3561
- employeeName: null,
3562
- userCode: '635565184114815004',
3563
- userName: '13022115446',
3564
- pricesetCurrency: null,
3565
- pricesetCurrency1: null,
3566
- freeFlag: false,
3567
- orgEmployeeReDomainList: null,
3568
- gmtCreate: 1666332844000,
3569
- gmtModified: 1666332900000,
3570
- memo: null,
3571
- dataState: -1,
3572
- invUrl: null,
3573
- payTime: null,
3574
- forecastAmt: null,
3575
- invp: null,
3576
- ref: null,
3577
- pmpay: null,
3578
- coppay: null,
3579
- urpay: null,
3580
- intpay: null,
3581
- blance: null,
3582
- pmode: null,
3583
- freight: null,
3584
- ninvpro: null,
3585
- reg: null,
3586
- oaflag: null,
3587
- erpCode: null,
3588
- erpDate: null,
3589
- erpAmt: null
3590
- },
3591
- {
3592
- contractId: 15732,
3593
- contractBillcode: '635839400454189067',
3594
- contractBbillcode: '635839400454189067',
3595
- contractNbillcode: null,
3596
- contractNbbillcode: null,
3597
- contractObillcode: null,
3598
- memberMname: '云货架',
3599
- goodsClass: null,
3600
- memberCode: '20000210397842',
3601
- memberName: 'SaaS创新业务部B2C',
3602
- memberBcode: '10000210397336',
3603
- mschannelCode: 'jdjos',
3604
- mschannelName: '京东开普勒供应商',
3605
- memberBname: '13022115446',
3606
- memberCcode: '10000210397111',
3607
- memberCname: '云货架',
3608
- contractProperty: '0',
3609
- channelCode: '597408335937855526',
3610
- pmChannelCode: null,
3611
- channelName: 'B2C渠道',
3612
- contractType: '50',
3613
- contractTypepro: '00',
3614
- contractBlance: '0',
3615
- contractPmode: '0',
3616
- contractPumode: '0',
3617
- goodsNum: 1,
3618
- goodsWeight: 0,
3619
- goodsAssistweight: null,
3620
- pricesetRefrice: 0,
3621
- contractGmoney: null,
3622
- contractPaygmoney: null,
3623
- contractAmoney: null,
3624
- contractPayamoney: null,
3625
- contractEarnest: null,
3626
- contractPaymoney: 0,
3627
- contractPaydate: 1666331954000,
3628
- contractInmoney: 0.01,
3629
- contractMoney: 0.01,
3630
- goodsMoney: 0.01,
3631
- ddTypeCurrency: null,
3632
- dataBnum: 1,
3633
- dataBweight: 0,
3634
- dataBmoney: 0.01,
3635
- goodsPinprice: null,
3636
- goodsPbillno: '0',
3637
- goodsPmoney: 0,
3638
- goodsPmbillno: null,
3639
- areaName: null,
3640
- contractRemark: null,
3641
- goodsMinnum: null,
3642
- goodsOnenum: null,
3643
- contractEffectivedate: null,
3644
- contractDepositdate: null,
3645
- contractInvoicedate: null,
3646
- contractValidate: null,
3647
- contractShow: 0,
3648
- contractEcurl: null,
3649
- contractEcflag: 0,
3650
- contractInvoice: null,
3651
- contractInvstate: 0,
3652
- areaCode: '110000',
3653
- goodsLogmoney: 0,
3654
- goodsReceiptPhone: '17633538756',
3655
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
3656
- goodsReceiptMem: 'ahds`',
3657
- appmanageIcode: '025',
3658
- tenantCode: '597370900596056114',
3659
- ptradeSeqno: null,
3660
- goodsSupplierCode: '',
3661
- goodsSupplierName: '',
3662
- fchannelCode: null,
3663
- faccountName: null,
3664
- cashback: 0.01,
3665
- contractAppraise: 0,
3666
- refundMoney: null,
3667
- contractSendnum: null,
3668
- contractSendweight: null,
3669
- contractState: 0,
3670
- contractCtrlSeqno: null,
3671
- refundFlag: 0,
3672
- memberGcode: null,
3673
- memberGname: null,
3674
- memberMcode: '10000210397111',
3675
- ocContractSettlList: null,
3676
- packageList: null,
3677
- goodsList: [
3678
- {
3679
- contractGoodsId: 16313,
3680
- contractGoodsCode: 'f91c8413fa534b7788f0105eeebd51d6',
3681
- contractBillcode: '635839400454189067',
3682
- packageCode: 'ee8486fefa6d471786323f81c52ef892',
3683
- skuCode: '633411443332804643',
3684
- skuBarcode: null,
3685
- skuName: '95*55*50cm',
3686
- goodsOldcode: null,
3687
- skuOldcode: null,
3688
- spuCode: 'd453da0e31df4c7197a758628576db8e',
3689
- memberCode: '20000210397842',
3690
- memberName: 'SaaS创新业务部B2C',
3691
- memberCcode: '10000210397111',
3692
- memberCname: '云货架',
3693
- goodsShowno: '10060573912248',
3694
- skuShowno: '10060573912248',
3695
- goodsNo: '10060573912248',
3696
- skuNo: '10060573912248',
3697
- contractGoodsOldcode: null,
3698
- contractGoodsType: 0,
3699
- contractGoodsGtype: '0',
3700
- skuEocode: null,
3701
- goodsEocode: null,
3702
- memberBcode: '10000210397336',
3703
- memberBname: '13022115446',
3704
- mschannelCode: 'jdjos',
3705
- mschannelName: '京东开普勒供应商',
3706
- channelCode: '597408335937855526',
3707
- channelName: 'B2C渠道',
3708
- goodsCode: '633409270658166851',
3709
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
3710
- goodsCamount: 1,
3711
- goodsCweight: 0,
3712
- goodsOrigin: '11',
3713
- goodsPro: '11',
3714
- goodsType: '50',
3715
- classtreeCode: '633406356397027364',
3716
- classtreeShopcode: null,
3717
- classtreeName: null,
3718
- classtreeShopname: null,
3719
- contractGoodsBoxnum: null,
3720
- contractGoodsBoxprice: null,
3721
- contractGoodsBoxamt: 0,
3722
- pntreeCode: '000000066',
3723
- pntreeName: '京东默认',
3724
- partsnameName: null,
3725
- productareaName: null,
3726
- goodsMaterial: null,
3727
- goodsSpec: null,
3728
- goodsSpec1: null,
3729
- goodsSpec2: null,
3730
- goodsSpec3: null,
3731
- goodsSpec4: null,
3732
- goodsSpec5: null,
3733
- goodsProperty: null,
3734
- goodsProperty1: null,
3735
- goodsProperty2: null,
3736
- goodsProperty3: null,
3737
- goodsProperty4: null,
3738
- goodsProperty5: null,
3739
- goodsMinnum: 1,
3740
- goodsOneweight: 1,
3741
- goodsWeight: 0,
3742
- goodsNum: 1,
3743
- goodsSupplynum: 998,
3744
- goodsSupplyweight: 999,
3745
- goodsAhnum: 0,
3746
- goodsAhweight: 0,
3747
- goodsHangnum: 999,
3748
- goodsHangweight: 999,
3749
- goodsTopnum: null,
3750
- goodsTopweight: null,
3751
- goodsOrdnum: 1,
3752
- goodsOrdweight: 0,
3753
- partsnameNumunit: null,
3754
- partsnameWeightunit: null,
3755
- contractGoodsPrice: 0.01,
3756
- contractGoodsMoney: 0.01,
3757
- contractGoodsInmoney: 0.01,
3758
- contractGoodsPefinmoney: 0,
3759
- contractGoodsPefmoney: 0,
3760
- contractGoodsPefprice: 0,
3761
- pricesetNprice: 0.01,
3762
- pricesetMakeprice: 298,
3763
- pricesetBaseprice: 298,
3764
- pricesetAsprice: 0.01,
3765
- pricesetType: null,
3766
- pricesetRefrice: 0,
3767
- pricesetPrefprice: 278,
3768
- pricesetInsideprice: 0,
3769
- contractGoodsSendnum: null,
3770
- contractGoodsSendweight: null,
3771
- contractGoodsRefweight: null,
3772
- contractGoodsRefnum: null,
3773
- warehouseName: null,
3774
- areaName: null,
3775
- areaCode: null,
3776
- warehouseCode: null,
3777
- goodsContract: null,
3778
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
3779
- dataPicpath: null,
3780
- memberContact: null,
3781
- memberContactPhone: null,
3782
- dataOpbillstate: 0,
3783
- memberContactQq: null,
3784
- appmanageIcode: null,
3785
- contractGoodsAppraise: 0,
3786
- contractGoodsRemark: null,
3787
- tenantCode: '597370900596056114',
3788
- refundFlag: 0,
3789
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
3790
- dataState: 0,
3791
- memo: null,
3792
- pricesetCurrency: null,
3793
- pricesetCurrency1: null,
3794
- brandCode: '',
3795
- brandName: '',
3796
- ocContractGoodsGoodsList: null,
3797
- ocContractPmGoodsDomainList: null,
3798
- contractState: null,
3799
- shoppingGoodsPmname: null,
3800
- shoppingGoodsPmclass: null,
3801
- shoppingGoodsPm: null,
3802
- shoppingGoodsCheck: null,
3803
- goodsShowname: null,
3804
- ginfoCode: null,
3805
- goodsClass: null,
3806
- memberMcode: '10000210397111',
3807
- memberMname: '云货架',
3808
- goodsDay: null,
3809
- goodsDayinfo: null,
3810
- pricesetOldNprice: null,
3811
- pricesetOldRefrice: null,
3812
- goodsState: null,
3813
- goodsPmoney: null,
3814
- goodsMoney: null,
3815
- goodsReceiptMem: null,
3816
- goodsReceiptPhone: null,
3817
- goodsReceiptArrdess: null,
3818
- contractAppraise: null,
3819
- contractPaydate: null,
3820
- contractInvstate: null,
3821
- dataBmoney: null
3822
- }
3823
- ],
3824
- ocContractproDomainList: null,
3825
- dataStatestr: null,
3826
- warehouseName: null,
3827
- warehouseCode: null,
3828
- contractDelcode: 'CqTrP6',
3829
- contractUserurl: null,
3830
- custrelCode: null,
3831
- companyCode: null,
3832
- companyShortname: null,
3833
- departCode: null,
3834
- departShortname: null,
3835
- employeeCode: null,
3836
- employeeName: null,
3837
- userCode: '635565184114815004',
3838
- userName: '13022115446',
3839
- pricesetCurrency: null,
3840
- pricesetCurrency1: null,
3841
- freeFlag: false,
3842
- orgEmployeeReDomainList: null,
3843
- gmtCreate: 1666332042000,
3844
- gmtModified: 1666332300000,
3845
- memo: null,
3846
- dataState: -1,
3847
- invUrl: null,
3848
- payTime: null,
3849
- forecastAmt: null,
3850
- invp: null,
3851
- ref: null,
3852
- pmpay: null,
3853
- coppay: null,
3854
- urpay: null,
3855
- intpay: null,
3856
- blance: null,
3857
- pmode: null,
3858
- freight: null,
3859
- ninvpro: null,
3860
- reg: null,
3861
- oaflag: null,
3862
- erpCode: null,
3863
- erpDate: null,
3864
- erpAmt: null
3865
- },
3866
- {
3867
- contractId: 15731,
3868
- contractBillcode: '635839400454189086',
3869
- contractBbillcode: '635839400454189086',
3870
- contractNbillcode: null,
3871
- contractNbbillcode: null,
3872
- contractObillcode: null,
3873
- memberMname: '云货架',
3874
- goodsClass: null,
3875
- memberCode: '20000210397842',
3876
- memberName: 'SaaS创新业务部B2C',
3877
- memberBcode: '10000210397336',
3878
- mschannelCode: 'jdjos',
3879
- mschannelName: '京东开普勒供应商',
3880
- memberBname: '13022115446',
3881
- memberCcode: '10000210397111',
3882
- memberCname: '云货架',
3883
- contractProperty: '0',
3884
- channelCode: '597408335937855526',
3885
- pmChannelCode: null,
3886
- channelName: 'B2C渠道',
3887
- contractType: '50',
3888
- contractTypepro: '00',
3889
- contractBlance: '0',
3890
- contractPmode: '0',
3891
- contractPumode: '0',
3892
- goodsNum: 1,
3893
- goodsWeight: 0,
3894
- goodsAssistweight: null,
3895
- pricesetRefrice: 0,
3896
- contractGmoney: null,
3897
- contractPaygmoney: null,
3898
- contractAmoney: null,
3899
- contractPayamoney: null,
3900
- contractEarnest: null,
3901
- contractPaymoney: 0,
3902
- contractPaydate: 1666331954000,
3903
- contractInmoney: 0.01,
3904
- contractMoney: 0.01,
3905
- goodsMoney: 0.01,
3906
- ddTypeCurrency: null,
3907
- dataBnum: 1,
3908
- dataBweight: 0,
3909
- dataBmoney: 0.01,
3910
- goodsPinprice: null,
3911
- goodsPbillno: '0',
3912
- goodsPmoney: 0,
3913
- goodsPmbillno: null,
3914
- areaName: null,
3915
- contractRemark: null,
3916
- goodsMinnum: null,
3917
- goodsOnenum: null,
3918
- contractEffectivedate: null,
3919
- contractDepositdate: null,
3920
- contractInvoicedate: null,
3921
- contractValidate: null,
3922
- contractShow: 0,
3923
- contractEcurl: null,
3924
- contractEcflag: 0,
3925
- contractInvoice: null,
3926
- contractInvstate: 0,
3927
- areaCode: '110000',
3928
- goodsLogmoney: 0,
3929
- goodsReceiptPhone: '17633538756',
3930
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
3931
- goodsReceiptMem: 'ahds`',
3932
- appmanageIcode: '025',
3933
- tenantCode: '597370900596056114',
3934
- ptradeSeqno: '635839409039929351',
3935
- goodsSupplierCode: '',
3936
- goodsSupplierName: '',
3937
- fchannelCode: null,
3938
- faccountName: null,
3939
- cashback: 0.01,
3940
- contractAppraise: 0,
3941
- refundMoney: null,
3942
- contractSendnum: null,
3943
- contractSendweight: null,
3944
- contractState: 0,
3945
- contractCtrlSeqno: null,
3946
- refundFlag: 0,
3947
- memberGcode: null,
3948
- memberGname: null,
3949
- memberMcode: '10000210397111',
3950
- ocContractSettlList: null,
3951
- packageList: null,
3952
- goodsList: [
3953
- {
3954
- contractGoodsId: 16312,
3955
- contractGoodsCode: '5bd985cf03574a16bd702b7d96caf226',
3956
- contractBillcode: '635839400454189086',
3957
- packageCode: '867e516812ee4854958a4cd382f253af',
3958
- skuCode: '633411443332804643',
3959
- skuBarcode: null,
3960
- skuName: '95*55*50cm',
3961
- goodsOldcode: null,
3962
- skuOldcode: null,
3963
- spuCode: 'd453da0e31df4c7197a758628576db8e',
3964
- memberCode: '20000210397842',
3965
- memberName: 'SaaS创新业务部B2C',
3966
- memberCcode: '10000210397111',
3967
- memberCname: '云货架',
3968
- goodsShowno: '10060573912248',
3969
- skuShowno: '10060573912248',
3970
- goodsNo: '10060573912248',
3971
- skuNo: '10060573912248',
3972
- contractGoodsOldcode: null,
3973
- contractGoodsType: 0,
3974
- contractGoodsGtype: '0',
3975
- skuEocode: null,
3976
- goodsEocode: null,
3977
- memberBcode: '10000210397336',
3978
- memberBname: '13022115446',
3979
- mschannelCode: 'jdjos',
3980
- mschannelName: '京东开普勒供应商',
3981
- channelCode: '597408335937855526',
3982
- channelName: 'B2C渠道',
3983
- goodsCode: '633409270658166851',
3984
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
3985
- goodsCamount: 1,
3986
- goodsCweight: 0,
3987
- goodsOrigin: '11',
3988
- goodsPro: '11',
3989
- goodsType: '50',
3990
- classtreeCode: '633406356397027364',
3991
- classtreeShopcode: null,
3992
- classtreeName: null,
3993
- classtreeShopname: null,
3994
- contractGoodsBoxnum: null,
3995
- contractGoodsBoxprice: null,
3996
- contractGoodsBoxamt: 0,
3997
- pntreeCode: '000000066',
3998
- pntreeName: '京东默认',
3999
- partsnameName: null,
4000
- productareaName: null,
4001
- goodsMaterial: null,
4002
- goodsSpec: null,
4003
- goodsSpec1: null,
4004
- goodsSpec2: null,
4005
- goodsSpec3: null,
4006
- goodsSpec4: null,
4007
- goodsSpec5: null,
4008
- goodsProperty: null,
4009
- goodsProperty1: null,
4010
- goodsProperty2: null,
4011
- goodsProperty3: null,
4012
- goodsProperty4: null,
4013
- goodsProperty5: null,
4014
- goodsMinnum: 1,
4015
- goodsOneweight: 1,
4016
- goodsWeight: 0,
4017
- goodsNum: 1,
4018
- goodsSupplynum: 998,
4019
- goodsSupplyweight: 999,
4020
- goodsAhnum: 0,
4021
- goodsAhweight: 0,
4022
- goodsHangnum: 999,
4023
- goodsHangweight: 999,
4024
- goodsTopnum: null,
4025
- goodsTopweight: null,
4026
- goodsOrdnum: 1,
4027
- goodsOrdweight: 0,
4028
- partsnameNumunit: null,
4029
- partsnameWeightunit: null,
4030
- contractGoodsPrice: 0.01,
4031
- contractGoodsMoney: 0.01,
4032
- contractGoodsInmoney: 0.01,
4033
- contractGoodsPefinmoney: 0,
4034
- contractGoodsPefmoney: 0,
4035
- contractGoodsPefprice: 0,
4036
- pricesetNprice: 0.01,
4037
- pricesetMakeprice: 298,
4038
- pricesetBaseprice: 298,
4039
- pricesetAsprice: 0.01,
4040
- pricesetType: null,
4041
- pricesetRefrice: 0,
4042
- pricesetPrefprice: 278,
4043
- pricesetInsideprice: 0,
4044
- contractGoodsSendnum: null,
4045
- contractGoodsSendweight: null,
4046
- contractGoodsRefweight: null,
4047
- contractGoodsRefnum: null,
4048
- warehouseName: null,
4049
- areaName: null,
4050
- areaCode: null,
4051
- warehouseCode: null,
4052
- goodsContract: null,
4053
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
4054
- dataPicpath: null,
4055
- memberContact: null,
4056
- memberContactPhone: null,
4057
- dataOpbillstate: 0,
4058
- memberContactQq: null,
4059
- appmanageIcode: null,
4060
- contractGoodsAppraise: 0,
4061
- contractGoodsRemark: null,
4062
- tenantCode: '597370900596056114',
4063
- refundFlag: 0,
4064
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
4065
- dataState: 0,
4066
- memo: null,
4067
- pricesetCurrency: null,
4068
- pricesetCurrency1: null,
4069
- brandCode: '',
4070
- brandName: '',
4071
- ocContractGoodsGoodsList: null,
4072
- ocContractPmGoodsDomainList: null,
4073
- contractState: null,
4074
- shoppingGoodsPmname: null,
4075
- shoppingGoodsPmclass: null,
4076
- shoppingGoodsPm: null,
4077
- shoppingGoodsCheck: null,
4078
- goodsShowname: null,
4079
- ginfoCode: null,
4080
- goodsClass: null,
4081
- memberMcode: '10000210397111',
4082
- memberMname: '云货架',
4083
- goodsDay: null,
4084
- goodsDayinfo: null,
4085
- pricesetOldNprice: null,
4086
- pricesetOldRefrice: null,
4087
- goodsState: null,
4088
- goodsPmoney: null,
4089
- goodsMoney: null,
4090
- goodsReceiptMem: null,
4091
- goodsReceiptPhone: null,
4092
- goodsReceiptArrdess: null,
4093
- contractAppraise: null,
4094
- contractPaydate: null,
4095
- contractInvstate: null,
4096
- dataBmoney: null
4097
- }
4098
- ],
4099
- ocContractproDomainList: null,
4100
- dataStatestr: null,
4101
- warehouseName: null,
4102
- warehouseCode: null,
4103
- contractDelcode: 'JfXLSX',
4104
- contractUserurl: null,
4105
- custrelCode: null,
4106
- companyCode: null,
4107
- companyShortname: null,
4108
- departCode: null,
4109
- departShortname: null,
4110
- employeeCode: null,
4111
- employeeName: null,
4112
- userCode: '635565184114815004',
4113
- userName: '13022115446',
4114
- pricesetCurrency: null,
4115
- pricesetCurrency1: null,
4116
- freeFlag: false,
4117
- orgEmployeeReDomainList: null,
4118
- gmtCreate: 1666331955000,
4119
- gmtModified: 1666332000000,
4120
- memo: null,
4121
- dataState: -1,
4122
- invUrl: null,
4123
- payTime: null,
4124
- forecastAmt: null,
4125
- invp: null,
4126
- ref: null,
4127
- pmpay: null,
4128
- coppay: null,
4129
- urpay: null,
4130
- intpay: null,
4131
- blance: null,
4132
- pmode: null,
4133
- freight: null,
4134
- ninvpro: null,
4135
- reg: null,
4136
- oaflag: null,
4137
- erpCode: null,
4138
- erpDate: null,
4139
- erpAmt: null
4140
- },
4141
- {
4142
- contractId: 15730,
4143
- contractBillcode: '635839400454189119',
4144
- contractBbillcode: '635839400454189119',
4145
- contractNbillcode: null,
4146
- contractNbbillcode: null,
4147
- contractObillcode: null,
4148
- memberMname: '云货架',
4149
- goodsClass: null,
4150
- memberCode: '20000210397842',
4151
- memberName: 'SaaS创新业务部B2C',
4152
- memberBcode: '10000210397336',
4153
- mschannelCode: 'jdjos',
4154
- mschannelName: '京东开普勒供应商',
4155
- memberBname: '13022115446',
4156
- memberCcode: '10000210397111',
4157
- memberCname: '云货架',
4158
- contractProperty: '0',
4159
- channelCode: '597408335937855526',
4160
- pmChannelCode: null,
4161
- channelName: 'B2C渠道',
4162
- contractType: '50',
4163
- contractTypepro: '00',
4164
- contractBlance: '0',
4165
- contractPmode: '0',
4166
- contractPumode: '0',
4167
- goodsNum: 1,
4168
- goodsWeight: 0,
4169
- goodsAssistweight: null,
4170
- pricesetRefrice: 0,
4171
- contractGmoney: null,
4172
- contractPaygmoney: null,
4173
- contractAmoney: null,
4174
- contractPayamoney: null,
4175
- contractEarnest: null,
4176
- contractPaymoney: 0,
4177
- contractPaydate: 1666331925000,
4178
- contractInmoney: 0.01,
4179
- contractMoney: 0.01,
4180
- goodsMoney: 0.01,
4181
- ddTypeCurrency: null,
4182
- dataBnum: 1,
4183
- dataBweight: 0,
4184
- dataBmoney: 0.01,
4185
- goodsPinprice: null,
4186
- goodsPbillno: '0',
4187
- goodsPmoney: 0,
4188
- goodsPmbillno: null,
4189
- areaName: null,
4190
- contractRemark: null,
4191
- goodsMinnum: null,
4192
- goodsOnenum: null,
4193
- contractEffectivedate: null,
4194
- contractDepositdate: null,
4195
- contractInvoicedate: null,
4196
- contractValidate: null,
4197
- contractShow: 0,
4198
- contractEcurl: null,
4199
- contractEcflag: 0,
4200
- contractInvoice: null,
4201
- contractInvstate: 0,
4202
- areaCode: '110000',
4203
- goodsLogmoney: 0,
4204
- goodsReceiptPhone: '17633538756',
4205
- goodsReceiptArrdess: '北京市北京市东城区dddfffff',
4206
- goodsReceiptMem: 'ahds`',
4207
- appmanageIcode: '025',
4208
- tenantCode: '597370900596056114',
4209
- ptradeSeqno: '635839409039929381',
4210
- goodsSupplierCode: '',
4211
- goodsSupplierName: '',
4212
- fchannelCode: null,
4213
- faccountName: null,
4214
- cashback: 0.01,
4215
- contractAppraise: 0,
4216
- refundMoney: null,
4217
- contractSendnum: null,
4218
- contractSendweight: null,
4219
- contractState: 0,
4220
- contractCtrlSeqno: null,
4221
- refundFlag: 0,
4222
- memberGcode: null,
4223
- memberGname: null,
4224
- memberMcode: '10000210397111',
4225
- ocContractSettlList: null,
4226
- packageList: null,
4227
- goodsList: [
4228
- {
4229
- contractGoodsId: 16311,
4230
- contractGoodsCode: 'cdd55624f43c4ed3b75629f0dd2fa85d',
4231
- contractBillcode: '635839400454189119',
4232
- packageCode: 'df21daa134d04db2bdae4359d52ea6a5',
4233
- skuCode: '633411443332804643',
4234
- skuBarcode: null,
4235
- skuName: '95*55*50cm',
4236
- goodsOldcode: null,
4237
- skuOldcode: null,
4238
- spuCode: 'd453da0e31df4c7197a758628576db8e',
4239
- memberCode: '20000210397842',
4240
- memberName: 'SaaS创新业务部B2C',
4241
- memberCcode: '10000210397111',
4242
- memberCname: '云货架',
4243
- goodsShowno: '10060573912248',
4244
- skuShowno: '10060573912248',
4245
- goodsNo: '10060573912248',
4246
- skuNo: '10060573912248',
4247
- contractGoodsOldcode: null,
4248
- contractGoodsType: 0,
4249
- contractGoodsGtype: '0',
4250
- skuEocode: null,
4251
- goodsEocode: null,
4252
- memberBcode: '10000210397336',
4253
- memberBname: '13022115446',
4254
- mschannelCode: 'jdjos',
4255
- mschannelName: '京东开普勒供应商',
4256
- channelCode: '597408335937855526',
4257
- channelName: 'B2C渠道',
4258
- goodsCode: '633409270658166851',
4259
- goodsName: 'PURIXTAR 户外折叠桌子便携式超轻野餐桌铝合金蛋卷桌露营折叠桌钓鱼轻便公园烧烤桌套装小桌大桌 95*55*50cm',
4260
- goodsCamount: 1,
4261
- goodsCweight: 0,
4262
- goodsOrigin: '11',
4263
- goodsPro: '11',
4264
- goodsType: '50',
4265
- classtreeCode: '633406356397027364',
4266
- classtreeShopcode: null,
4267
- classtreeName: null,
4268
- classtreeShopname: null,
4269
- contractGoodsBoxnum: null,
4270
- contractGoodsBoxprice: null,
4271
- contractGoodsBoxamt: 0,
4272
- pntreeCode: '000000066',
4273
- pntreeName: '京东默认',
4274
- partsnameName: null,
4275
- productareaName: null,
4276
- goodsMaterial: null,
4277
- goodsSpec: null,
4278
- goodsSpec1: null,
4279
- goodsSpec2: null,
4280
- goodsSpec3: null,
4281
- goodsSpec4: null,
4282
- goodsSpec5: null,
4283
- goodsProperty: null,
4284
- goodsProperty1: null,
4285
- goodsProperty2: null,
4286
- goodsProperty3: null,
4287
- goodsProperty4: null,
4288
- goodsProperty5: null,
4289
- goodsMinnum: 1,
4290
- goodsOneweight: 1,
4291
- goodsWeight: 0,
4292
- goodsNum: 1,
4293
- goodsSupplynum: 999,
4294
- goodsSupplyweight: 999,
4295
- goodsAhnum: 0,
4296
- goodsAhweight: 0,
4297
- goodsHangnum: 999,
4298
- goodsHangweight: 999,
4299
- goodsTopnum: null,
4300
- goodsTopweight: null,
4301
- goodsOrdnum: 1,
4302
- goodsOrdweight: 0,
4303
- partsnameNumunit: null,
4304
- partsnameWeightunit: null,
4305
- contractGoodsPrice: 0.01,
4306
- contractGoodsMoney: 0.01,
4307
- contractGoodsInmoney: 0.01,
4308
- contractGoodsPefinmoney: 0,
4309
- contractGoodsPefmoney: 0,
4310
- contractGoodsPefprice: 0,
4311
- pricesetNprice: 0.01,
4312
- pricesetMakeprice: 298,
4313
- pricesetBaseprice: 298,
4314
- pricesetAsprice: 0.01,
4315
- pricesetType: null,
4316
- pricesetRefrice: 0,
4317
- pricesetPrefprice: 278,
4318
- pricesetInsideprice: 0,
4319
- contractGoodsSendnum: null,
4320
- contractGoodsSendweight: null,
4321
- contractGoodsRefweight: null,
4322
- contractGoodsRefnum: null,
4323
- warehouseName: null,
4324
- areaName: null,
4325
- areaCode: null,
4326
- warehouseCode: null,
4327
- goodsContract: null,
4328
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/64468/32/21276/132407/63218b8dE32f2a792/9959ecbcfc5b80f3.jpg',
4329
- dataPicpath: null,
4330
- memberContact: null,
4331
- memberContactPhone: null,
4332
- dataOpbillstate: 0,
4333
- memberContactQq: null,
4334
- appmanageIcode: null,
4335
- contractGoodsAppraise: 0,
4336
- contractGoodsRemark: null,
4337
- tenantCode: '597370900596056114',
4338
- refundFlag: 0,
4339
- goodsRemark: 'p style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/164335/34/30330/119491/63218b96E1a3319eb/d2cb248dfd6f46f5.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/189744/34/28351/44033/63218b90Ed098b496/48ee97ea83997ede.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/157401/13/30392/117194/63218b94Ebaee3d26/a7e98b15ab94ee82.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/145562/15/29476/708892/63218b97Eaabe0360/ae1db607ca1c32f4.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/170756/35/27657/150755/63218ba1E9ba0c885/68a81a0475bee00c.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/196687/12/29026/205409/63218b9bE3a99a017/c98a2e512fb7aa02.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/220636/35/21231/104977/63218b9fE7a449140/673729a35ed071cd.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/212414/22/21295/859793/63218ba3E1feeb628/f2c5efdc7d6795bb.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/162383/18/30598/312764/63218b9bE0436ac1c/90e97d5dac840ed9.png" style="width:auto;height:auto;max-width:100%;; max-width:790px;" src="http://img10.360buyimg.com/imgzone/jfs/t1/94179/33/25997/137529/63218b99E8aaf883f/48c8868f542d2fee.jpg" br /p p br /p',
4340
- dataState: 0,
4341
- memo: null,
4342
- pricesetCurrency: null,
4343
- pricesetCurrency1: null,
4344
- brandCode: '',
4345
- brandName: '',
4346
- ocContractGoodsGoodsList: null,
4347
- ocContractPmGoodsDomainList: null,
4348
- contractState: null,
4349
- shoppingGoodsPmname: null,
4350
- shoppingGoodsPmclass: null,
4351
- shoppingGoodsPm: null,
4352
- shoppingGoodsCheck: null,
4353
- goodsShowname: null,
4354
- ginfoCode: null,
4355
- goodsClass: null,
4356
- memberMcode: '10000210397111',
4357
- memberMname: '云货架',
4358
- goodsDay: null,
4359
- goodsDayinfo: null,
4360
- pricesetOldNprice: null,
4361
- pricesetOldRefrice: null,
4362
- goodsState: null,
4363
- goodsPmoney: null,
4364
- goodsMoney: null,
4365
- goodsReceiptMem: null,
4366
- goodsReceiptPhone: null,
4367
- goodsReceiptArrdess: null,
4368
- contractAppraise: null,
4369
- contractPaydate: null,
4370
- contractInvstate: null,
4371
- dataBmoney: null
4372
- }
4373
- ],
4374
- ocContractproDomainList: null,
4375
- dataStatestr: null,
4376
- warehouseName: null,
4377
- warehouseCode: null,
4378
- contractDelcode: '6DPFYV',
4379
- contractUserurl: null,
4380
- custrelCode: null,
4381
- companyCode: null,
4382
- companyShortname: null,
4383
- departCode: null,
4384
- departShortname: null,
4385
- employeeCode: null,
4386
- employeeName: null,
4387
- userCode: '635565184114815004',
4388
- userName: '13022115446',
4389
- pricesetCurrency: null,
4390
- pricesetCurrency1: null,
4391
- freeFlag: false,
4392
- orgEmployeeReDomainList: null,
4393
- gmtCreate: 1666331926000,
4394
- gmtModified: 1666332000000,
4395
- memo: null,
4396
- dataState: -1,
4397
- invUrl: null,
4398
- payTime: null,
4399
- forecastAmt: null,
4400
- invp: null,
4401
- ref: null,
4402
- pmpay: null,
4403
- coppay: null,
4404
- urpay: null,
4405
- intpay: null,
4406
- blance: null,
4407
- pmode: null,
4408
- freight: null,
4409
- ninvpro: null,
4410
- reg: null,
4411
- oaflag: null,
4412
- erpCode: null,
4413
- erpDate: null,
4414
- erpAmt: null
4415
- }
4416
- ]
4417
- };