|
|
|
@ -51,9 +51,9 @@ |
|
|
|
<el-form-item label=" "> |
|
|
|
<el-button @click="exportGoodsList()" type="primary" style="margin-left: 2px">{{'导出出口货物委托书'}}</el-button> |
|
|
|
</el-form-item> |
|
|
|
<!-- <el-form-item label=" "> |
|
|
|
<el-form-item label=" "> |
|
|
|
<el-button @click="exportContract()" type="primary" style="margin-left: 2px">{{'导出合同'}}</el-button> |
|
|
|
</el-form-item>--> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
|
|
|
|
<el-table |
|
|
|
@ -123,30 +123,20 @@ |
|
|
|
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" style="width: 100px; height: 80px"/></span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<!-- <el-table-column--> |
|
|
|
<!-- fixed="left"--> |
|
|
|
<!-- header-align="center"--> |
|
|
|
<!-- align="center"--> |
|
|
|
<!-- width="100"--> |
|
|
|
<!-- label="操作">--> |
|
|
|
<!-- <template slot-scope="scope">--> |
|
|
|
<!-- <a v-if="currentRow.notifyStatus==='已计划'" type="text" size="small" @click="openUpdateDetailModel(scope.row)">修改</a>--> |
|
|
|
<!-- <a v-if="currentRow.notifyStatus==='已计划'" type="text" size="small" @click="deleteDelDetail(scope.row)">删除</a>--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </el-table-column>--> |
|
|
|
</el-table> |
|
|
|
</el-tab-pane> |
|
|
|
</el-tabs> |
|
|
|
<el-dialog title="导出报关要素" :close-on-click-modal="false" v-drag :visible.sync="brandTypeFlag" width="400px"> |
|
|
|
<el-form label-position="top" style="margin-left: 7px;margin-top: 10px;"> |
|
|
|
<el-dialog title="导出报关要素" :close-on-click-modal="false" v-drag :visible.sync="brandTypeFlag" |
|
|
|
:width="(currentRow.buNo==='02-Hardtag' || currentRow.buNo==='04-MHM')?'600px':'300px'"> |
|
|
|
<el-form label-position="top" style="margin-left: 7px;margin-top: 10px;margin-bottom: 20px"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item :label="''" > |
|
|
|
<el-col :span="(currentRow.buNo==='02-Hardtag' || currentRow.buNo==='04-MHM')?12:24"> |
|
|
|
<el-form-item :label="'品牌'" > |
|
|
|
<el-radio v-model="brandType" label="境外品牌(其他)">境外品牌(其他)</el-radio> |
|
|
|
<el-radio v-model="brandType" label="无品牌">无品牌</el-radio> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="(currentRow.buNo==='02-Hardtag' || currentRow.buNo==='04-MHM')?12:24"> |
|
|
|
<el-form-item :label="'品名类型'" > |
|
|
|
<el-radio v-model="hsCodeDescType" label="Y">中文</el-radio> |
|
|
|
<el-radio style="margin-left: 102px;" v-model="hsCodeDescType" label="N">英文</el-radio> |
|
|
|
|