|
@@ -32,7 +32,7 @@
|
|
<div>{{tpyeNo == 1?'皮重':'毛重'}} </div>
|
|
<div>{{tpyeNo == 1?'皮重':'毛重'}} </div>
|
|
<div class="confirmInfo">
|
|
<div class="confirmInfo">
|
|
<div class="car-type">车牌号</div>
|
|
<div class="car-type">车牌号</div>
|
|
- <div class="car-no">{{ carWeightInfo.carNumber }}</div>
|
|
|
|
|
|
+ <div class="car-no">{{ weighingList.carNumber }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="confirmInfo">
|
|
<div class="confirmInfo">
|
|
<div class="car-type">浮动重量</div>
|
|
<div class="car-type">浮动重量</div>
|
|
@@ -399,10 +399,14 @@
|
|
this.selectWarehouse()
|
|
this.selectWarehouse()
|
|
this.showType = this.isShow
|
|
this.showType = this.isShow
|
|
this.openPort()
|
|
this.openPort()
|
|
- this.getNowTime()
|
|
|
|
|
|
+ this.getNowTime()
|
|
},
|
|
},
|
|
activated() {
|
|
activated() {
|
|
-
|
|
|
|
|
|
+ if( localStorage.getItem('houseSelfCollect_house1').allowEdit == 1){
|
|
|
|
+ this.disabled = false
|
|
|
|
+ }else{
|
|
|
|
+ this.disabled = true
|
|
|
|
+ }
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
statustypechangelist(status){
|
|
statustypechangelist(status){
|
|
@@ -924,6 +928,11 @@
|
|
count:this.warehouseList1[i].count,
|
|
count:this.warehouseList1[i].count,
|
|
warehouseId:this.warehouseList1[i].id
|
|
warehouseId:this.warehouseList1[i].id
|
|
}))
|
|
}))
|
|
|
|
+ if( this.warehouseList1[i].allowEdit == 1){
|
|
|
|
+ this.disabled = false
|
|
|
|
+ }else{
|
|
|
|
+ this.disabled = true
|
|
|
|
+ }
|
|
this.positionInfos=this.warehouseList1[i].positionInfos
|
|
this.positionInfos=this.warehouseList1[i].positionInfos
|
|
this.warehouseCount = this.warehouseList1[i].count
|
|
this.warehouseCount = this.warehouseList1[i].count
|
|
this.warehouseNo = this.warehouseList1[i].commonWarehouseNo
|
|
this.warehouseNo = this.warehouseList1[i].commonWarehouseNo
|
|
@@ -1073,7 +1082,8 @@
|
|
},
|
|
},
|
|
carChange(e) {
|
|
carChange(e) {
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
- if (this.tranCarInfoList[i].carNo == this.deptBudgetList.carNo) {
|
|
|
|
|
|
+ if (this.tranCarInfoList[i].carNo == this.weighingList.carNo) {
|
|
|
|
+ this.weighingList.carNumber =this.tranCarInfoList[i].carNo
|
|
this.weighingList.tranCarNo = this.tranCarInfoList[i].tranCarNo
|
|
this.weighingList.tranCarNo = this.tranCarInfoList[i].tranCarNo
|
|
this.weighingList.carId = this.tranCarInfoList[i].id
|
|
this.weighingList.carId = this.tranCarInfoList[i].id
|
|
}
|
|
}
|
|
@@ -1187,6 +1197,11 @@
|
|
this.warehouseCount = response[i].count
|
|
this.warehouseCount = response[i].count
|
|
this.warehouseNo = response[i].commonWarehouseNo
|
|
this.warehouseNo = response[i].commonWarehouseNo
|
|
this.warehouseType=response[i].warehouseType
|
|
this.warehouseType=response[i].warehouseType
|
|
|
|
+ if( response[i].allowEdit == 1){
|
|
|
|
+ this.disabled = false
|
|
|
|
+ }else{
|
|
|
|
+ this.disabled = true
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (!_wareHouse) {
|
|
if (!_wareHouse) {
|
|
this.warehouseName = this.warehouseList[0].value
|
|
this.warehouseName = this.warehouseList[0].value
|