|
@@ -592,7 +592,11 @@
|
|
|
}
|
|
|
this.carList = res.data.data.tranCarInfoList //车牌号下拉列表
|
|
|
}
|
|
|
+ else{
|
|
|
+ this.carList = []
|
|
|
+ }
|
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
|
+ this.detailData.inOutTypeKey=1
|
|
|
this.weightbills.buyer = this.inOutNoList[e[0]].buyer
|
|
|
if(uni.getStorageSync('compName1')){
|
|
|
this.weightbills.seller = uni.getStorageSync('compName1').company
|
|
@@ -608,6 +612,7 @@
|
|
|
this.detailData.cost=''
|
|
|
}
|
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
|
+ this.detailData.inOutTypeKey=3
|
|
|
this.weightbills.buyer = this.inOutNoList[e[0]].receiveWarehouse
|
|
|
if(uni.getStorageSync('compName1')){
|
|
|
this.weightbills.seller = uni.getStorageSync('compName1').company
|