|
@@ -34,8 +34,8 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="inOutTaskNo" label="任务编号" width="160"></el-table-column>
|
|
|
- <el-table-column prop="contractNo" label="合同编号" width="160">
|
|
|
- <!-- <template scope="scope">
|
|
|
+ <el-table-column prop="contractNo" label="合同编号/移库编号" width="160">
|
|
|
+ <template scope="scope">
|
|
|
<div
|
|
|
v-if="
|
|
|
scope.row.inOutType == '移库入库' ||
|
|
@@ -52,7 +52,7 @@
|
|
|
>
|
|
|
{{ scope.row.contractNo }}
|
|
|
</div>
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="warehouseName" class="table_td" label="仓库名"></el-table-column>
|
|
|
<el-table-column prop="inOutType" class="table_td" label="出入库类型"></el-table-column>
|