|
@@ -434,7 +434,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <el-col :span="8">
|
|
|
+ <!-- <el-col :span="8">
|
|
|
<el-form-item label="预计开船日期" prop="fEtd" label-width="110px">
|
|
|
<el-date-picker
|
|
|
v-model="form.fEtd"
|
|
@@ -471,7 +471,7 @@
|
|
|
>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
|
|
|
<el-col :span="8">
|
|
|
<el-form-item prop="fBegindate" label="有效期起" label-width="110px">
|
|
@@ -497,7 +497,7 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
+ <!-- <el-col :span="8">
|
|
|
<el-form-item label="总teu" prop="fTeu" label-width="110px">
|
|
|
<el-input
|
|
|
v-model="form.fTeu"
|
|
@@ -507,9 +507,9 @@
|
|
|
>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+ </el-col> -->
|
|
|
+ <!-- </el-row>
|
|
|
+ <el-row> -->
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="航期" prop="fDates" label-width="110px">
|
|
|
<el-select
|