|
|
@@ -25,13 +25,13 @@
|
|
|
style="width: 100%"
|
|
|
class="table-headermd"
|
|
|
:span-method="objectSpanMethod">
|
|
|
- <el-table-column prop="collectionName" label="物料类型" width="180" align="center">
|
|
|
+ <!-- <el-table-column prop="collectionName" label="物料类型" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span class="tipTitle" @click="tipTitle(scope.row.signDictype)">{{
|
|
|
scope.row.signDictype
|
|
|
}}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="collectionName" label="物料名称" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span class="tipTitle" @click="tipTitle(scope.row.collectionName)">{{
|
|
|
@@ -39,8 +39,9 @@
|
|
|
}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="inventoryNum" width="180" label="库存" align="center" />
|
|
|
+ <el-table-column prop="inventoryNum" width="200" label="库存" align="center" />
|
|
|
<el-table-column prop="yfNum" key="yfNum" width="200" v-if="yfNumFlage" label="应发本数" />
|
|
|
+ <el-table-column prop="inventorySentNum" key="inventorySentNum" width="200" label="已发数量" />
|
|
|
<el-table-column prop="address" align="center">
|
|
|
<template slot="header">
|
|
|
<span>发放量</span>
|