|
@@ -96,8 +96,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="PORT OF LOADING" prop="polEnName" >
|
|
|
- <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.polEnName"
|
|
|
+ <el-form-item label="PORT OF LOADING" prop="polNamePrint" >
|
|
|
+ <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.polNamePrint"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -105,8 +105,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="10">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="FINAL DESTINATION(for the Merchant's reference only" prop="value3" >
|
|
|
- <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.value3"
|
|
|
+ <el-form-item label="FINAL DESTINATION(for the Merchant's reference only" prop="finalDestinationNamePrint" >
|
|
|
+ <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.finalDestinationNamePrint"
|
|
|
size="small" autocomplete="off" clearable
|
|
|
placeholder="" >
|
|
|
</el-input>
|
|
@@ -117,8 +117,8 @@
|
|
|
<el-row>
|
|
|
<el-col :span="7">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="PORT OF DISCHARGE" prop="destinationNamePrint" >
|
|
|
- <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.destinationNamePrint"
|
|
|
+ <el-form-item label="PORT OF DISCHARGE" prop="podNamePrint" >
|
|
|
+ <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.podNamePrint"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -126,8 +126,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="PLACE OF DELIVERY" prop="podEnName" >
|
|
|
- <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.podEnName"
|
|
|
+ <el-form-item label="PLACE OF DELIVERY" prop="destinationNamePrint" >
|
|
|
+ <el-input type="textarea" :rows="2" style="width: 100%;" v-model="documentForm.destinationNamePrint"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -152,19 +152,19 @@
|
|
|
<el-col :span="6">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
<el-form-item label="CNTR.NOS.W/SEAL NOS.MARKS & NUMBERS" prop="marks" >
|
|
|
- <el-input type="textarea" :rows="5" style="width: 100%;" v-model="documentForm.marks"
|
|
|
- size="small" autocomplete="off" clearable >
|
|
|
- </el-input>
|
|
|
- <el-input type="textarea" :rows="5" style="width: 100%;" v-model="documentForm.cntryString"
|
|
|
+ <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.marks"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
+<!-- <el-input type="textarea" :rows="5" style="width: 100%;" v-model="documentForm.cntryString"-->
|
|
|
+<!-- size="small" autocomplete="off" clearable >-->
|
|
|
+<!-- </el-input>-->
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="QUANTITY(FOR CUSTOMS DECLARATION ONLY)" prop="quantity" >
|
|
|
- <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.quantity"
|
|
|
+ <el-form-item label="QUANTITY(FOR CUSTOMS DECLARATION ONLY)" prop="numOfContainersOrPackages" >
|
|
|
+ <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.numOfContainersOrPackages"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -181,8 +181,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="3">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="GROSS WEIGHT" prop="grossWeight" >
|
|
|
- <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.grossWeight"
|
|
|
+ <el-form-item label="GROSS WEIGHT" prop="grossWeightOfBL" >
|
|
|
+ <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.grossWeightOfBL"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
@@ -190,8 +190,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|
|
|
<div style="border: 1px solid #000;">
|
|
|
- <el-form-item label="GROSS MEASUREMENT" prop="measurement" >
|
|
|
- <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.measurement"
|
|
|
+ <el-form-item label="GROSS MEASUREMENT" prop="measurementOfBL" >
|
|
|
+ <el-input type="textarea" :rows="10" style="width: 100%;" v-model="documentForm.measurementOfBL"
|
|
|
size="small" autocomplete="off" clearable >
|
|
|
</el-input>
|
|
|
</el-form-item>
|