|
@@ -98,50 +98,77 @@
|
|
|
label="仓库名称"
|
|
|
prop="wsm_name"
|
|
|
show-overflow-tooltip
|
|
|
- width="150"
|
|
|
- />
|
|
|
+ min-width="150"
|
|
|
+ >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div style="display:flex;align-items:center">
|
|
|
+ <el-tooltip :content="'仓库编码 : ' + scope.row.wsm_code" placement="top">
|
|
|
+ <i class="el-icon-warning-outline" style="margin-right:2px;cursor:pointer" />
|
|
|
+ </el-tooltip>
|
|
|
+ <p>{{scope.row.wsm_name}}</p>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
label="仓库负责人"
|
|
|
prop="contactor_name"
|
|
|
show-overflow-tooltip
|
|
|
width="120"
|
|
|
/>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
label="仓库编码"
|
|
|
prop="wsm_code"
|
|
|
show-overflow-tooltip
|
|
|
width="170"
|
|
|
- ></el-table-column>
|
|
|
+ ></el-table-column> -->
|
|
|
<el-table-column
|
|
|
label="仓库所在公司名称"
|
|
|
prop="supplierName"
|
|
|
show-overflow-tooltip
|
|
|
- width="150"
|
|
|
- />
|
|
|
+ min-width="150"
|
|
|
+ >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div style="display:flex;align-items:center">
|
|
|
+ <el-tooltip :content="'仓库所在公司编码 : ' + scope.row.supplierNo" placement="top">
|
|
|
+ <i class="el-icon-warning-outline" style="margin-right:2px;cursor:pointer" />
|
|
|
+ </el-tooltip>
|
|
|
+ <p>{{scope.row.supplierName}}</p>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
label="供应商负责人"
|
|
|
prop="person"
|
|
|
show-overflow-tooltip
|
|
|
width="120"
|
|
|
/>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
label="仓库所在公司编码"
|
|
|
prop="supplierNo"
|
|
|
show-overflow-tooltip
|
|
|
width="160"
|
|
|
- ></el-table-column>
|
|
|
+ ></el-table-column> -->
|
|
|
<el-table-column
|
|
|
label="仓库业务公司名称"
|
|
|
prop="company"
|
|
|
show-overflow-tooltip
|
|
|
- width="150"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
+ min-width="150"
|
|
|
+ >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div style="display:flex;align-items:center">
|
|
|
+ <el-tooltip :content="'仓库业务公司名称 : ' + scope.row.companyNo" placement="top">
|
|
|
+ <i class="el-icon-warning-outline" style="margin-right:2px;cursor:pointer" />
|
|
|
+ </el-tooltip>
|
|
|
+ <p>{{scope.row.company}}</p>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <!-- <el-table-column
|
|
|
label="仓库业务公司编码"
|
|
|
prop="companyNo"
|
|
|
show-overflow-tooltip
|
|
|
width="160"
|
|
|
- ></el-table-column>
|
|
|
+ ></el-table-column> -->
|
|
|
<el-table-column
|
|
|
label="当前库存"
|
|
|
width="100"
|