存储方式变更
This commit is contained in:
@@ -38,16 +38,10 @@
|
||||
<el-table :data="dataList" v-loading="loading" ref="table" border highlight-current-row @sort-change="sortChange" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="50" align="center" />
|
||||
<el-table-column prop="id" label="主键" align="center" />
|
||||
<el-table-column prop="name" label="对应箱标签名称" align="center" :show-overflow-tooltip="true" />
|
||||
<el-table-column prop="fileUrl" label="Bartender打印文件对应地址" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-image class="table-td-thumb" fit="contain" :src="scope.row.fileUrl" :preview-src-list="[scope.row.fileUrl]">
|
||||
<div slot="error"><i class="el-icon-document" /></div>
|
||||
</el-image>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" label="对应箱标签名称" align="center" />
|
||||
<el-table-column prop="fileUrl" label="Bartender打印文件对应地址" align="center"> </el-table-column>
|
||||
<el-table-column prop="packageNum" label="满箱容量" align="center" />
|
||||
<el-table-column prop="checkStr" label="对应匹配零件描述的校验字段" align="center" :show-overflow-tooltip="true" />
|
||||
<el-table-column prop="checkStr" label="对应匹配零件描述的校验字段" align="center" />
|
||||
|
||||
<el-table-column label="操作" align="center" width="140">
|
||||
<template slot-scope="scope">
|
||||
@@ -74,7 +68,7 @@
|
||||
|
||||
<!-- 添加或修改质量后道外箱标签打印配置
|
||||
对话框 -->
|
||||
<el-dialog :title="title" :lock-scroll="false" :visible.sync="open">
|
||||
<el-dialog :title="title" :lock-scroll="false" width="50%" :visible.sync="open" :close-on-click-modal="false">
|
||||
<el-form ref="form" :model="form" :rules="rules" :label-width="formLabelWidth">
|
||||
<el-row :gutter="20">
|
||||
<el-col :lg="12" v-if="opertype == 2">
|
||||
@@ -89,7 +83,7 @@
|
||||
|
||||
<el-col :lg="24">
|
||||
<el-form-item label="Bartender打印文件对应地址" prop="fileUrl">
|
||||
<UploadImage v-model="form.fileUrl" column="fileUrl" @input="handleUploadSuccess" />
|
||||
<el-input v-model="form.fileUrl" placeholder="请输入文件对应地址绝对路径" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user