|
@@ -2294,10 +2294,13 @@ export default {
|
|
|
let cang = {}
|
|
|
cang.value = this.weighingList.seller
|
|
|
cang.label = this.weighingList.seller
|
|
|
+ let cang1 = {}
|
|
|
+ cang1.value = this.weighingList.buyer
|
|
|
+ cang1.label = this.weighingList.buyer
|
|
|
if(this.warehouseName=='佳屹农仓储库'){
|
|
|
- if (this.check(this.weighingList.seller, 3)) {
|
|
|
- this.companyNameOptions.push(cang)
|
|
|
- this.companyName=this.weighingList.seller
|
|
|
+ if (this.check(this.weighingList.buyer, 3)) {
|
|
|
+ this.companyNameOptions.push(cang1)
|
|
|
+ this.companyName=this.weighingList.buyer
|
|
|
}
|
|
|
}else{
|
|
|
if (this.check(this.weighingList.seller, 1)) {
|
|
@@ -2305,9 +2308,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- let cang1 = {}
|
|
|
- cang1.value = this.weighingList.buyer
|
|
|
- cang1.label = this.weighingList.buyer
|
|
|
+
|
|
|
if (this.check(this.weighingList.buyer, 2)) {
|
|
|
this.companyNameEWOptions.push(cang1)
|
|
|
}
|