|
@@ -202,14 +202,14 @@
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="船名" span="1" prop="shipName" v-if="weighingList.outType == '散船'">
|
|
|
<!-- <ws-input v-model="weighingList.shipName" placeholder="请输入船名" maxlength="20" size="small" /> -->
|
|
|
- <el-select :disabled="tpyeNo == 1" filterable clearable v-model="weighingList.shipName"
|
|
|
+ <el-select :disabled="tpyeNo == 2" filterable clearable v-model="weighingList.shipName"
|
|
|
placeholder="请选择船名" class="typeselect" @change="shipInfoChange($event)">
|
|
|
<el-option v-for="item in shipInfoList" :key="item.id" :label="item.shipName"
|
|
|
:value="item.shipName" />
|
|
|
</el-select>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="航次" span="1" prop="shipNumber" v-if="weighingList.outType == '散船'">
|
|
|
- <ws-inputc disabled v-model="weighingList.shipNumber" placeholder="请输入航次" maxlength="20" size="small" />
|
|
|
+ <ws-input disabled v-model="weighingList.shipNumber" placeholder="请输入航次" maxlength="20" size="small" />
|
|
|
</ws-form-item>
|
|
|
<ws-form-item v-if="tpyeNo == 2" label="毛重(KG)" span="1" prop="grossWeight">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-if="tpyeNo == 2"
|
|
@@ -1569,15 +1569,16 @@
|
|
|
id: response
|
|
|
})
|
|
|
.toPromise().then((response) => {
|
|
|
- this.weighingList = response
|
|
|
- this.inspect = JSON.parse(
|
|
|
- JSON.stringify(this.weighingList)
|
|
|
- )
|
|
|
+
|
|
|
if(this.warehouseName == '鲅鱼圈金信库' ||
|
|
|
this
|
|
|
.warehouseName == '哈尔滨依兰库' || this
|
|
|
.warehouseName == '白城内陆港'|| this
|
|
|
.warehouseName == '山东园丰库'){
|
|
|
+ this.weighingList = response
|
|
|
+ this.inspect = JSON.parse(
|
|
|
+ JSON.stringify(this.weighingList)
|
|
|
+ )
|
|
|
if(this.weighingList.contractManagement){
|
|
|
let cang = {}
|
|
|
cang.value = this.weighingList.contractManagement.seller
|
|
@@ -1593,7 +1594,6 @@
|
|
|
}
|
|
|
this.myCompanyCustomer = this.weighingList.contractManagement.buyer
|
|
|
}
|
|
|
- console.log(11111111111111111111)
|
|
|
|
|
|
this.isShowPrintType = true
|
|
|
}else{
|