|
@@ -24,7 +24,7 @@
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
<el-input type="age" style="width: 100%;"
|
|
<el-input type="age" style="width: 100%;"
|
|
v-model="assemblyForm.detail.hshipperCntyName" size="small" autocomplete="off"
|
|
v-model="assemblyForm.detail.hshipperCntyName" size="small" autocomplete="off"
|
|
- :disabled="detailData.seeDisabled" clearable placeholder="发货人"></el-input>
|
|
|
|
|
|
+ :disabled="detailData.seeDisabled" clearable placeholder="发货人国家代码"></el-input>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -54,21 +54,25 @@
|
|
@corpFocus="remoteMethod($event, 'hconsignee')">
|
|
@corpFocus="remoteMethod($event, 'hconsignee')">
|
|
</search-query>
|
|
</search-query>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="4">
|
|
|
|
- <span style="padding-left: 10px"></span>
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+<!-- <span style="padding-left: 10px"></span>-->
|
|
<el-input type="age" style="width: 100%;"
|
|
<el-input type="age" style="width: 100%;"
|
|
v-model="assemblyForm.detail.hconsigneeCntyName" size="small" autocomplete="off"
|
|
v-model="assemblyForm.detail.hconsigneeCntyName" size="small" autocomplete="off"
|
|
- :disabled="detailData.seeDisabled" clearable placeholder="收货人"></el-input>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="4">
|
|
|
|
- <span style="margin-left: 20px"></span>
|
|
|
|
- <span style="font-size: 12px;color: #1e9fff;cursor: pointer;"
|
|
|
|
- @click="notifybyfun">同通</span>
|
|
|
|
|
|
+ :disabled="detailData.seeDisabled" clearable placeholder="收货人国家代码"></el-input>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+<!-- <el-col :span="4">-->
|
|
|
|
+<!-- <span style="margin-left: 20px"></span>-->
|
|
|
|
+<!-- <span style="font-size: 12px;color: #1e9fff;cursor: pointer;"-->
|
|
|
|
+<!-- @click="notifybyfun">同通</span>-->
|
|
|
|
+<!-- </el-col>-->
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<div>
|
|
<div>
|
|
- <el-form-item label="" prop="hconsigneeDetails">
|
|
|
|
|
|
+ <el-form-item label="同通" prop="hconsigneeDetails">
|
|
|
|
+ <span slot="label">
|
|
|
|
+ <span style="font-size: 12px;color: #1e9fff;cursor: pointer;"
|
|
|
|
+ @click="notifybyfun">同通</span>
|
|
|
|
+ </span>
|
|
<el-input type="textarea" style="width: 100%;"
|
|
<el-input type="textarea" style="width: 100%;"
|
|
v-model="assemblyForm.detail.hconsigneeDetails" size="small" autocomplete="off"
|
|
v-model="assemblyForm.detail.hconsigneeDetails" size="small" autocomplete="off"
|
|
:disabled="detailData.seeDisabled" rows="5" clearable placeholder="请输入收货人提单描述"
|
|
:disabled="detailData.seeDisabled" rows="5" clearable placeholder="请输入收货人提单描述"
|
|
@@ -93,25 +97,30 @@
|
|
</search-query>
|
|
</search-query>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div
|
|
|
|
- style="display: flex;align-items: center;justify-content: space-between;padding-left: 10px">
|
|
|
|
|
|
+ <!-- padding-left: 10px -->
|
|
|
|
+ <div style="display: flex;align-items: center;justify-content: space-between;">
|
|
<div style="flex: 4">
|
|
<div style="flex: 4">
|
|
<el-input type="age" style="width: 100%;"
|
|
<el-input type="age" style="width: 100%;"
|
|
v-model="assemblyForm.detail.hnotifyCntyName" size="small"
|
|
v-model="assemblyForm.detail.hnotifyCntyName" size="small"
|
|
autocomplete="off" :disabled="detailData.seeDisabled" clearable
|
|
autocomplete="off" :disabled="detailData.seeDisabled" clearable
|
|
- placeholder="通知人"></el-input>
|
|
|
|
|
|
+ placeholder="通知人国家代码"></el-input>
|
|
</div>
|
|
</div>
|
|
- <div style="flex: 1;margin-left: 10px">
|
|
|
|
- <el-button type="primary" icon="el-icon-plus" size="mini"
|
|
|
|
- @click="hnotifyClick"></el-button>
|
|
|
|
|
|
+<!-- <div style="flex: 1;margin-left: 10px">-->
|
|
|
|
+<!-- <el-button type="primary" icon="el-icon-plus" size="mini"-->
|
|
|
|
+<!-- @click="hnotifyClick"></el-button>-->
|
|
<!-- <div class="addbuttonClass" @click="hnotifyClick">+</div> -->
|
|
<!-- <div class="addbuttonClass" @click="hnotifyClick">+</div> -->
|
|
- </div>
|
|
|
|
|
|
+<!-- </div>-->
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<div>
|
|
<div>
|
|
<el-form-item label="" prop="hnotifyDetails">
|
|
<el-form-item label="" prop="hnotifyDetails">
|
|
|
|
+ <span slot="label">
|
|
|
|
+ <el-button type="primary" icon="el-icon-plus" size="mini"
|
|
|
|
+ @click="hnotifyClick"></el-button>
|
|
|
|
+ </span>
|
|
|
|
+
|
|
<el-input type="textarea" style="width: 100%;"
|
|
<el-input type="textarea" style="width: 100%;"
|
|
v-model="assemblyForm.detail.hnotifyDetails" size="small" autocomplete="off"
|
|
v-model="assemblyForm.detail.hnotifyDetails" size="small" autocomplete="off"
|
|
:disabled="detailData.seeDisabled" rows="5" clearable placeholder="请输入通知人提单描述"
|
|
:disabled="detailData.seeDisabled" rows="5" clearable placeholder="请输入通知人提单描述"
|
|
@@ -767,6 +776,7 @@
|
|
<!-- <el-input type="age" style="width: 100%;" v-model="assemblyForm.dgImdgCode" size="small"
|
|
<!-- <el-input type="age" style="width: 100%;" v-model="assemblyForm.dgImdgCode" size="small"
|
|
autocomplete="off" :disabled="detailData.seeDisabled" clearable
|
|
autocomplete="off" :disabled="detailData.seeDisabled" clearable
|
|
placeholder="请输入危险品类别"></el-input> -->
|
|
placeholder="请输入危险品类别"></el-input> -->
|
|
|
|
+<!-- -->
|
|
<dic-select v-model="assemblyForm.dgImdgCode" placeholder="危险品类别" key="dictKey"
|
|
<dic-select v-model="assemblyForm.dgImdgCode" placeholder="危险品类别" key="dictKey"
|
|
label="dictKey" keyValue="dictKey"
|
|
label="dictKey" keyValue="dictKey"
|
|
url="/blade-system/dict-biz/dictionary?code=dg_imdg_code" :filterable="true"
|
|
url="/blade-system/dict-biz/dictionary?code=dg_imdg_code" :filterable="true"
|