confirmLoading.vue 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943
  1. <!-- 确认装车 -->
  2. <template>
  3. <view class="content">
  4. <div class='content1'>
  5. <view class="level2-title">承运合同</view>
  6. <view class='row-between'>
  7. <view class="">合同编号</view>
  8. <view class="" @click="toSignContract">{{detailData.contractNo?detailData.contractNo:'去签订合同'}}</view>
  9. </view>
  10. </div>
  11. <view class="content2">
  12. <view class="level2-title">基本信息</view>
  13. <view class='row-between'>
  14. <view class="">订单编号</view>
  15. <view class="">{{detailData.orderNo}}</view>
  16. </view>
  17. <view class='row-between'>
  18. <view class="">货主</view>
  19. <view class="">{{detailData.cargoOwner}}</view>
  20. </view>
  21. <view class='row-between'>
  22. <view class="">货主单位</view>
  23. <view class="">{{detailData.compName?detailData.compName:'个人货主'}}</view>
  24. </view>
  25. <view class='row-between'>
  26. <view class="">发货地</view>
  27. <view class=" place">
  28. {{detailData.sendPrivate}}{{detailData.sendCity}}{{detailData.sendArea}}{{detailData.sendDetailedAddress}}
  29. </view>
  30. </view>
  31. <view class='row-between'>
  32. <view class="">卸货地</view>
  33. <view class=" place">
  34. {{detailData.unloadPrivate}}{{detailData.unloadCity}}{{detailData.unloadArea}}{{detailData.unloadDetailedAddress}}
  35. </view>
  36. </view>
  37. <view class='row-between'>
  38. <view class="">货名</view>
  39. <view class="">{{detailData.goodsName}}</view>
  40. </view>
  41. <!-- <view class='row-between'>
  42. <view class="">运费</view>
  43. <view class="">{{detailData.freight}}{{detailData.illingMethod==0?'元/吨':'元/车'}}</view>
  44. </view>-->
  45. </view>
  46. <view class="content2">
  47. <view class="level2-title">装车信息</view>
  48. <view class='row-between'>
  49. <view class="">车牌号</view>
  50. {{detailData.carNo?detailData.carNo:"来自合同"}}
  51. <!-- <input class="car-uumber input" v-model='detailData.carrierInfo.carNo'
  52. :disabled="true" placeholder="输入车牌号" name="input" disabled="true"></input> -->
  53. </view>
  54. <view class='row-between'>
  55. <view class="">装车日期</view>
  56. <view class="date-style">
  57. {{detailData.loadingDate1?detailData.loadingDate1:'来自合同'}}
  58. </view>
  59. </view>
  60. <view class='row-between'>
  61. <view class="">装车毛重(吨)</view>
  62. {{detailData.grossWeight ? detailData.grossWeight:"来自合同"}}
  63. </view>
  64. <view class='row-between'>
  65. <view class="">装车净重(吨)</view>
  66. {{detailData.weight ? detailData.weight:"来自合同"}}
  67. </view>
  68. <view class='row-between'>
  69. <view class="">预计运费(元)</view>
  70. <view class="">{{detailData.driverContract == 1 ? detailData.freight:"来自合同"}}</view>
  71. <!-- {{detailData.freight ? detailData.freight:"来自合同"}} -->
  72. <!-- <view class=""><input class="input" type="text" value="" v-model="detailData.carrierInfo.freight"
  73. placeholder="请输入运费"></view> -->
  74. </view>
  75. <view class='row-between'>
  76. <view class="">预付款(元)</view>
  77. {{detailData.advanceCharge ? detailData.advanceCharge:"来自合同"}}
  78. <!-- <view class=""><input class="input" type="text" value="" v-model="detailData.carrierInfo.freight"
  79. placeholder="请输入运费"></view> -->
  80. </view>
  81. <view class='row-between'>
  82. <view class="">定位</view>
  83. <view class="flex align-center">{{localtion.city}}
  84. {{localtion.sendArea}}
  85. <view class="sx-style" @click.stop="getLngLat()">刷新</view>
  86. </view>
  87. </view>
  88. <view class='row-between'>
  89. <view class="">运输时长(小时)</view>
  90. <view class="flex align-center">
  91. <u--input placeholder="请输入运输时长" border="none" type="digit" v-model="detailData.transportationDuration" inputAlign='right'
  92. clearable></u--input>
  93. </view>
  94. </view>
  95. <view class='s-flex'>
  96. <view class="" style="margin:20rpx 0;">上传装车照片</view>
  97. <u-upload class="uview-upload" :fileList="fileList1" @afterRead="afterRead($event)" @delete="deletePic"
  98. name="1" :multiple='true' :maxCount="3"></u-upload>
  99. </view>
  100. <!-- <view class='s-flex'>
  101. <view class="">上传装车磅单</view>
  102. <upload class="upload" ref="upload" :action="action" :max-size="maxSize" :max-count="1"
  103. :size-type="['compressed']" @on-success="getImgUrl" @on-error="onError" @on-remove="onRemove"
  104. @on-uploaded="isAdd = true" :before-upload="filterFileType" @on-progress="onProgress"></upload>
  105. </view> -->
  106. </view>
  107. <view class="bottom-btn">
  108. <view class="store" @click="$u.throttle(submit(1), 1000)">暂存</view>
  109. <view class="submit" @click="$u.throttle(submit(3), 1000)">提交</view>
  110. </view>
  111. <u-modal :show="isShowAlert" :title="alertTitle" :content='alertContent' :closeOnClickOverlay='true'
  112. :showCancelButton='true' confirmColor='#2772FB' @confirm="confirmClick" @close="cancelClick"
  113. @cancel="cancelClick"></u-modal>
  114. <master-keyboard ref="keyboard" keyboardtype="car" :show="keyShow" :randomNumber="true" :newCar="false"
  115. :defaultValue="carNumber" @keyboardClick="handleClick"></master-keyboard>
  116. <u-toast ref="uToast"></u-toast>
  117. <u-calendar :show="showDate" :mode="mode" @confirm="confirmDate" @close="showDate= false"></u-calendar>
  118. </view>
  119. </template>
  120. <script>
  121. let that;
  122. //插件对象
  123. var sdkwx = uni.requireNativePlugin('Hdgq-LocSdkWX');
  124. import uploadImage from '@/components/ossutil/uploadFile.js';
  125. import * as config from '@/config/index.js'
  126. import {
  127. mapState
  128. } from 'vuex';
  129. export default {
  130. data() {
  131. return {
  132. cyId: '',
  133. localtion: {
  134. city: '',
  135. sendArea: ''
  136. },
  137. imgList: [],
  138. fileList1: [],
  139. showDate: false,
  140. mode: 'single',
  141. id: '',
  142. sourceType: ['camera'],
  143. detailData: {
  144. hyCarrierInfo: {},
  145. loadingDate: {}
  146. },
  147. action: this.$helper.ossUploadUrl,
  148. maxSize: 50 * 1024 * 1024, //限制文件大小 50M
  149. isAdd: true,
  150. isShowAlert: false,
  151. alertContent: '',
  152. alertTitle: '',
  153. keyShow: false,
  154. carNumber: '',
  155. gjList: [],
  156. //网络货运信息定位
  157. appId: "", //网络货运企业APP的唯一标识
  158. appSecurity: "", //网络货运企业在省平台申请的接入安全码
  159. enterpriseSenderCode: "", //网络货运企业在省平台申请的企业发送代码
  160. environment: "debug", //环境:“debug”接入测试环境,“release”接入正式环境。
  161. shippingNoteInfos: [{
  162. shippingNoteNumber: '',
  163. serialNumber: "",
  164. startCountrySubdivisionCode: "",
  165. endCountrySubdivisionCode: "",
  166. startLongitude: "",
  167. startLatitude: "",
  168. endLongitude: "",
  169. endLatitude: "",
  170. startLocationText: "",
  171. endLocationText: "",
  172. vehicleNumber: "",
  173. driverName: "",
  174. interval: "",
  175. }],
  176. timer: null
  177. }
  178. },
  179. onLoad(options) {
  180. let phoneType = uni.getSystemInfoSync().platform //判断手机类型
  181. this.enterpriseSenderCode = config.def().enterpriseSenderCode
  182. this.environment = config.def().environment
  183. if (phoneType == "android") {
  184. this.appId = config.def().androidAppId
  185. this.appSecurity = config.def().androidAppSecurity
  186. } else if (phoneType == "ios") {
  187. // this.appId = "uni.UNIDCD13AC"
  188. // this.appSecurity = "b01e4805276646eeb25f0fad91de97a4f32e8c2c0e0d42e5b24cc4737e9f040f"
  189. this.appId = config.def().iosAppId
  190. this.appSecurity = config.def().iosAppSecurity
  191. }
  192. if (!uni.getStorageSync('contractdata')) {
  193. this.id = JSON.parse(decodeURIComponent(options.obj)).id
  194. this.detailData.hyCarrierInfo.id = JSON.parse(decodeURIComponent(options.obj)).carrierId
  195. this.cyId = JSON.parse(decodeURIComponent(options.obj)).carrierId
  196. this.getInfo()
  197. }
  198. console.log(options)
  199. var isContains = true;//隐私权政策是否包含高德开平隐私权政策 true是包含
  200. var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示
  201. sdkwx.updatePrivacyShow(isContains, isShow);
  202. var isAgree = true;//隐私权政策是否取得用户同意 true是用户同意
  203. sdkwx.updatePrivacyAgree(isAgree);
  204. //检查定位权限
  205. sdkwx.checkLocationPermission(function(res){
  206. console.log(res);
  207. });
  208. this.auth()
  209. // this.detailData = JSON.parse(options.obj) ;
  210. // console.log(this.detailData)
  211. // CYHT20220317000001
  212. },
  213. onHide() {
  214. uni.removeStorageSync(
  215. "contractdata")
  216. },
  217. onShow() {
  218. if (uni.getStorageSync('contractdata')) {
  219. this.id = uni.getStorageSync('contractdata').id
  220. this.detailData.hyCarrierInfo.id = uni.getStorageSync('contractdata').carrierId
  221. this.cyId = uni.getStorageSync('contractdata').carrierId
  222. this.getInfo()
  223. }
  224. },
  225. computed: {
  226. ...mapState(['hasLogin', 'userInfo', "firstAuthentication"])
  227. },
  228. methods: {
  229. auth() { //授权
  230. console.log("appid:" + this.appId + "安全码:" + this.appSecurity + "发送代码:" + this.enterpriseSenderCode)
  231. let that = this
  232. sdkwx.auth(this.appId, this.appSecurity, this.enterpriseSenderCode, this.environment, function(res) {
  233. if (res.type == "onSuccess") {
  234. //成功
  235. console.log("授权成功")
  236. console.log(res)
  237. } else if (res.type == "onFailure") {
  238. //失败
  239. var errorCode = res.data.errorCode; //错误码
  240. var errorMsg = res.data.errorMsg; //错误描述
  241. console.log("授权失败")
  242. console.log(res)
  243. }
  244. // uni.showModal({
  245. // content: JSON.stringify(res)
  246. // });
  247. });
  248. },
  249. start() { //开启定位
  250. //车牌号 //司机姓名 //备注 //运单信息列表
  251. console.log(this.detailData, "行政区划分")
  252. this.shippingNoteInfos[0].shippingNoteNumber = this.detailData.orderNo, //运单号
  253. this.shippingNoteInfos[0].serialNumber = "0000", //分单号
  254. this.shippingNoteInfos[0].startCountrySubdivisionCode = this.detailData.publishTaskInfo.sendAdCode, //起点位置行政区划代码,调 用 start/stop/pause/restart 时 必填,调用 send 非必填
  255. this.shippingNoteInfos[0].endCountrySubdivisionCode = this.detailData.publishTaskInfo.unsendAdCode, //到达位置行政区划代码,调 用 start/stop/pause/restart 时 必填,调用 send 非必填
  256. this.shippingNoteInfos[0].startLongitude = this.detailData.publishTaskInfo.sendLongitude, //起点位置经度,调用 start/stop/pause/restart 时必 填,调用 send 非必填
  257. this.shippingNoteInfos[0].startLatitude = this.detailData.publishTaskInfo.sendLatitude, //起点位置纬度,调用 start/stop/pause/restart 时必 填,调用 send 非必填
  258. this.shippingNoteInfos[0].endLongitude = this.detailData.publishTaskInfo.unsendLongitude, //到达位置经度,调用 start/stop/pause/restart 时必 填,调用 send 非必填
  259. this.shippingNoteInfos[0].endLatitude = this.detailData.publishTaskInfo.unsendLatitude, //到达位置纬度,调用 start/stop/pause/restart 时必 填,调用 send 非必填
  260. this.shippingNoteInfos[0].startLocationText = this.detailData.sendCity, //起点地址文字描述,调用 start/stop/pause/restart 时必 填,调用 send 非必填
  261. this.shippingNoteInfos[0].endLocationText = this.detailData.unloadCity, //到达地址文字描述,调用 start/stop/pause/restart 时必 填,调用 send 非必填
  262. this.shippingNoteInfos[0].vehicleNumber = this.detailData.carNumber, //车牌号,SDK 回调返回,调 用 start/stop/pause/restart/必 填,send 时非必填
  263. this.shippingNoteInfos[0].driverName = this.detailData.driverName, //司机姓名,SDK 回调返回, 调用 start/stop/pause/restart/ 必填,send 时非必填
  264. this.shippingNoteInfos[0].interval = "5000" //请求时间间隔,SDK 回调返 回(单位 ms)
  265. //}],//运单信息列表,一辆车运单数最大支持数为 10
  266. var remark = "测试"; //备注
  267. let that = this
  268. console.log("start this.shippingNoteInfos")
  269. console.log(this.shippingNoteInfos)
  270. var param = {}
  271. param.carNo = this.detailData.carNo
  272. param.driverName = this.firstAuthentication.driverName
  273. param.remark = remark
  274. param.shippingNoteInfos = this.shippingNoteInfos
  275. // uni.setStorageSync("sdkStartParam",param)
  276. // uni.setStorageSync("sdkStartParamOrderNum",this.detailData.orderNo)
  277. // this.$helper.sdkStart(this.detailData.carNo, this.firstAuthentication.driverName, remark, this.shippingNoteInfos)
  278. sdkwx.start(this.detailData.carNo, this.firstAuthentication.driverName, remark, this.shippingNoteInfos,
  279. function(res) {
  280. if (res.type == "onSuccess") {
  281. //成功
  282. console.log("开启定位成功!!!")
  283. console.log(res)
  284. var shippingNoteInfos = res.data[0]; //运单信息列表
  285. console.log(shippingNoteInfos, "sdassss")
  286. if (shippingNoteInfos) {
  287. let dateTtime = Number(shippingNoteInfos.interval + 1000)
  288. console.log("开始定时", dateTtime)
  289. that.send()
  290. // that.timer = setTimeout(() => {
  291. // console.log("定时")
  292. // that.send()
  293. // }, dateTtime);
  294. }
  295. } else if (res.type == "onFailure") {
  296. //失败
  297. console.log("开启定位失败!!!")
  298. console.log(res)
  299. var errorCode = res.data.errorCode; //错误码
  300. var errorMsg = res.data.errorMsg; //错误描述
  301. this.$refs.uToast.show({
  302. type: 'error',
  303. message: errorMsg
  304. })
  305. return
  306. that.timer = setTimeout(() => {
  307. console.log("定时")
  308. that.send()
  309. }, 915204);
  310. }
  311. // uni.showModal({
  312. // content:JSON.stringify(res)
  313. // });
  314. });
  315. },
  316. send() { //发送定位
  317. var remark = ""; //备注
  318. let that = this
  319. console.log("send this.shippingNoteInfos")
  320. console.log(this.shippingNoteInfos)
  321. sdkwx.send(this.detailData.carNo, this.firstAuthentication.driverName, remark, this.shippingNoteInfos,
  322. function(res) {
  323. console.log('发送定位', res);
  324. if (res.type == "onSuccess") {
  325. var shippingNoteInfos = res.data[0]; //运单信息列表
  326. let dateTtime = Number(shippingNoteInfos.interval + 1000)
  327. console.log("开始定时", dateTtime)
  328. that.timer = setTimeout(() => {
  329. that.send()
  330. }, dateTtime);
  331. } else if (res.type == "onFailure") {
  332. var errorCode = res.data.errorCode; //错误码
  333. var errorMsg = res.data.errorMsg; //错误描述
  334. that.timer = setTimeout(() => {
  335. console.log("定时")
  336. that.send()
  337. }, 915204); //15分钟
  338. }
  339. });
  340. },
  341. toSignContract() {
  342. console.log(this.detailData)
  343. this.$request.baseRequest('get', '/orderInfo/getOrderInfo', {
  344. id: this.id,
  345. }).then(res => {
  346. uni.$u.route('/pages/order/signContract', {
  347. obj: JSON.stringify(res.data),
  348. });
  349. });
  350. },
  351. selectDate() {
  352. this.showDate = true
  353. },
  354. confirmDate(e) {
  355. this.detailData.hyCarrierInfo.loadingDate = e[0]
  356. this.showDate = false
  357. },
  358. getInfo() {
  359. this.$request.baseRequest('get', '/orderInfo/getOrderInfo', {
  360. id: this.id,
  361. }).then(res => {
  362. if (res.code == 200) {
  363. this.detailData = res.data
  364. if(res.data.hyCarrierInfo && res.data.hyCarrierInfo.transportationDuration){
  365. this.detailData.transportationDuration = res.data.hyCarrierInfo.transportationDuration
  366. }
  367. // #ifdef APP-PLUS
  368. this.getLngLat();
  369. // #endif
  370. this.$request.baseRequest('get', '/carrierInfo/getHyCarrierInfo', {
  371. orderId: this.detailData.id,
  372. }).then(res => {
  373. if (res.data) {
  374. if (res.data.loadingImg) {
  375. var data = res.data.loadingImg.split(',')
  376. this.imgList = res.data.loadingImg.split(',')
  377. for (var i = 0; i < data.length; i++) {
  378. if (data[i] != '') {
  379. this.fileList1.push({
  380. url: data[i]
  381. })
  382. }
  383. }
  384. }
  385. console.log(this.fileList1)
  386. this.detailData.carNo = res.data.carNo
  387. this.detailData.loadingDate = res.data.loadingDate
  388. if (res.data.loadingDate) {
  389. this.detailData.loadingDate1 = res.data.loadingDate.split(' ')[0]
  390. }
  391. this.detailData.weight = res.data.loadingWeight
  392. this.detailData.grossWeight = res.data.loadingGrossWeight
  393. this.detailData.freight = res.data.estimatedFreight
  394. }
  395. })
  396. // this.detailData.contractNo = ''
  397. // this.detailData.id = this.detailData.carrierId
  398. // this.detailData.carrierInfo.loadingDate = ''
  399. // this.detailData.carrierInfo.carNo = ''
  400. // this.detailData.carrierInfo.loadingAreaLongitude = ''
  401. // this.detailData.carrierInfo.loadingAreaLatitude = ''
  402. // this.detailData.carrierInfo.sendCity = '营口'
  403. // this.detailData.carrierInfo.sendArea = '鲅鱼圈'
  404. // this.detailData.carrierInfo.loadingImg = ''
  405. // this.carrierInfo = res.data.carrierInfo
  406. // this.freightInfo = res.data.freightInfo
  407. // this.zcPhoneList = this.carrierInfo.loadingImg.split(',')
  408. // if(res.data.orderStatus!="待货主确认"&&res.data.orderStatus!="未装车"&&res.data.orderStatus!="已终止"){
  409. // this.status1 = true
  410. // }
  411. // if(res.data.orderStatus!="已终止"&&res.data.orderStatus!="平台驳回装车信息"&&res.data.orderStatus!="待平台确认装车"&&res.data.orderStatus!="待货主确认"&&res.data.orderStatus!="未装车"&&res.data.orderStatus!="待货主确认装车"&&res.data.orderStatus!="货主驳回装车信息"){
  412. // this.status2 = true
  413. // }
  414. }
  415. })
  416. },
  417. //车牌号弹出键盘
  418. handleShowKeyboard() {
  419. if (this.detailData.hyCarrierInfo.carNo == '') {
  420. this.carNumber = ''
  421. } else {
  422. this.carNumber = this.detailData.hyCarrierInfo.carNo
  423. }
  424. if (this.$refs.keyboard.open) {
  425. this.$refs.keyboard.open(false) //true 键盘显示 false 键盘隐藏
  426. } else {
  427. this.$refs.keyboard[0].open(false)
  428. }
  429. if (this.$refs.keyboard.open) {
  430. this.$refs.keyboard.open(true) //true 键盘显示 false 键盘隐藏
  431. } else {
  432. this.$refs.keyboard[0].open(true)
  433. }
  434. },
  435. //车牌号弹出键盘
  436. handleClick(e) {
  437. this.carNumber = e.value
  438. this.detailData.hyCarrierInfo.carNo = e.value //键盘输入值
  439. },
  440. checkOpenGPSServiceByAndroidIOS() {
  441. let system = uni.getSystemInfoSync(); // 获取系统信息
  442. if (system.platform === 'android') { // 判断平台
  443. var context = plus.android.importClass("android.content.Context");
  444. var locationManager = plus.android.importClass("android.location.LocationManager");
  445. var main = plus.android.runtimeMainActivity();
  446. var mainSvr = main.getSystemService(context.LOCATION_SERVICE);
  447. if (!mainSvr.isProviderEnabled(locationManager.GPS_PROVIDER)) {
  448. uni.showModal({
  449. title: '提示',
  450. content: '请打开定位服务功能',
  451. // showCancel: false, // 不显示取消按钮
  452. success(res) {
  453. if (res.confirm) {
  454. if (!mainSvr.isProviderEnabled(locationManager.GPS_PROVIDER)) {
  455. var Intent = plus.android.importClass('android.content.Intent');
  456. var Settings = plus.android.importClass('android.provider.Settings');
  457. var intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
  458. main.startActivity(intent); // 打开系统设置GPS服务页面
  459. }
  460. }
  461. }
  462. });
  463. }
  464. } else if (system.platform === 'ios') {
  465. // console.log("苹果");
  466. var cllocationManger = plus.ios.import("CLLocationManager");
  467. var enable = cllocationManger.locationServicesEnabled();
  468. var status = cllocationManger.authorizationStatus();
  469. plus.ios.deleteObject(cllocationManger);
  470. if (enable && status != 2) {
  471. console.log("手机系统的定位已经打开");
  472. } else {
  473. console.log("手机系统的定位没有打开");
  474. uni.showModal({
  475. title: '提示',
  476. content: '请前往设置-隐私-定位服务打开定位服务功能',
  477. // showCancel: false, // 不显示取消按钮
  478. success(res) {
  479. if (res.confirm) {
  480. var UIApplication = plus.ios.import("UIApplication");
  481. var application2 = UIApplication.sharedApplication();
  482. var NSURL2 = plus.ios.import("NSURL");
  483. // var setting2 = NSURL2.URLWithString("prefs:root=LOCATION_SERVICES");
  484. // var setting2 = NSURL2.URLWithString("App-Prefs:root=LOCATION_SERVICES");
  485. // var setting2 = NSURL2.URLWithString("app-settings");
  486. var setting2 = NSURL2.URLWithString("App-Prefs:root=Privacy&path=LOCATION");
  487. // var setting2 = NSURL2.URLWithString("App-Prefs:root=Privacy&path=LOCATION_SERVICES");
  488. application2.openURL(setting2);
  489. plus.ios.deleteObject(setting2);
  490. plus.ios.deleteObject(NSURL2);
  491. plus.ios.deleteObject(application2);
  492. }
  493. }
  494. });
  495. }
  496. }
  497. },
  498. getLngLat() {
  499. this.checkOpenGPSServiceByAndroidIOS()
  500. var that = this
  501. uni.showLoading({
  502. title: '获取定位中',
  503. mask: true
  504. })
  505. // this.$helper.fUN_AmapLocation.start({
  506. // intervalTime: 1000 * 3,
  507. // isReport: false,
  508. // },
  509. // res => {
  510. // //见下方定位返回示例
  511. // console.log('====fUN_AmapLocation定位====', JSON.stringify(res));
  512. // if (res.latitude) {
  513. // this.detailData.carrierInfo.loadingAreaLongitude = res.longitude;
  514. // this.detailData.carrierInfo.loadingAreaLatitude = res.latitude;
  515. // this.detailData.carrierInfo.sendCity = this.$helper.filterUrban(res.city)
  516. // this.detailData.carrierInfo.sendArea = this.$helper.filterArea(res.district);
  517. // console.log(this.detailData.carrierInfo.sendCity)
  518. // console.log(this.detailData.carrierInfo.sendArea)
  519. // this.$forceUpdate()
  520. // }
  521. // this.$helper.fUN_AmapLocation.stop({}, result => {
  522. // uni.hideLoading()
  523. // console.log('====fUN_AmapLocation定位stop====', JSON.stringify(result));
  524. // });
  525. // }
  526. // );
  527. // console.log(that.detailData,111111)
  528. uni.getLocation({
  529. type: 'gcj02',
  530. geocode: true,
  531. success: res => {
  532. if (res.latitude) {
  533. that.detailData.hyCarrierInfo.longitudeLatitude = res.longitude + ',' + res
  534. .latitude
  535. that.detailData.hyCarrierInfo.loadingAreaLongitude = res.longitude;
  536. that.detailData.hyCarrierInfo.loadingAreaLatitude = res.latitude;
  537. that.detailData.hyCarrierInfo.sendCity = that.$helper.filterUrban(res.address.city)
  538. that.localtion.city = that.$helper.filterUrban(res.address.city)
  539. that.$set(that.detailData, 'loadingArea', that.$helper.filterUrban(res.address
  540. .district))
  541. that.$set(that.detailData, 'loadingCity', that.$helper.filterUrban(res.address
  542. .city))
  543. that.localtion.sendArea = that.$helper.filterUrban(res.address.district)
  544. // .loadingCity = that.$helper.filterUrban(res.address.city)
  545. that.detailData.loadingLongitude = res.longitude;
  546. that.detailData.loadingLatitude = res.latitude;
  547. that.$forceUpdate()
  548. uni.hideLoading()
  549. } else {
  550. if (uni.getSystemInfoSync().platform == 'android') {
  551. var context = plus.android.importClass("android.content.Context");
  552. var locationManager = plus.android.importClass(
  553. "android.location.LocationManager");
  554. var main = plus.android.runtimeMainActivity();
  555. var mainSvr = main.getSystemService(context.LOCATION_SERVICE);
  556. that.bool = mainSvr.isProviderEnabled(locationManager.GPS_PROVIDER)
  557. }
  558. if (that.bool === false) {
  559. uni.showModal({
  560. title: '提示',
  561. content: '请打开定位服务',
  562. success: ({
  563. confirm,
  564. cancel
  565. }) => {
  566. if (confirm) {
  567. if (uni.getSystemInfoSync().platform == 'android') {
  568. var Intent = plus.android.importClass(
  569. 'android.content.Intent');
  570. var Settings = plus.android.importClass(
  571. 'android.provider.Settings');
  572. var intent = new Intent(Settings
  573. .ACTION_LOCATION_SOURCE_SETTINGS);
  574. var main = plus.android.runtimeMainActivity();
  575. main.startActivity(intent); // 打开系统设置GPS服务页面
  576. }
  577. }
  578. }
  579. });
  580. uni.hideLoading()
  581. }
  582. }
  583. },
  584. fail: res => {
  585. console.log('定位失败')
  586. console.log(res)
  587. uni.hideLoading()
  588. }
  589. });
  590. },
  591. alertBtn() {
  592. // uni.navigateTo({
  593. // url: '/pages/public/login'
  594. // })
  595. },
  596. cancelClick() {
  597. this.isShowAlert = false
  598. },
  599. // 删除图片
  600. deletePic(event) {
  601. this[`fileList${event.name}`].splice(event.index, 1)
  602. this.imgList.splice(event.index, 1)
  603. },
  604. // 新增图片
  605. async afterRead(event) {
  606. // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
  607. let lists = [].concat(event.file)
  608. let fileListLen = this[`fileList${event.name}`].length
  609. lists.map((item) => {
  610. this[`fileList${event.name}`].push({
  611. ...item,
  612. status: 'uploading',
  613. message: '上传中'
  614. })
  615. })
  616. for (let i = 0; i < lists.length; i++) {
  617. const result = await this.uploadFilePromise(lists[i].url)
  618. let item = this[`fileList${event.name}`][fileListLen]
  619. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  620. status: 'success',
  621. message: '',
  622. url: result
  623. }))
  624. fileListLen++
  625. }
  626. },
  627. uploadFilePromise(url) {
  628. uploadImage('image', url, 'appData/',
  629. result => {
  630. // 上传成功回调函数
  631. console.log('图片地址', result)
  632. this.imgList.push(result)
  633. }
  634. )
  635. },
  636. onProgress(e) {
  637. console.log(e)
  638. },
  639. submit(type) {
  640. if (type == 1) {
  641. if (this.detailData.driverContract != 1) { //合同签订标识
  642. this.$refs.uToast.show({
  643. type: 'error',
  644. message: "合同未签订不能暂存!"
  645. })
  646. return
  647. }
  648. this.alertTitle = '确定暂存装车信息?'
  649. } else {
  650. if (this.detailData.driverContract != 1) {
  651. this.$refs.uToast.show({
  652. type: 'error',
  653. message: "合同未签订不能提交!"
  654. })
  655. return
  656. }
  657. this.alertTitle = '确定提交装车信息?'
  658. }
  659. if (this.validate()) return
  660. this.isShowAlert = true
  661. this.detailData.statusFlag = type
  662. // this.$refs.uToast.show({
  663. // ...params,
  664. // complete() {
  665. // params.url && uni.navigateTo({
  666. // url: params.url
  667. // })
  668. // }
  669. // })
  670. },
  671. validate() {
  672. // uni.$u.test.isEmpty(this.detailData.carrierInfo.carNo
  673. if (uni.$u.test.isEmpty(this.detailData.carNo)) {
  674. this.$refs.uToast.show({
  675. type: 'error',
  676. message: "车牌号不能为空!",
  677. })
  678. return true
  679. }
  680. if (uni.$u.test.isEmpty(this.detailData.loadingDate)) {
  681. this.$refs.uToast.show({
  682. type: 'error',
  683. message: "装车日期不能为空!",
  684. })
  685. return true
  686. }
  687. if (uni.$u.test.isEmpty(this.detailData.freight)) {
  688. this.$refs.uToast.show({
  689. type: 'error',
  690. message: "预计运费不能为空!",
  691. })
  692. return true
  693. }
  694. // if (uni.$u.test.isEmpty(this.detailData.loadingCity)) {
  695. // this.$refs.uToast.show({
  696. // type: 'error',
  697. // message: "定位不能为空!",
  698. // })
  699. // return true
  700. // }
  701. // if (uni.$u.test.isEmpty(this.detailData.loadingArea)) {
  702. // this.$refs.uToast.show({
  703. // type: 'error',
  704. // message: "定位不能为空!",
  705. // })
  706. // return true
  707. // }
  708. if (uni.$u.test.isEmpty(this.detailData.transportationDuration)) {
  709. this.$refs.uToast.show({
  710. type: 'error',
  711. message: "运输时长不能为空!",
  712. })
  713. return true
  714. }
  715. if (this.detailData.transportationDuration < 0 || this.detailData.transportationDuration >1000) {
  716. this.$refs.uToast.show({
  717. type: 'error',
  718. message: "运输时长输入错误!",
  719. })
  720. return true
  721. }
  722. if (this.imgList.length == 0) {
  723. this.$refs.uToast.show({
  724. type: 'error',
  725. message: "装车照片不能为空!",
  726. })
  727. return true
  728. }
  729. },
  730. confirmClick() {
  731. uni.removeStorageSync('contractdata')
  732. var that = this
  733. this.isShowAlert = false
  734. //1暂存
  735. if (this.detailData.statusFlag == 1) {
  736. delete this.detailData.hyCarrierInfo.loadingAreaLongitude;
  737. delete this.detailData.hyCarrierInfo.loadingAreaLatitude;
  738. delete this.detailData.hyCarrierInfo.sendCity;
  739. delete this.detailData.hyCarrierInfo.sendArea;
  740. }
  741. uni.showLoading({
  742. title: '加载中'
  743. })
  744. let time = new Date() //装车时间 去当前时间的时分秒
  745. let h = time.getHours();
  746. if (h < 10) {
  747. h = "0" + h
  748. }
  749. let f = time.getMinutes();
  750. if (f < 10) {
  751. f = "0" + f
  752. }
  753. let m = time.getSeconds();
  754. if (m < 10) {
  755. m = "0" + m
  756. }
  757. var data = {
  758. loadingImg: this.imgList.toString(),
  759. statusFlag: this.detailData.statusFlag,
  760. loadingDate: this.detailData.hyCarrierInfo.loadingDate.split(" ")[0] + " " + h + ":" + f + ":" + m,
  761. loadingArea: this.detailData.loadingArea,
  762. loadingCity: this.detailData.loadingCity,
  763. loadingLongitude: this.detailData.loadingLongitude,
  764. loadingLatitude: this.detailData.loadingLatitude,
  765. id: this.detailData.hyCarrierInfo.id,
  766. transportationDuration:this.detailData.transportationDuration
  767. }
  768. // console.log("查看id--------",this.detailData.hyCarrierInfo.id)
  769. this.$request.baseRequest('post', '/carrierInfo/loadingAdd', data).then(res => {
  770. if (res.code == 200) {
  771. uni.hideLoading()
  772. let _title = ''
  773. if (this.detailData.statusFlag == 1) {
  774. _title = '暂存成功!'
  775. } else {
  776. that.start() //开始授权并开始定位
  777. _title = '提交成功!'
  778. }
  779. that.$helper.fUN_AmapLocation.start({
  780. // intervalTime: 1000 * 60,
  781. intervalTime: 5000,
  782. // locationCacheEnable:true,
  783. isReport: false
  784. // url: 'http://192.168.0.66/fun/open/test_json.do',
  785. // params: {
  786. // a: 1,
  787. // B: '测试',
  788. // c: true
  789. // },
  790. // headers: {
  791. // a: '123',
  792. // B: 'abcd'
  793. // }
  794. },
  795. res => {
  796. // console.log('====确认装车开启连续定位====');
  797. // console.log(res)
  798. let _data = {
  799. orderId: that.id,
  800. longitude: res.longitude,
  801. latitude: res.latitude,
  802. province: res.province,
  803. city: res.city,
  804. area: res.district
  805. }
  806. if (this.shippingNoteInfos && this.shippingNoteInfos.length > 0) { //更新持续定位经纬度
  807. for (let i = 0; i < this.shippingNoteInfos.length; i++) {
  808. this.shippingNoteInfos[i].startLatitude = _data.latitude //纬度
  809. this.shippingNoteInfos[i].startLocationText = _data.city //起点
  810. this.shippingNoteInfos[i].startLongitude = _data.longitude //经度
  811. }
  812. }
  813. this.$helper.gjList.push(_data)
  814. uni.setStorageSync('mapGJ', this.$helper.gjList);
  815. // console.log('this.$helper.gjList')
  816. // console.log(this.$helper.gjList)
  817. // console.log("条数", uni.getStorageSync('mapGJ').length)
  818. if (uni.getStorageSync('mapGJ').length > 100) {
  819. // console.log(JSON.stringify(uni.getStorageSync('mapGJ')))
  820. // that.send()
  821. this.$request.baseRequest('post', '/hyOrderTravelPath/api/addInfo', {
  822. orderId: that.id,
  823. longitudeLatitude: JSON.stringify(uni.getStorageSync('mapGJ'))
  824. }).then(res => {
  825. uni.removeStorageSync('mapGJ');
  826. this.$helper.gjList = []
  827. })
  828. .catch(res => {
  829. uni.$u.toast(res.message);
  830. });
  831. }
  832. //判断缓存数据条数,超过reportInterval时清空缓存,重新存入缓存
  833. }
  834. );
  835. this.$refs.uToast.show({
  836. type: 'success',
  837. message: _title,
  838. complete() {
  839. uni.switchTab({
  840. url: '/pages/order/index'
  841. })
  842. }
  843. })
  844. }
  845. })
  846. .catch(res => {
  847. uni.$u.toast(res.message);
  848. });
  849. }
  850. },
  851. }
  852. </script>
  853. <style scoped lang="scss">
  854. .content {
  855. // . {
  856. // color: #333333;
  857. // }
  858. }
  859. .level2-title {
  860. margin: 0 0 20rpx 0;
  861. }
  862. .content1,
  863. .content2 {
  864. background: white;
  865. margin: 20rpx;
  866. border-radius: 20rpx;
  867. padding: 20rpx;
  868. .place {
  869. width: 80%;
  870. text-align: right;
  871. }
  872. }
  873. .upload {}
  874. .bottom-btn {
  875. display: flex;
  876. justify-content: space-around;
  877. margin-bottom: 50rpx;
  878. background: #FFFFFF;
  879. padding: 40rpx 0;
  880. }
  881. .store {
  882. padding: 20rpx 30rpx;
  883. color: #2772FB;
  884. width: 40%;
  885. background: #EEF4FF;
  886. border-radius: 40rpx;
  887. font-size: 36rpx;
  888. text-align: center;
  889. }
  890. .submit {
  891. font-size: 36rpx;
  892. padding: 20rpx 30rpx;
  893. color: white;
  894. width: 40%;
  895. background: #2772FB;
  896. border-radius: 40rpx;
  897. text-align: center;
  898. }
  899. .row-between {
  900. margin: 20rpx 0;
  901. }
  902. .sx-style {
  903. background: #2772FB;
  904. color: white;
  905. padding: 2rpx 16rpx;
  906. box-sizing: border-box;
  907. border-radius: 10rpx;
  908. margin-left: 20rpx;
  909. }
  910. .input {
  911. text-align: right;
  912. }
  913. .date-style {}
  914. </style>