ocean.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. <template>
  2. <view class="content">
  3. <view class="title">订单信息</view>
  4. <view class="box">
  5. <view class="box_item hflex acenter">
  6. <view class="left">联系人</view>
  7. <u-input v-model="name" border="none" placeholder="请输入联系人姓名"></u-input>
  8. </view>
  9. <view class="box_item hflex acenter">
  10. <view class="left">联系电话</view>
  11. <u-input v-model="phone" border="none" placeholder="请输入手机号"></u-input>
  12. </view>
  13. </view>
  14. <view class="hflex acenter jbetween" style="padding-right: 30rpx;">
  15. <view class="title">商品信息</view>
  16. <view class="hflex acenter " @click="addGood">
  17. <image src="/static/images/common/add_icon2.png" style="width: 36rpx;height: 36rpx;"></image>
  18. <view class="add_text">添加</view>
  19. </view>
  20. </view>
  21. <block v-for="(item,index) in items" :key="index">
  22. <view class="box">
  23. <view class="box_item hflex acenter">
  24. <view class="left">商品{{index + 1}}</view>
  25. <u-input v-model="item.name" border="none" placeholder="请输入标题"></u-input>
  26. </view>
  27. <view class="box_item hflex acenter">
  28. <view class="left">数量/吨位</view>
  29. <u-input v-model="item.weight" border="none" placeholder="请输入商品数量"></u-input>
  30. </view>
  31. <view class="hflex acenter jend">
  32. <view class="dte_btn hflex acenter jcenter" @click="delGood(index)">删除</view>
  33. </view>
  34. </view>
  35. </block>
  36. <view class="box">
  37. <view class="box_item hflex acenter" @click="showTime">
  38. <view class="left">包装形式</view>
  39. <u-input v-model="form" border="none" disabled disabledColor="#fff" placeholder="去选择" suffixIcon="arrow-right"></u-input>
  40. </view>
  41. <view class="box_item hflex acenter">
  42. <view class="left">到货码头</view>
  43. <u-input v-model="wharf_to" border="none" placeholder="请输入装货码头"></u-input>
  44. </view>
  45. <view class="box_item hflex acenter">
  46. <view class="left">到港码头</view>
  47. <u-input v-model="wharf_for" border="none" placeholder="请输入到港码头"></u-input>
  48. </view>
  49. </view>
  50. <view class="box">
  51. <view class="box_title">图片/视频</view>
  52. <view class="hflex acenter fwrap" style="padding-bottom: 20rpx;">
  53. <block v-for="(item,index) in fileList1" :key="index">
  54. <view v-if="item.type == 'image'" style="position: relative;">
  55. <image :src="item.url" class="img" mode="aspectFill" v-if="item.type == 'image'"></image>
  56. <image src="/static/images/common/popu_close.png" class="close_icon" @click="deletePic2(index)"></image>
  57. </view>
  58. <view v-if="item.type == 'video'" style="position: relative;">
  59. <video :src="item.url" direction="0" class="img" v-if="item.type == 'video'"></video>
  60. <image src="/static/images/common/popu_close.png" class="close_icon" @click="deletePic2(index)"></image>
  61. </view>
  62. <!-- <image :src="item.url" class="img" mode="aspectFill" v-if="item.type == 'image'"></image>
  63. <video :src="item.url" direction="0" class="img" v-if="item.type == 'video'"></video> -->
  64. </block>
  65. <!-- <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple :maxCount="9" width="200rpx" height="200rpx"></u-upload> -->
  66. <image src="/static/images/common/upload_img.png" class="img" @click="choose"></image>
  67. </view>
  68. </view>
  69. <view class="btn hflex acenter jcenter" @click="release">立即发布</view>
  70. <u-popup :show="show_time" round="10" mode="bottom" @close="close" :safeAreaInsetBottom="false">
  71. <view class="popu">
  72. <image src="/static/images/common/popu_close.png" class="close" @click="close"></image>
  73. <view class="popu_title">选择包装形式(可多选)</view>
  74. <view class="hflex acenter fwrap">
  75. <block v-for="(item,index) in formList" :key="index">
  76. <view class="popu_item hflex acenter jcenter" :class="active.indexOf(index) !== -1?'active':''" @click="select(index)">{{item}}</view>
  77. </block>
  78. </view>
  79. <view class="btn hflex acenter jcenter" @click="sure">确定</view>
  80. </view>
  81. </u-popup>
  82. <u-popup :show="show_choose" @close="close">
  83. <view class="vflex acenter">
  84. <view class="hflex acenter jcenter choose" @click="choose_img">
  85. <view>图片</view>
  86. </view>
  87. <view class="hflex acenter jcenter choose" @click="choose_video">
  88. <view>视频</view>
  89. </view>
  90. <view class="hflex acenter jcenter choose" @click="close">
  91. <view>取消</view>
  92. </view>
  93. </view>
  94. </u-popup>
  95. </view>
  96. </template>
  97. <script>
  98. import $api from '@/static/js/api.js'
  99. var that = ''
  100. export default {
  101. data() {
  102. return {
  103. name: '',
  104. phone: '',
  105. items: [
  106. {
  107. name: '',
  108. weight: '',
  109. }
  110. ],
  111. good: {
  112. name: '',
  113. weight: '',
  114. },
  115. fileList1: [],
  116. form: '',
  117. formList: [],
  118. active: [],
  119. wharf_to: '',
  120. wharf_for: '',
  121. show_time: false,
  122. id: '',
  123. back: false,
  124. show_choose: false
  125. }
  126. },
  127. onLoad(options) {
  128. that = this
  129. if(options.id) {
  130. that.id = options.id
  131. that.getData()
  132. }
  133. if(options.back) {
  134. that.back = options.back
  135. }
  136. that.getformList()
  137. },
  138. methods: {
  139. getData() {
  140. $api.req({
  141. url: '/data/api.business.Purchase/show',
  142. data: {
  143. tab: 4,
  144. id: that.id
  145. }
  146. }, function(res) {
  147. if(res.code == 1) {
  148. that.name = res.data.real_name
  149. that.phone = res.data.mobile
  150. that.items = res.data.items
  151. that.fileList1 = res.data.file
  152. that.form = res.data.form
  153. that.wharf_to = res.data.wharf_to
  154. that.wharf_for = res.data.wharf_for
  155. }
  156. })
  157. },
  158. getformList() {
  159. $api.req({
  160. url: '/data/api.business.Purchase/config'
  161. }, function(res) {
  162. if(res.code == 1) {
  163. that.formList = res.data.packing
  164. }
  165. })
  166. },
  167. showTime() {
  168. that.show_time = true
  169. },
  170. close() {
  171. that.show_time = false
  172. that.show_choose = false
  173. },
  174. select(index) {
  175. for(var i=0;i<that.active.length;i++) {
  176. if(index == that.active[i]) {
  177. that.active.splice(i,1)
  178. return;
  179. }
  180. }
  181. that.active.push(index)
  182. },
  183. sure() {
  184. for(var i=0;i<that.active.length;i++) {
  185. that.form += that.formList[that.active[i]] + ','
  186. }
  187. that.form = that.form.substring(0,that.form.length - 1)
  188. that.close()
  189. },
  190. // 删除图片
  191. deletePic(event) {
  192. this[`fileList${event.name}`].splice(event.index, 1)
  193. },
  194. deletePic2(index) {
  195. that.fileList1.splice(index,1)
  196. },
  197. // 新增图片
  198. async afterRead(event) {
  199. uni.showLoading({
  200. title: '上传中',
  201. mask: true
  202. })
  203. let lists = [].concat(event.file)
  204. let fileListLen = this[`fileList${event.name}`].length
  205. lists.map((item) => {
  206. this[`fileList${event.name}`].push({
  207. ...item,
  208. // status: 'uploading',
  209. // message: '上传中'
  210. })
  211. })
  212. for (let i = 0; i < lists.length; i++) {
  213. const result = await this.uploadFilePromise(lists[i].url)
  214. let item = this[`fileList${event.name}`][fileListLen]
  215. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  216. // status: 'success',
  217. type: result.type,
  218. url: result.url
  219. }))
  220. fileListLen++
  221. if(lists.length - 1 == i) {
  222. uni.hideLoading()
  223. }
  224. }
  225. console.log(that.fileList1);
  226. },
  227. uploadFilePromise(url) {
  228. return new Promise((resolve, reject) => {
  229. let a = uni.uploadFile({
  230. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  231. filePath: url,
  232. name: 'file',
  233. header: {
  234. 'token': uni.getStorageSync('token')?uni.getStorageSync('token'):'',
  235. 'api-name': 'iosapp'
  236. },
  237. formData: {
  238. user: 'test'
  239. },
  240. success: (res) => {
  241. setTimeout(() => {
  242. var data = JSON.parse(res.data)
  243. console.log('data:',data);
  244. var type = data.data.key.split('.')
  245. if(type[1] == 'mp4') {
  246. that.$set(data.data,'type','video')
  247. } else {
  248. that.$set(data.data,'type','image')
  249. }
  250. resolve(data.data)
  251. }, 1000)
  252. }
  253. });
  254. })
  255. },
  256. addGood() {
  257. that.items.push(that.good)
  258. },
  259. delGood(index) {
  260. that.items.splice(index,1)
  261. },
  262. release() {
  263. var images = []
  264. var image = {}
  265. for(var i=0;i<that.fileList1.length;i++) {
  266. image = {
  267. type: that.fileList1[i].type,
  268. src: that.fileList1[i].url,
  269. url: that.fileList1[i].url
  270. }
  271. images.push(image)
  272. }
  273. for(var i=0;i<that.items.length;i++) {
  274. if(!that.items[i].name || !that.items[i].weight) {
  275. $api.info('商品不能为空')
  276. return
  277. }
  278. }
  279. if(images.length <=0) {
  280. $api.info('请选择图片')
  281. return
  282. }
  283. $api.req({
  284. url: '/data/api.business.Purchase/ocean_order',
  285. method: 'POST',
  286. data: {
  287. id: that.id,
  288. real_name: that.name,
  289. mobile: that.phone,
  290. form: that.form,
  291. wharf_to: that.wharf_to,
  292. wharf_for: that.wharf_for,
  293. file: JSON.stringify(images),
  294. item: JSON.stringify(that.items)
  295. }
  296. }, function(res) {
  297. if(res.code == 1) {
  298. $api.info(res.info)
  299. if(that.back) {
  300. $api.jump(-1)
  301. } else {
  302. $api.jump('/pages/tabbar/index/index',2)
  303. }
  304. }
  305. })
  306. },
  307. choose() {
  308. that.show_choose = true
  309. },
  310. choose_img() {
  311. that.close()
  312. uni.chooseImage({
  313. count: 9, //默认9
  314. sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
  315. sourceType: ['album','camera'], //从相册选择
  316. success: function (res) {
  317. uni.showLoading({
  318. title: '上传中',
  319. mask: true
  320. })
  321. let fileListLen = that.fileList1.length
  322. let file = res.tempFiles[0].path
  323. console.log(file);
  324. uni.uploadFile({
  325. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  326. filePath: file,
  327. name: 'file',
  328. header: {
  329. 'token': uni.getStorageSync('token')?uni.getStorageSync('token'):'',
  330. 'api-name': 'iosapp'
  331. },
  332. formData: {
  333. user: 'test'
  334. },
  335. success: (res2) => {
  336. var data = JSON.parse(res2.data)
  337. console.log('data:',data);
  338. let item = {
  339. type: 'image',
  340. url: data.data.url
  341. }
  342. that.fileList1.push(item)
  343. uni.hideLoading()
  344. },
  345. fail(err) {
  346. console.log(err);
  347. }
  348. });
  349. }
  350. });
  351. },
  352. choose_video() {
  353. that.close()
  354. uni.chooseVideo({
  355. sourceType: ['camera', 'album'],
  356. success: function (res) {
  357. uni.showLoading({
  358. title: '上传中',
  359. mask: true
  360. })
  361. let fileListLen = that.fileList1.length
  362. let file = res.tempFilePath
  363. console.log(file);
  364. uni.uploadFile({
  365. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  366. filePath: file,
  367. name: 'file',
  368. header: {
  369. 'token': uni.getStorageSync('token')?uni.getStorageSync('token'):'',
  370. 'api-name': 'iosapp'
  371. },
  372. formData: {
  373. user: 'test'
  374. },
  375. success: (res2) => {
  376. var data = JSON.parse(res2.data)
  377. let item = {
  378. type: 'video',
  379. url: data.data.url
  380. }
  381. that.fileList1.push(item)
  382. uni.hideLoading()
  383. },
  384. fail(err) {
  385. console.log(err);
  386. }
  387. });
  388. }
  389. });
  390. }
  391. },
  392. }
  393. </script>
  394. <style lang="scss" scoped>
  395. .content::v-deep {
  396. background: #F5F5F5;
  397. .title {
  398. font-size: 30rpx;
  399. font-weight: 500;
  400. color: #222222;
  401. line-height: 42rpx;
  402. padding: 24rpx 0 14rpx 30rpx;
  403. }
  404. .add_text {
  405. font-size: 28rpx;
  406. font-weight: 500;
  407. color: #222222;
  408. line-height: 40rpx;
  409. padding-left: 2rpx;
  410. }
  411. .box {
  412. width: 100%;
  413. box-sizing: border-box;
  414. padding: 0 30rpx;
  415. background: #fff;
  416. margin-bottom: 20rpx;
  417. .box_title {
  418. font-size: 28rpx;
  419. font-weight: 500;
  420. color: #222222;
  421. line-height: 40rpx;
  422. padding: 24rpx 0 20rpx;
  423. }
  424. .img {
  425. width: 200rpx;
  426. height: 200rpx;
  427. margin: 0 20rpx 20rpx 0;
  428. border-radius: 16rpx;
  429. }
  430. video {
  431. width: 200rpx;
  432. height: 200rpx;
  433. margin: 0 20rpx 20rpx 0;
  434. }
  435. .close_icon {
  436. position: absolute;
  437. top: 0;
  438. right: 15rpx;
  439. width: 30rpx;
  440. height: 30rpx;
  441. }
  442. .box_item {
  443. padding: 28rpx 0;
  444. border-bottom: 1rpx solid #F5F5F5;
  445. .left {
  446. width: 156rpx;
  447. font-size: 30rpx;
  448. font-weight: 400;
  449. color: #222222;
  450. line-height: 42rpx;
  451. }
  452. .center {
  453. width: calc(100% - 276rpx);
  454. }
  455. .right {
  456. font-size: 30rpx;
  457. font-weight: 400;
  458. color: #5471FF;
  459. line-height: 42rpx;
  460. }
  461. }
  462. .box_item1 {
  463. padding: 28rpx 0;
  464. .left {
  465. // width: 156rpx;
  466. font-size: 30rpx;
  467. font-weight: 400;
  468. color: #222222;
  469. line-height: 42rpx;
  470. }
  471. .u-textarea {
  472. margin: 28rpx 0 0;
  473. border: none;
  474. background: #F5F5F5;
  475. border-radius: 16rpx;
  476. }
  477. }
  478. .dte_btn {
  479. width: 132rpx;
  480. height: 52rpx;
  481. margin: 30rpx 0;
  482. border-radius: 26rpx;
  483. border: 1rpx solid #D3D3D3;
  484. font-size: 26rpx;
  485. font-weight: 400;
  486. color: #222222;
  487. line-height: 36rpx;
  488. }
  489. }
  490. .btn {
  491. margin: 28rpx auto;
  492. width: 690rpx;
  493. height: 84rpx;
  494. background: #5471FF;
  495. border-radius: 46rpx;
  496. font-size: 36rpx;
  497. font-weight: 500;
  498. color: #FFFFFF;
  499. }
  500. .popu {
  501. box-sizing: border-box;
  502. padding: 36rpx 30rpx;
  503. position: relative;
  504. width: 100%;
  505. // height: 520rpx;
  506. background: #FFFFFF;
  507. border-radius: 40rpx 40rpx 0px 0px;
  508. .close {
  509. position: absolute;
  510. width: 48rpx;
  511. height: 48rpx;
  512. right: 30rpx;
  513. top: -60rpx;
  514. }
  515. .popu_title {
  516. width: 100%;
  517. text-align: center;
  518. padding: 0 0 36rpx 0;
  519. font-size: 36rpx;
  520. font-weight: 500;
  521. color: #222222;
  522. line-height: 50rpx;
  523. }
  524. .popu_item {
  525. height: 60rpx;
  526. background: #F3F3F7;
  527. border-radius: 34rpx;
  528. padding: 0 66rpx;
  529. font-size: 30rpx;
  530. font-weight: 400;
  531. color: #222222;
  532. margin: 28rpx 28rpx 0 0;
  533. }
  534. .active {
  535. background: #E7EBFF;
  536. border: 1px solid #5471FF;
  537. color: #5471FF;
  538. }
  539. }
  540. }
  541. </style>