|
@@ -34,16 +34,18 @@
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">毛重(吨)</view>
|
|
<view class="left">毛重(吨)</view>
|
|
- <input type="digit" @input='calculate' name="grossWeight" v-model='detailData.grossWeight' class="right-bottom"
|
|
|
|
- placeholder="输入毛重"></input>
|
|
|
|
|
|
+ <input type="digit" @input='calculate' name="grossWeight" v-model='detailData.grossWeight'
|
|
|
|
+ class="right-bottom" placeholder="输入毛重"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">皮重(吨)</view>
|
|
<view class="left">皮重(吨)</view>
|
|
- <input type="digit" @input='calculate' name="tare" v-model='detailData.tare' class="right-bottom" placeholder="输入皮重"></input>
|
|
|
|
|
|
+ <input type="digit" @input='calculate' name="tare" v-model='detailData.tare' class="right-bottom"
|
|
|
|
+ placeholder="输入皮重"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">扣重(吨)</view>
|
|
<view class="left">扣重(吨)</view>
|
|
- <input type="digit" @input='calculate' v-model='detailData.deductionWeight' class="right-bottom" placeholder="输入扣重"></input>
|
|
|
|
|
|
+ <input type="digit" @input='calculate' v-model='detailData.deductionWeight' class="right-bottom"
|
|
|
|
+ placeholder="输入扣重"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">净重(吨)</view>
|
|
<view class="left">净重(吨)</view>
|
|
@@ -112,20 +114,22 @@
|
|
<view class="row row-bottom" v-if="detailData.outType!='火运'&&detailData.outType!='散船'">
|
|
<view class="row row-bottom" v-if="detailData.outType!='火运'&&detailData.outType!='散船'">
|
|
<view class="left">车牌号</view>
|
|
<view class="left">车牌号</view>
|
|
<!-- 他运合同车牌号输入 -->
|
|
<!-- 他运合同车牌号输入 -->
|
|
- <input v-model='detailData.carNo' class="right-bottom" placeholder="请输入车牌号" v-if="!showCar"></input>
|
|
|
|
|
|
+ <input v-model='detailData.carNo' @click.stop="handleShowKeyboard":disabled="true" class="right-bottom" placeholder="请输入车牌号" v-if="!showCar"></input>
|
|
|
|
+ <master-keyboard ref="keyboard" keyboardtype="car" :randomNumber="true" :newCar="false" :defaultValue="detailData.carNo" @keyboardClick="handleClick"></master-keyboard>
|
|
<!-- <view @click='slectCarNo' v-if="isPC">{{detailData.carNo}}</view> -->
|
|
<!-- <view @click='slectCarNo' v-if="isPC">{{detailData.carNo}}</view> -->
|
|
- <!-- 自运合同车牌号需下拉 -->
|
|
|
|
- <view v-if="!carno" v-show="showCar" @click="carno = true">{{detailData.carNo? detailData.carNo:"请选择车牌号"}}</view>
|
|
|
|
- <u-picker :range="carList" range-key="carNo" @confirm='carPicker($event)' v-model="carno" mode="selector">
|
|
|
|
|
|
+ <!-- 自运合同车牌号需下拉 -->
|
|
|
|
+ <view v-show="showCar" @click="carno = true">{{detailData.carNo? detailData.carNo:"请选择车牌号"}}</view>
|
|
|
|
+ <u-picker :range="carList" range-key="carNo" @confirm='carPicker($event)' v-model="carno"
|
|
|
|
+ mode="selector">
|
|
</u-picker>
|
|
</u-picker>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom" v-if="detailData.outType=='火运'">
|
|
<view class="row row-bottom" v-if="detailData.outType=='火运'">
|
|
<view class="left">车号</view>
|
|
<view class="left">车号</view>
|
|
- <input v-model='detailData.carNo' class="right-bottom" placeholder="请输入车号" ></input>
|
|
|
|
|
|
+ <input v-model='detailData.carNo' class="right-bottom" placeholder="请输入车号"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom" v-if="detailData.outType=='散船'">
|
|
<view class="row row-bottom" v-if="detailData.outType=='散船'">
|
|
<view class="left">船名</view>
|
|
<view class="left">船名</view>
|
|
- <input v-model='detailData.carNo' class="right-bottom" placeholder="请输入船名" ></input>
|
|
|
|
|
|
+ <input v-model='detailData.carNo' class="right-bottom" placeholder="请输入船名"></input>
|
|
</view>
|
|
</view>
|
|
<view v-if='detailData.outType=="集装箱船"||!detailData.outType||detailData.outType=="汽运"'
|
|
<view v-if='detailData.outType=="集装箱船"||!detailData.outType||detailData.outType=="汽运"'
|
|
class="row row-bottom">
|
|
class="row row-bottom">
|
|
@@ -133,17 +137,16 @@
|
|
<input v-model='detailData.boxNo' class="right-bottom" placeholder="请输入箱号" type="digit"></input>
|
|
<input v-model='detailData.boxNo' class="right-bottom" placeholder="请输入箱号" type="digit"></input>
|
|
<input v-model='detailData.boxNoOther' class="right-bottom" placeholder="请输入箱号" type="digit"></input>
|
|
<input v-model='detailData.boxNoOther' class="right-bottom" placeholder="请输入箱号" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
- <view v-if='!detailData.outType||detailData.outType=="汽运" || detailData.outType=="集装箱船"' class="row row-bottom">
|
|
|
|
|
|
+ <view v-if='!detailData.outType||detailData.outType=="汽运" || detailData.outType=="集装箱船"'
|
|
|
|
+ class="row row-bottom">
|
|
<view class="left">封号</view>
|
|
<view class="left">封号</view>
|
|
- <input v-model='detailData.titleNo' class="right-bottom"
|
|
|
|
- placeholder="请输入封号" type="digit"></input>
|
|
|
|
- <input v-model='detailData.titleNoOther' class="right-bottom"
|
|
|
|
- placeholder="请输入封号" type="digit"></input>
|
|
|
|
|
|
+ <input v-model='detailData.titleNo' class="right-bottom" placeholder="请输入封号" type="digit"></input>
|
|
|
|
+ <input v-model='detailData.titleNoOther' class="right-bottom" placeholder="请输入封号" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
<view v-if='detailData.outType=="火运"' class="row row-bottom">
|
|
<view v-if='detailData.outType=="火运"' class="row row-bottom">
|
|
<view class="left">车厢号</view>
|
|
<view class="left">车厢号</view>
|
|
- <input v-model='detailData.wingNumber' @input="toUpperCase2" class="right-bottom"
|
|
|
|
- placeholder="请输入车厢号" type="digit"></input>
|
|
|
|
|
|
+ <input v-model='detailData.wingNumber' @input="toUpperCase2" class="right-bottom" placeholder="请输入车厢号"
|
|
|
|
+ type="digit"></input>
|
|
<input v-model='detailData.wingNumberOther' @input="toUpperCase3" class="right-bottom"
|
|
<input v-model='detailData.wingNumberOther' @input="toUpperCase3" class="right-bottom"
|
|
placeholder="请输入车厢号" type="digit"></input>
|
|
placeholder="请输入车厢号" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
@@ -183,8 +186,8 @@
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">水分(%)</view>
|
|
<view class="left">水分(%)</view>
|
|
- <input type="digit" v-model='detailData.warehouseInOutDetail.waterContent'
|
|
|
|
- class="right-bottom" placeholder="输入水分占比"></input>
|
|
|
|
|
|
+ <input type="digit" v-model='detailData.warehouseInOutDetail.waterContent' class="right-bottom"
|
|
|
|
+ placeholder="输入水分占比"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">容重(克/升)</view>
|
|
<view class="left">容重(克/升)</view>
|
|
@@ -203,8 +206,8 @@
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">霉变粒(%)</view>
|
|
<view class="left">霉变粒(%)</view>
|
|
- <input type="digit" v-model='detailData.warehouseInOutDetail.mildewGrain'
|
|
|
|
- class="right-bottom" placeholder="输入霉变粒占比"></input>
|
|
|
|
|
|
+ <input type="digit" v-model='detailData.warehouseInOutDetail.mildewGrain' class="right-bottom"
|
|
|
|
+ placeholder="输入霉变粒占比"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row row-bottom">
|
|
<view class="row row-bottom">
|
|
<view class="left">不完善粒(%)</view>
|
|
<view class="left">不完善粒(%)</view>
|
|
@@ -226,9 +229,11 @@
|
|
} from 'vuex';
|
|
} from 'vuex';
|
|
import upload from '@/components/upload.vue';
|
|
import upload from '@/components/upload.vue';
|
|
import helper from '@/common/helper.js';
|
|
import helper from '@/common/helper.js';
|
|
|
|
+ import keyboard from "@/components/master-keyboard/master-keyboard.vue";
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
- upload
|
|
|
|
|
|
+ upload,
|
|
|
|
+ keyboard
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -240,7 +245,7 @@
|
|
show5: false,
|
|
show5: false,
|
|
show6: false,
|
|
show6: false,
|
|
isPC: true,
|
|
isPC: true,
|
|
- carno:false,
|
|
|
|
|
|
+ carno: false,
|
|
isSelectType: true,
|
|
isSelectType: true,
|
|
inOutShow: false,
|
|
inOutShow: false,
|
|
params: {
|
|
params: {
|
|
@@ -320,10 +325,12 @@
|
|
deductionAmount: '',
|
|
deductionAmount: '',
|
|
netWeight: 0,
|
|
netWeight: 0,
|
|
cost: 0,
|
|
cost: 0,
|
|
- warehouseInOutDetail: {}
|
|
|
|
|
|
+ warehouseInOutDetail: {},
|
|
|
|
+ tips: '',
|
|
|
|
+ carNo:''
|
|
},
|
|
},
|
|
- carList:[],//车牌号下拉
|
|
|
|
- showCar:false,
|
|
|
|
|
|
+ carList: [], //车牌号下拉
|
|
|
|
+ showCar: false,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
@@ -338,6 +345,10 @@
|
|
...mapState(['hasLogin', 'userInfo']),
|
|
...mapState(['hasLogin', 'userInfo']),
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
|
|
+ uni.showLoading({
|
|
|
|
+ title: "加载中...",
|
|
|
|
+ mask: true
|
|
|
|
+ })
|
|
let _data = uni.getStorageSync('erpContractNo') == '' ? {} : uni.getStorageSync('erpContractNo')
|
|
let _data = uni.getStorageSync('erpContractNo') == '' ? {} : uni.getStorageSync('erpContractNo')
|
|
if (helper.erpWarehouse.personCharge)
|
|
if (helper.erpWarehouse.personCharge)
|
|
this.detailData.agent = helper.erpWarehouse.personCharge
|
|
this.detailData.agent = helper.erpWarehouse.personCharge
|
|
@@ -413,77 +424,92 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
- ...mapState(['hasLogin','userInfo']),
|
|
|
|
|
|
+ ...mapState(['hasLogin', 'userInfo']),
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ hidden(){
|
|
|
|
+ this.$refs.keyboard.open(false)
|
|
|
|
+ },
|
|
|
|
+ handleShowKeyboard(){
|
|
|
|
+ if(this.$refs.keyboard.open){
|
|
|
|
+ this.$refs.keyboard.open(true)//true 键盘显示 false 键盘隐藏
|
|
|
|
+ }else{
|
|
|
|
+ this.$refs.keyboard[0].open(true)
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ handleClick(e){
|
|
|
|
+ this.detailData.carNo = e.value //键盘输入值
|
|
|
|
+ },
|
|
inOutNo() {
|
|
inOutNo() {
|
|
- let that = this
|
|
|
|
|
|
+ let that = this
|
|
this.$api.doRequest('get', '/inOutWarehouseTask/selectInOutWarehouseNo', {
|
|
this.$api.doRequest('get', '/inOutWarehouseTask/selectInOutWarehouseNo', {
|
|
flag: 2,
|
|
flag: 2,
|
|
- warehouseName:this.warehouseName,
|
|
|
|
- agentKey : this.userInfo.id
|
|
|
|
|
|
+ warehouseName: this.warehouseName,
|
|
|
|
+ agentKey: this.userInfo.id
|
|
}).then(res => {
|
|
}).then(res => {
|
|
this.inOutNoList = res.data.data
|
|
this.inOutNoList = res.data.data
|
|
- if(this.inOutNoList.length > 0){
|
|
|
|
|
|
+ if (this.inOutNoList.length > 0) {
|
|
this.detailData.inOutTaskNo = this.inOutNoList[0].inOutTaskNo
|
|
this.detailData.inOutTaskNo = this.inOutNoList[0].inOutTaskNo
|
|
- this.detailData.agent = this.inOutNoList[0].agent
|
|
|
|
- if (this.inOutNoList[0].contractNo) {
|
|
|
|
- this.detailData.contractNo = this.inOutNoList[0].contractNo
|
|
|
|
- } else {
|
|
|
|
- this.detailData.contractNo = this.inOutNoList[0].moveTaskNo
|
|
|
|
- }
|
|
|
|
- this.detailData.goodsName = this.inOutNoList[0].goodsName
|
|
|
|
- this.detailData.goodsNameKey = this.inOutNoList[0].goodsNameKey;
|
|
|
|
- this.detailData.grade = this.inOutNoList[0].grade
|
|
|
|
- this.detailData.inOutType = this.inOutNoList[0].inOutType
|
|
|
|
- if (this.detailData.inOutType == '采购入库') {
|
|
|
|
- this.detailData.inOutTypeKey = 1
|
|
|
|
- } else if (this.detailData.inOutType == '移库入库') {
|
|
|
|
- this.detailData.inOutTypeKey = 3
|
|
|
|
- } else if (this.detailData.inOutType == '暂存入库') {
|
|
|
|
- this.detailData.inOutTypeKey = 4
|
|
|
|
- } else if (this.detailData.inOutType == '贸易服务入库') {
|
|
|
|
- this.detailData.inOutTypeKey = 5
|
|
|
|
- } else if (this.detailData.inOutType == '退库') {
|
|
|
|
- this.detailData.inOutTypeKey = 6
|
|
|
|
- }
|
|
|
|
- //查询所有的合同 进行获取车牌号
|
|
|
|
- this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
|
- flag: 7,
|
|
|
|
- compId: helper.erpWarehouse.compId,
|
|
|
|
- }).then(res => {
|
|
|
|
- if (res.data.code == 200) {
|
|
|
|
- for(let i = 0 ; i < res.data.data.length ; i++){
|
|
|
|
|
|
+ this.detailData.agent = this.inOutNoList[0].agent
|
|
|
|
+ if (this.inOutNoList[0].contractNo) {
|
|
|
|
+ this.detailData.contractNo = this.inOutNoList[0].contractNo
|
|
|
|
+ } else {
|
|
|
|
+ this.detailData.contractNo = this.inOutNoList[0].moveTaskNo
|
|
|
|
+ }
|
|
|
|
+ this.detailData.goodsName = this.inOutNoList[0].goodsName
|
|
|
|
+ this.detailData.goodsNameKey = this.inOutNoList[0].goodsNameKey;
|
|
|
|
+ this.detailData.grade = this.inOutNoList[0].grade
|
|
|
|
+ this.detailData.inOutType = this.inOutNoList[0].inOutType
|
|
|
|
+ if (this.detailData.inOutType == '采购入库') {
|
|
|
|
+ this.detailData.inOutTypeKey = 1
|
|
|
|
+ } else if (this.detailData.inOutType == '移库入库') {
|
|
|
|
+ this.detailData.inOutTypeKey = 3
|
|
|
|
+ } else if (this.detailData.inOutType == '暂存入库') {
|
|
|
|
+ this.detailData.inOutTypeKey = 4
|
|
|
|
+ } else if (this.detailData.inOutType == '贸易服务入库') {
|
|
|
|
+ this.detailData.inOutTypeKey = 5
|
|
|
|
+ } else if (this.detailData.inOutType == '退库') {
|
|
|
|
+ this.detailData.inOutTypeKey = 6
|
|
|
|
+ }
|
|
|
|
+ //查询所有的合同 进行获取车牌号
|
|
|
|
+ this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
|
+ flag: 7,
|
|
|
|
+ compId: helper.erpWarehouse.compId,
|
|
|
|
+ }).then(res => {
|
|
|
|
+ if (res.data.code == 200) {
|
|
|
|
+ for (let i = 0; i < res.data.data.length; i++) {
|
|
// "MYCGYMHLJ2021102401"
|
|
// "MYCGYMHLJ2021102401"
|
|
- if(res.data.data[i].contractNo == this.detailData.contractNo){//如果查到该合同
|
|
|
|
- if(res.data.data[i].deliverType == "1"){//判断自运1,他运2合同
|
|
|
|
- this.showCar = true
|
|
|
|
- }else{
|
|
|
|
- this.showCar = false
|
|
|
|
- }
|
|
|
|
- if(res.data.data[i].tranCarInfoList){
|
|
|
|
- this.carList = res.data.data[i].tranCarInfoList //车牌号下拉列表
|
|
|
|
|
|
+ if (res.data.data[i].contractNo == this.detailData
|
|
|
|
+ .contractNo) { //如果查到该合同
|
|
|
|
+ if (res.data.data[i].deliverType == "1") { //判断自运1,他运2合同
|
|
|
|
+ this.showCar = true
|
|
|
|
+ } else {
|
|
|
|
+ this.showCar = false
|
|
|
|
+ }
|
|
|
|
+ if (res.data.data[i].tranCarInfoList) {
|
|
|
|
+ this.carList = res.data.data[i].tranCarInfoList //车牌号下拉列表
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ uni.hideLoading()
|
|
}
|
|
}
|
|
- }
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
|
|
+ })
|
|
|
|
+ }
|
|
})
|
|
})
|
|
this.$api.doRequest('get', 'warehouseBaseInfo/selectContractNoList', ).then(res => {
|
|
this.$api.doRequest('get', 'warehouseBaseInfo/selectContractNoList', ).then(res => {
|
|
this.contractNoList = res.data.data
|
|
this.contractNoList = res.data.data
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
|
|
if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
- if(this.contractNoList[i].unitContractPrice){
|
|
|
|
- this.detailData.tips = '卖方' + this.contractNoList[i].seller+
|
|
|
|
- '( ' +
|
|
|
|
- this.contractNoList[i].unitContractPrice +
|
|
|
|
- '元/吨)'
|
|
|
|
- }else{
|
|
|
|
|
|
+ if (this.contractNoList[i].unitContractPrice) {
|
|
|
|
+ this.detailData.tips = '卖方' + this.contractNoList[i].seller +
|
|
|
|
+ '( ' +
|
|
|
|
+ this.contractNoList[i].unitContractPrice +
|
|
|
|
+ '元/吨)'
|
|
|
|
+ } else {
|
|
this.detailData.tips = '卖方' + this.contractNoList[i].seller
|
|
this.detailData.tips = '卖方' + this.contractNoList[i].seller
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
this.detailData.tips = '出货库' + this.inOutNoList[0].warehouseName
|
|
this.detailData.tips = '出货库' + this.inOutNoList[0].warehouseName
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
@@ -508,14 +534,16 @@
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
|
|
if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
- this.detailData.tips = '卖方' + this.contractNoList[i].seller+'('+this.contractNoList[i].unitContractPrice+'元/吨)'
|
|
|
|
|
|
+ this.detailData.tips = '卖方' + this.contractNoList[i].seller + '(' + this.contractNoList[i]
|
|
|
|
+ .unitContractPrice + '元/吨)'
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
- if(this.contractNoList[i].unitContractPrice){
|
|
|
|
- this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse+'('+this.contractNoList[i].unitContractPrice+'元/吨)'
|
|
|
|
- }else{
|
|
|
|
|
|
+ if (this.contractNoList[i].unitContractPrice) {
|
|
|
|
+ this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse + '(' + this
|
|
|
|
+ .contractNoList[i].unitContractPrice + '元/吨)'
|
|
|
|
+ } else {
|
|
this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse
|
|
this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
if (this.contractNoList[i].contractNo) {
|
|
if (this.contractNoList[i].contractNo) {
|
|
this.deptBudgetList.tips = '买方' + this.contractNoList[i].buyer
|
|
this.deptBudgetList.tips = '买方' + this.contractNoList[i].buyer
|
|
@@ -585,6 +613,8 @@
|
|
carPicker(e) {
|
|
carPicker(e) {
|
|
// this.detailData.gradeKey = e[0] + 1
|
|
// this.detailData.gradeKey = e[0] + 1
|
|
this.detailData.carNo = this.carList[e].carNo
|
|
this.detailData.carNo = this.carList[e].carNo
|
|
|
|
+ this.detailData.tranCarNo = this.carList[e].tranCarNo
|
|
|
|
+ this.detailData.carId = this.carList[e].id
|
|
},
|
|
},
|
|
handlerPicker(e) {
|
|
handlerPicker(e) {
|
|
console.log(e)
|
|
console.log(e)
|