|  | @@ -16,17 +16,17 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  <!--    </div>-->
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                <el-dropdown style="line-height: 0">
 | 
	
		
			
				|  |  | -                    <el-button size="small" type="success" style="margin-right: 8px"
 | 
	
		
			
				|  |  | -                               :loading="saveLoading" :disabled="!form.id" >
 | 
	
		
			
				|  |  | -                        发送 EDI<i class="el-icon-arrow-down el-icon--right"></i>
 | 
	
		
			
				|  |  | -                    </el-button>
 | 
	
		
			
				|  |  | -                    <el-dropdown-menu slot="dropdown">
 | 
	
		
			
				|  |  | -                        <el-dropdown-item v-for="item in ediData" :key="item.id"
 | 
	
		
			
				|  |  | -                                          @click.native="editypesSendingEdifun(item)">{{item.cnName}}
 | 
	
		
			
				|  |  | -                        </el-dropdown-item>
 | 
	
		
			
				|  |  | -                    </el-dropdown-menu>
 | 
	
		
			
				|  |  | -                </el-dropdown>
 | 
	
		
			
				|  |  | +                <!--<el-dropdown style="line-height: 0">-->
 | 
	
		
			
				|  |  | +                <!--    <el-button size="small" type="success" style="margin-right: 8px"-->
 | 
	
		
			
				|  |  | +                <!--               :loading="saveLoading" :disabled="!form.id" >-->
 | 
	
		
			
				|  |  | +                <!--        发送 EDI<i class="el-icon-arrow-down el-icon--right"></i>-->
 | 
	
		
			
				|  |  | +                <!--    </el-button>-->
 | 
	
		
			
				|  |  | +                <!--    <el-dropdown-menu slot="dropdown">-->
 | 
	
		
			
				|  |  | +                <!--        <el-dropdown-item v-for="item in ediData" :key="item.id"-->
 | 
	
		
			
				|  |  | +                <!--                          @click.native="editypesSendingEdifun(item)">{{item.cnName}}-->
 | 
	
		
			
				|  |  | +                <!--        </el-dropdown-item>-->
 | 
	
		
			
				|  |  | +                <!--    </el-dropdown-menu>-->
 | 
	
		
			
				|  |  | +                <!--</el-dropdown>-->
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  <el-button size="small" style="margin-right: 8px"
 | 
	
		
			
				|  |  |                             :loading="saveLoading" @click="previewDialogfun" >预 览
 | 
	
	
		
			
				|  | @@ -212,9 +212,7 @@
 | 
	
		
			
				|  |  |                                                            clearable :placeholder="'请输入' + item.text || ''" ></el-input>
 | 
	
		
			
				|  |  |                                              </el-form-item>
 | 
	
		
			
				|  |  |                                          </div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |                                      </el-col>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |                                  </el-row>
 | 
	
		
			
				|  |  |                              </basic-container>
 | 
	
		
			
				|  |  |                          </el-form>
 | 
	
	
		
			
				|  | @@ -598,6 +596,12 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                                  }]
 | 
	
		
			
				|  |  |                              },
 | 
	
		
			
				|  |  |                          ],
 | 
	
		
			
				|  |  | +                        {
 | 
	
		
			
				|  |  | +                            label: "REF MBLNO", // Co-Loader 中文名称  往来单位 类别
 | 
	
		
			
				|  |  | +                            text:"REF MBLNO",
 | 
	
		
			
				|  |  | +                            prop: "refno",
 | 
	
		
			
				|  |  | +                            disabled:false,
 | 
	
		
			
				|  |  | +                        },
 | 
	
		
			
				|  |  |                      ]
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |                  activeName:'first',
 | 
	
	
		
			
				|  | @@ -627,6 +631,10 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                          value:'voyageNo',
 | 
	
		
			
				|  |  |                      },
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  | +                        name:'REF MBLNO',
 | 
	
		
			
				|  |  | +                        value:'refno',
 | 
	
		
			
				|  |  | +                    },
 | 
	
		
			
				|  |  | +                    {
 | 
	
		
			
				|  |  |                          name:'ETA',
 | 
	
		
			
				|  |  |                          value:'eta',
 | 
	
		
			
				|  |  |                      },
 | 
	
	
		
			
				|  | @@ -750,11 +758,13 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                      // 目的地
 | 
	
		
			
				|  |  |                      this.form.destinationName = res.data.data.polEnName
 | 
	
		
			
				|  |  |                      this.form.destinationId = res.data.data.polId
 | 
	
		
			
				|  |  | +                    this.form.destinationCode = res.data.data.polCode
 | 
	
		
			
				|  |  |                      this.form.destinationNamePrint = res.data.data.polEnName
 | 
	
		
			
				|  |  |                      // 卸货港
 | 
	
		
			
				|  |  |                      this.form.podCnName = res.data.data.polCnName
 | 
	
		
			
				|  |  |                      this.form.podEnName = res.data.data.polEnName
 | 
	
		
			
				|  |  |                      this.form.podId = res.data.data.polId
 | 
	
		
			
				|  |  | +                    this.form.podCode = res.data.data.polCode
 | 
	
		
			
				|  |  |                      this.form.podNamePrint = res.data.data.polEnName
 | 
	
		
			
				|  |  |                  })
 | 
	
		
			
				|  |  |              },
 | 
	
	
		
			
				|  | @@ -1456,6 +1466,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                              this.columnforfun('srcType').disabled = true
 | 
	
		
			
				|  |  |                              this.columnforfun('mblno').disabled = true
 | 
	
		
			
				|  |  |                              this.columnforfun('teamId').disabled = true
 | 
	
		
			
				|  |  | +                            this.columnforfun('refno').disabled = true
 | 
	
		
			
				|  |  |                              this.generateBillsfalse = true
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                          if (item.curCode == 'CNY') {
 | 
	
	
		
			
				|  | @@ -1480,6 +1491,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                              this.columnforfun('srcType').disabled = true
 | 
	
		
			
				|  |  |                              this.columnforfun('mblno').disabled = true
 | 
	
		
			
				|  |  |                              this.columnforfun('teamId').disabled = true
 | 
	
		
			
				|  |  | +                            this.columnforfun('refno').disabled = true
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                          if (item.curCode == 'CNY') {
 | 
	
		
			
				|  |  |                              this.$set(item,'rmbAmount',item.amount)
 | 
	
	
		
			
				|  | @@ -1515,6 +1527,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                      this.columnforfun('srcType').disabled = true
 | 
	
		
			
				|  |  |                      this.columnforfun('mblno').disabled = true
 | 
	
		
			
				|  |  |                      this.columnforfun('teamId').disabled = true
 | 
	
		
			
				|  |  | +                    this.columnforfun('refno').disabled = true
 | 
	
		
			
				|  |  |                      this.generateBillsfalse = true
 | 
	
		
			
				|  |  |                      this.pleasereviewType = true // 请核禁用
 | 
	
		
			
				|  |  |                  }else {
 | 
	
	
		
			
				|  | @@ -1523,6 +1536,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                      this.columnforfun('srcType').disabled = false
 | 
	
		
			
				|  |  |                      this.columnforfun('mblno').disabled = false
 | 
	
		
			
				|  |  |                      this.columnforfun('teamId').disabled = false
 | 
	
		
			
				|  |  | +                    this.columnforfun('refno').disabled = false
 | 
	
		
			
				|  |  |                      this.generateBillsfalse = false
 | 
	
		
			
				|  |  |                      this.pleasereviewType = false
 | 
	
		
			
				|  |  |                  }
 | 
	
	
		
			
				|  | @@ -1547,6 +1561,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                          this.columnforfun('srcType').disabled = true
 | 
	
		
			
				|  |  |                          this.columnforfun('mblno').disabled = true
 | 
	
		
			
				|  |  |                          this.columnforfun('teamId').disabled = true
 | 
	
		
			
				|  |  | +                        this.columnforfun('refno').disabled = true
 | 
	
		
			
				|  |  |                          this.generateBillsfalse = true
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      if (item.curCode == 'CNY') {
 | 
	
	
		
			
				|  | @@ -1571,6 +1586,7 @@ import {editypesList} from "@/api/iosBasicData/editypes";
 | 
	
		
			
				|  |  |                          this.columnforfun('srcType').disabled = true
 | 
	
		
			
				|  |  |                          this.columnforfun('mblno').disabled = true
 | 
	
		
			
				|  |  |                          this.columnforfun('teamId').disabled = true
 | 
	
		
			
				|  |  | +                        this.columnforfun('refno').disabled = true
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      if (item.curCode == 'CNY') {
 | 
	
		
			
				|  |  |                          this.$set(item,'rmbAmount',item.amount)
 |