|
@@ -135,6 +135,26 @@
|
|
|
<view class="unit">年</view>
|
|
<view class="unit">年</view>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="line">
|
|
|
|
|
+ <div class="info-line">
|
|
|
|
|
+ <div class="info-line-title">吃水</div>
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ class="info-line-text"
|
|
|
|
|
+ v-model="shipInfos[currentIndex].loadTons"
|
|
|
|
|
+ :disabled="shipInfoDisabled"
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ <view class="unit">米</view>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="info-line">
|
|
|
|
|
+ <div class="info-line-title">载重吨位</div>
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ class="info-line-text"
|
|
|
|
|
+ v-model="shipInfos[currentIndex].age"
|
|
|
|
|
+ :disabled="shipInfoDisabled"
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ <view class="unit">吨</view>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="max-width: 1200px">
|
|
<div style="max-width: 1200px">
|
|
|
<div class="container-title">船舶证书</div>
|
|
<div class="container-title">船舶证书</div>
|
|
@@ -312,7 +332,7 @@ let initShipInfo = {
|
|
|
certs: [],
|
|
certs: [],
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- typeName: "船舶年审合格证书",
|
|
|
|
|
|
|
+ typeName: "船舶营运证书",
|
|
|
type: 3,
|
|
type: 3,
|
|
|
date: "",
|
|
date: "",
|
|
|
startValidTime: "",
|
|
startValidTime: "",
|
|
@@ -356,7 +376,7 @@ async function searchShip(e) {
|
|
|
data.result.shipCerts[0].typeName = "船舶主要项目页";
|
|
data.result.shipCerts[0].typeName = "船舶主要项目页";
|
|
|
data.result.shipCerts[1].typeName = "船舶国籍证书";
|
|
data.result.shipCerts[1].typeName = "船舶国籍证书";
|
|
|
data.result.shipCerts[2].typeName = "内河船舶适航证书";
|
|
data.result.shipCerts[2].typeName = "内河船舶适航证书";
|
|
|
- data.result.shipCerts[3].typeName = "船舶年审合格证书";
|
|
|
|
|
|
|
+ data.result.shipCerts[3].typeName = "船舶营运证书";
|
|
|
data.result.shipCerts[4].typeName = "内河船舶最低安全配员证书";
|
|
data.result.shipCerts[4].typeName = "内河船舶最低安全配员证书";
|
|
|
data.result.shipCerts[5].typeName = "船舶保险";
|
|
data.result.shipCerts[5].typeName = "船舶保险";
|
|
|
for (let i of data.result.shipCerts) {
|
|
for (let i of data.result.shipCerts) {
|