123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002 |
- <template>
- <view class="container">
- <scroll-view scroll-x class="nav">
- <view class="flex text-center">
- <view class="cu-item flex-sub" :class="0==TabCur?'text-white':''" @tap="tabSelect" data-id="0">
- <text>我要卖粮</text>
- </view>
- <view class="cu-item flex-sub" :class="1==TabCur?'text-white':''" @tap="tabSelect" data-id="1">
- <text>我要买粮</text>
- </view>
- <view v-if="showTran" class="cu-item flex-sub" :class="2==TabCur?'text-white':''" @tap="tabSelect" data-id="2">
- <text>我要找车</text>
- </view>
- <view v-if="showTran" class="cu-item flex-sub" :class="3==TabCur?'text-white':''" @tap="tabSelect" data-id="3">
- <text>我要找货</text>
- </view>
- </view>
- </scroll-view>
- <block v-if="TabCur==0">
- <view class="cu-form-group">
- <view class="title">卖方</view>
- <input placeholder="请填写" name="input" @input="sellerInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">卖方电话</view>
- <input placeholder="请填写" type="mobile" name="input" @input="sellerPhoneInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">验证码</view>
- <input type="mobile" value="" placeholder="6位验证码" maxlength="6"
- data-key="verifyCode" @input="verifyCodeInput" style="width: 60%;"></input>
- <button class='cu-btn bg-green shadow':disabled="sendDisabled0" @click="doGetVerify">{{sendText0}}</button>
- </view>
- <view class="cu-form-group">
- <view class="title">货名</view>
- <input placeholder="请填写" name="input" @input="goodsNameInput"></input>
- </view>
- <view class="cu-form-group ">
- <view class="title">价格类型</view>
- <picker @change="PriceTypeChange" :value="priceTypeIndex" :range="priceType">
- <view class="picker">
- {{priceTypeIndex>-1?priceType[priceTypeIndex]:'请选择'}}
- </view>
- </picker>
- </view>
- <view class="cu-form-group">
- <view class="title">协议单价(元/吨)</view>
- <input placeholder="请填写" type="mobile" name="input" @input="unitPriceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">产地</view>
- <input placeholder="请填写" name="input" @input="originInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">库存地</view>
- <input placeholder="请填写" name="input" @input="stockInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">最小成交量</view>
- <input placeholder="请填写" type="mobile" name="input" @input="minSaleInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">库存量</view>
- <input placeholder="请填写" type="mobile" name="input" @input="exsitCountInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">国标等级</view>
- <input placeholder="请填写" name="input" @input="levelInput"></input>
- </view>
- <view class="padding flex flex-direction">
- <button class="cu-btn commit margin-tb-sm lg" @click="commit">提交</button>
- </view>
- </block>
- <block v-if="TabCur==1">
- <view class="cu-form-group">
- <view class="title">买方</view>
- <input placeholder="请填写" name="input" @input="buyerInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">买方电话</view>
- <input placeholder="请填写" type="mobile" name="input" @input="buyerPhoneInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">验证码</view>
- <input type="mobile" value="" placeholder="6位验证码" maxlength="6"
- data-key="verifyCode" @input="verifyCodeInput" style="width: 60%;"></input>
- <button class='cu-btn bg-green shadow':disabled="sendDisabled1" @click="doGetVerify">{{sendText1}}</button>
- </view>
- <view class="cu-form-group">
- <view class="title">货名</view>
- <input placeholder="请填写" name="input" @input="goodsNameInput"></input>
- </view>
- <view class="cu-form-group margin-top">
- <view class="title">价格类型</view>
- <picker @change="PriceTypeChange" :value="priceTypeIndex" :range="priceType">
- <view class="picker">
- {{priceTypeIndex>-1?priceType[priceTypeIndex]:'请选择'}}
- </view>
- </picker>
- </view>
- <view class="cu-form-group">
- <view class="title">协议单价(元/吨)</view>
- <input placeholder="请填写" type="mobile" name="input" @input="unitPriceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">产地</view>
- <input placeholder="请填写" name="input" @input="originInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">库存地</view>
- <input placeholder="请填写" name="input" @input="stockInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">采购量</view>
- <input placeholder="请填写" type="mobile" name="input" @input="exsitCountInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">国标等级</view>
- <input placeholder="请填写" name="input" @input="levelInput"></input>
- </view>
- <view class="padding flex flex-direction">
- <button class="cu-btn commit margin-tb-sm lg" @click="commit">提交</button>
- </view>
- </block>
- <block v-if="TabCur==2">
- <view class="cu-form-group">
- <view class="title">始发地</view>
- <input placeholder="请填写" name="input" @input="startPlaceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">目的地</view>
- <input placeholder="请填写" name="input" @input="endPlaceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">货名</view>
- <input placeholder="请填写" name="input" @input="goodsNameInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">总吨数</view>
- <input placeholder="请填写" type="mobile" name="input" @input="totalInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">价格(元/吨)</view>
- <input placeholder="请填写" type="mobile" name="input" @input="priceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">发货人</view>
- <input placeholder="请填写" name="input" @input="senderInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">发货人电话</view>
- <input placeholder="请填写" name="input" @input="senderPhoneInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">验证码</view>
- <input type="mobile" value="" placeholder="6位验证码" maxlength="6"
- data-key="verifyCode" @input="verifyCodeInput" style="width: 60%;"></input>
- <button class='cu-btn bg-green shadow':disabled="sendDisabled2" @click="doGetVerify">{{sendText2}}</button>
- </view>
- <view class="cu-form-group">
- <view class="title">收货人</view>
- <input placeholder="请填写" name="input" @input="receiverInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">收货人电话</view>
- <input placeholder="请填写" name="input" @input="receiverPhoneInput"></input>
- </view>
- <view class="padding flex flex-direction">
- <button class="cu-btn commit margin-tb-sm lg" @click="commit">提交</button>
- </view>
- </block>
- <block v-if="TabCur==3">
- <view class="cu-form-group">
- <view class="title">始发地</view>
- <input placeholder="请填写" name="input" @input="startPlaceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">目的地</view>
- <input placeholder="请填写" name="input" @input="endPlaceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">运价(元)</view>
- <input placeholder="请填写" name="input" @input="priceInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">车牌号</view>
- <input placeholder="请填写" name="input" @input="carNoInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">承运人</view>
- <input placeholder="请填写" type="mobile" name="input" @input="driverInput"></input>
- </view>
- <view class="cu-form-group">
- <view class="title">承运人电话</view>
- <input placeholder="请填写" type="mobile" name="input" @input="driverPhoneInput"></input>
- </view>
- <view class="cu-form-group"> <view class="title">验证码</view> <input type="mobile" value="" placeholder="6位验证码" maxlength="6" data-key="verifyCode" @input="verifyCodeInput" style="width: 60%;"></input> <button class='cu-btn bg-green shadow':disabled="sendDisabled3" @click="doGetVerify">{{sendText3}}</button> </view>
- <view class="cu-bar bg-white margin-top">
- <view class="action">
- 司机身份证(正、反面)上传
- </view>
- </view>
- <view class="cu-form-group">
- <view class="grid col-4 grid-square flex-sub">
- <view class="bg-img" v-if="personNoImg != ''" @tap="ViewImage" :data-url="personNoImg">
- <image :src="personNoImg" mode="aspectFit"></image>
- <view class="cu-tag bg-red" @tap.stop="DelImg" :data-index="0">
- <text class='cuIcon-close'></text>
- </view>
- </view>
- <view class="bg-img" v-if="personNoImg1 != ''" @tap="ViewImage" :data-url="personNoImg1">
- <image :src="personNoImg1" mode="aspectFit"></image>
- <view class="cu-tag bg-red" @tap.stop="DelImg" :data-index="1">
- <text class='cuIcon-close'></text>
- </view>
- </view>
- <view class="solids" @tap="ChooseImagePerson" v-if="personNoImg == '' || personNoImg1 == ''">
- <text class='cuIcon-cameraadd'></text>
- </view>
- </view>
- </view>
- <view class="cu-bar bg-white margin-top">
- <view class="action">
- 司机驾驶证(主页、副页)上传
- </view>
- </view>
- <view class="cu-form-group">
- <view class="grid col-4 grid-square flex-sub">
- <view class="bg-img" v-if="driverNoImg != ''" @tap="ViewImage" :data-url="driverNoImg">
- <image :src="driverNoImg" mode="aspectFit"></image>
- <view class="cu-tag bg-red" @tap.stop="DelImg" :data-index="2">
- <text class='cuIcon-close'></text>
- </view>
- </view>
- <view class="bg-img" v-if="driverNoImg1 != ''" @tap="ViewImage" :data-url="driverNoImg1">
- <image :src="driverNoImg1" mode="aspectFit"></image>
- <view class="cu-tag bg-red" @tap.stop="DelImg" :data-index="3">
- <text class='cuIcon-close'></text>
- </view>
- </view>
- <view class="solids" @tap="ChooseImageDriver" v-if="driverNoImg == '' || driverNoImg1 == ''">
- <text class='cuIcon-cameraadd'></text>
- </view>
- </view>
- </view>
- <view class="cu-bar bg-white margin-top">
- <view class="action">
- 行车证(主页、副页)上传
- </view>
- </view>
- <view class="cu-form-group">
- <view class="grid col-4 grid-square flex-sub">
- <view class="bg-img" v-if="carNoImg != ''" @tap="ViewImage" :data-url="carNoImg">
- <image :src="carNoImg" mode="aspectFit"></image>
- <view class="cu-tag bg-red" @tap.stop="DelImg" :data-index="4">
- <text class='cuIcon-close'></text>
- </view>
- </view>
- <view class="bg-img" v-if="carNoImg1 != ''" @tap="ViewImage" :data-url="carNoImg1">
- <image :src="carNoImg1" mode="aspectFit"></image>
- <view class="cu-tag bg-red" @tap.stop="DelImg" :data-index="5">
- <text class='cuIcon-close'></text>
- </view>
- </view>
- <view class="solids" @tap="ChooseImageCar" v-if="carNoImg == '' || carNoImg1 == ''">
- <text class='cuIcon-cameraadd'></text>
- </view>
- </view>
- </view>
- <view class="padding flex flex-direction">
- <button class="cu-btn commit margin-tb-sm lg" @click="commit">提交</button>
- </view>
- </block>
-
- </view>
- </template>
- <script>
- import uploadImage from '@/components/ossutil/uploadFile.js';
- import {
- mapState
- } from 'vuex';
- export default {
- name: "trust",
- data() {
- return {
- saleInfo:{
- seller:'',
- sellerPhone:'',
- priceType:'',
- unitPrice:0,
- origin:'',
- stock:'',
- minSale:0,
- exsitCount:0,
- goodsName:'',
- verifyCode:'',
- buyer:'',
- buyerPhone:'',
- level:''
- },
- tran: {
- total: 0,
- price: 0,
- startPlace: undefined,
- endPlace: undefined,
- goodsName: undefined,
- sender:'',
- senderPhone:'',
- status:0,
- receiver:'',
- receiverPhone:'',
- verifyCode:'',
- driver:'',
- driverPhone:'',
- carNo:'',
- personNoImg:'',
- personNoImg1:'',
- driverNoImg:'',
- driverNoImg1:'',
- carNoImg:'',
- carNoImg1:''
-
- },
- PageCur: "trust",
- TabCur: 0,
- priceTypeIndex:-1,
- priceType: ['库内价', '到库价', '到港价'],
- unitPrice:0,
- price:'',
- seller:'',
- sellerPhone:'',
- minSale:'',
- exsitCount:0,
- origin:'',
- stock:'',
- goodsName:'',
- verifyCode:'',
- sendText0:'获取验证码',
- sendText1:'获取验证码',
- sendText2:'获取验证码',
- sendText3:'获取验证码',
- sendDisabled0: false,
- sendDisabled1: false,
- sendDisabled2: false,
- sendDisabled3: false,
- buyer:'',
- buyerPhone:'',
- level:'',
- sender:'',
- senderPhone:'',
- receiver:'',
- receiverPhone:'',
- total:0,
- startPlace:'',
- endPlace:'',
- driver:'',
- driverPhone:'',
- carNo:'',
- personNoImg:'',
- personNoImg1:'',
- driverNoImg:'',
- driverNoImg1:'',
- carNoImg:'',
- carNoImg1:'',
- showTran:true
- };
- },
- computed: {
- ...mapState(['hasLogin','userInfo'])
- },
- onShow() {
- this.loadData()
- },
- methods: {
- async loadData(){
- if (!this.hasLogin) {
- uni.showModal({
- title: '登录提示',
- content: '您尚未登录,是否立即登录?',
- showCancel: true,
- confirmText: '登录',
- success: (e) => {
- if (e.confirm) {
- uni.navigateTo({
- url: '/pages/public/login'
- })
- }
- },
- fail: () => {},
- complete: () => {}
- })
- }
- },
- driverInput(e) {
- this.driver = e.detail.value
- },
- driverPhoneInput(e) {
- this.driverPhone = e.detail.value
- },
- carNoInput(e) {
- this.carNo = e.detail.value
- },
- senderInput(e){
- this.sender = e.detail.value;
- },
- senderPhoneInput(e){
- this.senderPhone = e.detail.value;
- },
- receiverInput(e){
- this.receiver = e.detail.value;
- },
- receiverPhoneInput(e){
- this.receiverPhone = e.detail.value;
- },
- startPlaceInput(e){
- this.startPlace = e.detail.value;
- },
- endPlaceInput(e){
- this.endPlace = e.detail.value;
- },
- totalInput(e){
- this.total = e.detail.value;
- },
- priceInput(e){
- this.price = e.detail.value;
- },
- tabSelect(e) {
- this.TabCur = e.currentTarget.dataset.id;
- },
- PriceTypeChange(e) {
- this.priceTypeIndex = e.detail.value
- this.price = this.priceType[this.priceTypeIndex]
- },
- RegionChange(e) {
- this.region = e.detail.value
- this.province = this.region[0];
- this.area = this.region[0]+this.region[1]+this.region[2];
- },
- sellerInput(e){
- this.seller = e.detail.value
- },
- sellerPhoneInput(e){
- this.sellerPhone = e.detail.value
- },
- buyerInput(e){
- this.buyer = e.detail.value
- },
- buyerPhoneInput(e){
- this.buyerPhone = e.detail.value
- },
- unitPriceInput(e){
- this.unitPrice = e.detail.value
- },
- minSaleInput(e){
- this.minSale = e.detail.value
- },
- exsitCountInput(e){
- this.exsitCount = e.detail.value
- },
- originInput(e){
- this.origin = e.detail.value
- },
- stockInput(e){
- this.stock = e.detail.value
- },
- goodsNameInput(e){
- this.goodsName = e.detail.value
- },
- verifyCodeInput(e){
- this.verifyCode = e.detail.value
- },
- levelInput(e){
- this.level = e.detail.value
- },
- doGetVerify() {
- const that = this
- var phone = "";
- if(this.TabCur == 0){
- phone = that.sellerPhone
- }else if(this.TabCur == 1){
- phone = that.buyerPhone
- }
- else if(this.TabCur == 2){
- phone = that.senderPhone
- }
- else if(this.TabCur == 3){
- phone = that.driverPhone
- }
- if (!phone || phone.length != 11) {
- uni.showToast({
- title:'请输入正确手机号!',
- icon:'none'
- })
- return
- }
- that.$api.request('user', 'sendVerifyCode', {
- phone: phone,
- }).then(res => {
-
- if(that.TabCur == 0){
- that.sendDisabled0 = true
- }else if(that.TabCur == 1){
- that.sendDisabled1 = true
- }
- else if(that.TabCur == 2){
- that.sendDisabled2 = true
- }
- else if(that.TabCur == 3){
- that.sendDisabled3 = true
- }
- let sec = 60
- let interval = setInterval(() => {
- sec--;
- if(that.TabCur == 0){
- that.sendText0 = sec + 's后重发'
- if (sec <= 0) {
- that.sendDisabled0 = false
- that.sendText0 = "获取验证码"
- clearInterval(interval)
- }
- }else if(that.TabCur == 1){
- that.sendText1 = sec + 's后重发'
- if (sec <= 0) {
- that.sendDisabled1 = false
- that.sendText1 = "获取验证码"
- clearInterval(interval)
- }
- }
- else if(that.TabCur == 2){
- that.sendText2 = sec + 's后重发'
- if (sec <= 0) {
- that.sendDisabled2 = false
- that.sendText2 = "获取验证码"
- clearInterval(interval)
- }
- }
- else if(that.TabCur == 3){
- that.sendText3 = sec + 's后重发'
- if (sec <= 0) {
- that.sendDisabled3 = false
- that.sendText3 = "获取验证码"
- clearInterval(interval)
- }
- }
- }, 1000)
- })
-
- },
- ChooseImagePerson() {
- uni.chooseImage({
- count: 1, //默认9
- sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ['album','camera'], //从相册选择
- success: (res) => {
- //上传图片
- //图片路径可自行修改
- uploadImage(res.tempFilePaths[0], 'personNoImg/',
- result => {
- if (this.personNoImg.length != 0) {
- this.personNoImg1 = result
- } else {
- this.personNoImg = result
- }
- uni.hideLoading();
- }
- )
- }
- });
- },
- ChooseImageDriver() {
- uni.chooseImage({
- count: 1, //默认9
- sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ['album','camera'], //从相册选择
- success: (res) => {
- //上传图片
- //图片路径可自行修改
- uploadImage(res.tempFilePaths[0], 'driverNoImg/',
- result => {
- if (this.driverNoImg.length != 0) {
- this.driverNoImg1 = result
- } else {
- this.driverNoImg = result
- }
- uni.hideLoading();
- }
- )
- }
- });
- },
- ChooseImageCar() {
- uni.chooseImage({
- count: 1, //默认9
- sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ['album','camera'], //从相册选择
- success: (res) => {
- //上传图片
- //图片路径可自行修改
- uploadImage(res.tempFilePaths[0], 'carNoImg/',
- result => {
- if (this.carNoImg.length != 0) {
- this.carNoImg1 = result
- } else {
- this.carNoImg = result
- }
- uni.hideLoading();
- }
- )
- }
- });
- },
- ViewImage(e) {
- var img = [];
- img = e.currentTarget.dataset.url.split(' ')
- uni.previewImage({
- current:0,
- urls: img
- });
- },
- DelImg(e) {
- uni.showModal({
- title: '提示',
- content: '确定要删除该照片吗?',
- cancelText: '取消',
- confirmText: '确定',
- success: res => {
- if (res.confirm) {
- if(e.currentTarget.dataset.index == 0){
- this.personNoImg = "";
- }
- else if(e.currentTarget.dataset.index == 1){
- this.personNoImg1 = "";
- }
- else if(e.currentTarget.dataset.index == 2){
- this.driverNoImg = "";
- }
- else if(e.currentTarget.dataset.index == 3){
- this.driverNoImg1 = "";
- }
- else if(e.currentTarget.dataset.index == 4){
- this.carNoImg = "";
- }
- else if(e.currentTarget.dataset.index == 5){
- this.carNoImg1 = "";
- }
-
- }
- }
- })
- },
- commit(){
- if (!this.hasLogin) {
- uni.showModal({
- title: '登录提示',
- content: '您尚未登录,是否立即登录?',
- showCancel: true,
- confirmText: '登录',
- success: (e) => {
- if (e.confirm) {
- uni.navigateTo({
- url: '/pages/public/login'
- })
- }
- },
- fail: () => {},
- complete: () => {}
- })
- }
- else{
- const that = this
- if(this.TabCur == 0){
- if(!that.seller){
- this.$api.msg('请填写卖方');
- return;
- }
- if(!that.sellerPhone){
- this.$api.msg('请填写手机号码');
- return;
- }
- if(!that.exsitCount){
- this.$api.msg('请填写库存量');
- return;
- }
- if(!that.minSale){
- this.$api.msg('请填写最小成交量');
- return;
- }
- if(!that.goodsName){
- this.$api.msg('请填写货名');
- return;
- }
- if(!that.verifyCode){
- this.$api.msg('请填写验证码');
- return;
- }
-
- if (!that.price) {
- that.$api.msg('请选择价格类型')
- return
- }
- if(!that.unitPrice){
- that.$api.msg('请填写协议价格(元/吨)');
- return
- }
- if(!that.origin){
- this.$api.msg('请填写产地');
- return;
- }
- if(!that.stock){
- this.$api.msg('请填写库存地');
- return;
- }
- if(!that.level){
- this.$api.msg('请填写国标等级');
- return;
- }
- that.saleInfo.seller = that.seller
- that.saleInfo.sellerPhone = that.sellerPhone
- that.saleInfo.priceType = that.price
- that.saleInfo.unitPrice = that.unitPrice
- that.saleInfo.minSale = that.minSale
- that.saleInfo.exsitCount = that.exsitCount
- that.saleInfo.origin = that.origin
- that.saleInfo.stock = that.stock
- that.saleInfo.verifyCode = that.verifyCode
- that.saleInfo.goodsName = that.goodsName
- that.saleInfo.buyer = that.buyer
- that.saleInfo.buyerPhone = that.buyerPhone
- that.saleInfo.level = that.level
- }else if(this.TabCur == 1){
- if(!that.buyer){
- this.$api.msg('请填写买方');
- return;
- }
- if(!that.buyerPhone){
- this.$api.msg('请填写手机号码');
- return;
- }
- if(!that.goodsName){
- this.$api.msg('请填写货名');
- return;
- }
- if(!that.verifyCode){
- this.$api.msg('请填写验证码');
- return;
- }
-
- if (!that.price) {
- that.$api.msg('请选择价格类型')
- return
- }
- if(!that.unitPrice){
- that.$api.msg('请填写协议价格(元/吨)');
- return
- }
- if(!that.origin){
- this.$api.msg('请填写产地');
- return;
- }
- if(!that.stock){
- this.$api.msg('请填写库存地');
- return;
- }
- if(!that.level){
- this.$api.msg('请填写国标等级');
- return;
- }
- that.saleInfo.seller = that.seller
- that.saleInfo.sellerPhone = that.sellerPhone
- that.saleInfo.priceType = that.price
- that.saleInfo.unitPrice = that.unitPrice
- that.saleInfo.minSale = that.minSale
- that.saleInfo.exsitCount = that.exsitCount
- that.saleInfo.origin = that.origin
- that.saleInfo.stock = that.stock
- that.saleInfo.verifyCode = that.verifyCode
- that.saleInfo.goodsName = that.goodsName
- that.saleInfo.buyer = that.buyer
- that.saleInfo.buyerPhone = that.buyerPhone
- that.saleInfo.level = that.level
- }
- else if(this.TabCur == 2){
- if(!that.sender){
- this.$api.msg('请填写发货方');
- return;
- }
- if(!that.senderPhone){
- this.$api.msg('请填写发货方手机号码');
- return;
- }
- if(!that.receiver){
- this.$api.msg('请填写收货方');
- return;
- }
- if(!that.receiverPhone){
- this.$api.msg('请填写收货方手机号码');
- return;
- }
- if(!that.goodsName){
- this.$api.msg('请填写货名');
- return;
- }
- if(!that.verifyCode){
- this.$api.msg('请填写验证码');
- return;
- }
- that.tran.sender = that.sender
- that.tran.senderPhone = that.senderPhone
- that.tran.receiver = that.receiver
- that.tran.receiverPhone = that.receiverPhone
- that.tran.verifyCode = that.verifyCode
- that.tran.goodsName = that.goodsName
- that.tran.total = that.total
- that.tran.price = that.price
- that.tran.startPlace = that.startPlace
- that.tran.endPlace = that.endPlace
- }
- else if(this.TabCur == 3){
- if(!that.startPlace){
- this.$api.msg('请填写起始地');
- return;
- }
- if(!that.endPlace){
- this.$api.msg('请填写目的地');
- return;
- }
- if(!that.driver){
- this.$api.msg('请填写承运人');
- return;
- }
- if(!that.driverPhone){
- this.$api.msg('请填写承运人手机号码');
- return;
- }
- if(!/(^1[3|4|5|7|8][0-9]{9}$)/.test(that.driverPhone)){
- that.$api.msg('请输入正确的承运人手机号码');
- return
- }
- if(!that.carNo){
- this.$api.msg('请填写车牌号');
- return;
- }
- if(!that.verifyCode){
- this.$api.msg('请填写验证码');
- return;
- }
- if (!that.personNoImg || !that.personNoImg1) {
- that.$api.msg('请上传身份证正、反面照片');
- return
- }
- if (!that.driverNoImg || !that.driverNoImg1) {
- that.$api.msg('请上传驾驶证主、副页照片');
- return
- }
- if (!that.carNoImg || !that.carNoImg1) {
- that.$api.msg('请上传行车证主、副页照片');
- return
- }
- that.tran.driver = that.driver
- that.tran.driverPhone = that.driverPhone
- that.tran.verifyCode = that.verifyCode
- that.tran.price = that.price
- that.tran.startPlace = that.startPlace
- that.tran.endPlace = that.endPlace
- that.tran.carNo = that.carNo
- that.tran.personNoImg = that.personNoImg
- that.tran.personNoImg1 = that.personNoImg1
- that.tran.driverNoImg = that.driverNoImg
- that.tran.driverNoImg1 = that.driverNoImg1
- that.tran.carNoImg = that.carNoImg
- that.tran.carNoImg1 = that.carNoImg1
- }
- // 获取用户的当前设置,判断是否点击了“总是保持以上,不在询问”
- wx.getSetting({
- // withSubscriptions: true,//是否获取用户订阅消息的订阅状态,默认false不返回
- success(res){
- if(res.authSetting['scope.subscribeMessage']){
- uni.openSetting({ // 打开设置页
- success(res) {
- console.log(res.authSetting)
- }
- });
- }else{// 用户没有点击“总是保持以上,不再询问”则每次都会调起订阅消息
- uni.requestSubscribeMessage({
- tmplIds: ['8cVkckXi_8zfHeScXRHhjN6cgZFYYCWIMPDTiPWagXY'],//
- success (res) {
- console.log(res)
- if(res['8cVkckXi_8zfHeScXRHhjN6cgZFYYCWIMPDTiPWagXY'] == "accept"){// 字段就是tmplIds模板id
- uni.showLoading({
- title: '正在提交',
- mask:true
- })
- if(that.TabCur == 0){
- that.$api.request('sale', 'addSale',that.saleInfo, failres => {
- uni.hideLoading()
- that.$api.msg(failres.errmsg);
-
- }).then(res => {
- uni.hideLoading()
- uni.showModal({
- title: '提示',
- content: "发布提交成功,工作人员会尽快联系该号码:"+that.sellerPhone,
- showCancel: false,
- confirmText: '确定',
- success: () => {
- uni.navigateBack()
- }
- })
- // that.$api.prePage().refreshList(data, that.manageType);
- })
- }
- else if(that.TabCur == 1){
- that.$api.request('sale', 'addBuy',that.saleInfo, failres => {
- uni.hideLoading()
- that.$api.msg(failres.errmsg);
-
- }).then(res => {
- uni.hideLoading()
- uni.showModal({
- title: '提示',
- showCancel: false,
- content: "发布提交成功,工作人员会尽快联系该号码:"+that.buyerPhone,
- confirmText: '确定',
- success: () => {
- uni.navigateBack()
- }
- })
- // that.$api.prePage().refreshList(data, that.manageType);
- })
- }
- else if(that.TabCur == 2){
- that.$api.request('tran', 'addTran',that.tran, failres => {
- uni.hideLoading()
- that.$api.msg(failres.errmsg);
- }).then(res => {
- uni.hideLoading()
- uni.showModal({
- title: '提示',
- showCancel: false,
- content: "发布提交成功,工作人员会尽快联系该号码:"+that.senderPhone,
- confirmText: '确定',
- success: () => {
- uni.navigateBack()
- }
- })
- // that.$api.prePage().refreshList(data, that.manageType);
- })
-
- }
- else if(that.TabCur == 3){
- that.$api.request('tran', 'addCarDriver',that.tran, failres => {
- uni.hideLoading()
- that.$api.msg(failres.errmsg);
- }).then(res => {
- uni.hideLoading()
- uni.showModal({
- title: '提示',
- showCancel: false,
- content: "发布提交成功,工作人员会尽快联系该号码:"+that.driverPhone,
- confirmText: '确定',
- success: () => {
- uni.navigateBack()
- }
- })
- // that.$api.prePage().refreshList(data, that.manageType);
- })
-
- }
-
- }
- }
- })
- }
- }
- })
- }
- }
- },
- }
- </script>
- <style scoped>
- .container{
- padding-bottom: 160rpx;
- }
- .cu-form-group input {
- text-align: right;
- }
- .text-white text{
- background: linear-gradient(45deg, #3DC146, #B2D612);
- padding:5px 10px;
- border-radius: 38rpx;
- }
- .cu-form-group textarea {
- text-align: right;
- }
- .commit{
- background: linear-gradient(45deg, #DF331C, #DA611A);
- color:#fff;
- }
- </style>
|