|
@@ -2295,11 +2295,7 @@ export default {
|
|
|
message: '保存成功',
|
|
|
})
|
|
|
this.idPrint = response
|
|
|
- this.serviceManagementType=this.weighingList.serviceManagementType
|
|
|
- if(this.weighingList.serviceManagementType == 3){
|
|
|
- this.customerOptions.push({label:this.weighingList.seller,value:this.weighingList.seller})
|
|
|
- this.customer=this.weighingList.customer
|
|
|
- }
|
|
|
+
|
|
|
if (this.weighingList.serviceManagementType==1&&( this.warehouseName == '鲅鱼圈金信库' ||
|
|
|
this
|
|
|
.warehouseName == '洮南向阳乡金昊' || this
|
|
@@ -2438,6 +2434,12 @@ export default {
|
|
|
message: '保存成功',
|
|
|
})
|
|
|
this.idPrint = response
|
|
|
+ this.serviceManagementType=this.weighingList.serviceManagementType
|
|
|
+ if(this.weighingList.serviceManagementType == 3){
|
|
|
+ this.customerOptions=[{label:this.weighingList.customer,value:this.weighingList.customer}]
|
|
|
+ this.customerOptions.push({label:this.weighingList.seller,value:this.weighingList.seller})
|
|
|
+ this.customer=this.weighingList.customer
|
|
|
+ }
|
|
|
if (this.weighingList.serviceManagementType == 1 && (this.warehouseName == '鲅鱼圈金信库' || this
|
|
|
.warehouseName == '洮南向阳乡金昊' || this
|
|
|
.warehouseName == '白城内陆港' || this
|