|
@@ -48,24 +48,6 @@
|
|
|
</template>
|
|
|
{{ resData.createTime }}
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
- <template slot="label">
|
|
|
- 更新人
|
|
|
- </template>
|
|
|
- {{ resData.updateBy }}
|
|
|
- </el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
- <template slot="label">
|
|
|
- 更新人名称
|
|
|
- </template>
|
|
|
- {{ resData.updateByName }}
|
|
|
- </el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
- <template slot="label">
|
|
|
- 更新时间
|
|
|
- </template>
|
|
|
- {{ resData.updateTime }}
|
|
|
- </el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
|
|
|
<el-table style="margin-top: 50px" :data="tableList2">
|
|
@@ -83,7 +65,6 @@
|
|
|
<el-table-column show-overflow-tooltip prop="qty" label="可用量" width="150"></el-table-column>
|
|
|
<el-table-column show-overflow-tooltip prop="usedQty" label="已用量" width="150"></el-table-column>
|
|
|
<el-table-column show-overflow-tooltip prop="createTime" label="创建时间" width="200"></el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip prop="updateTime" label="更新时间" width="200"></el-table-column>
|
|
|
</el-table>
|
|
|
<el-table style="margin-top: 50px" :data="tableList3">
|
|
|
<el-table-column show-overflow-tooltip prop="materialCode" label="物料编码" width="150"></el-table-column>
|
|
@@ -103,7 +84,6 @@
|
|
|
<!-- <el-table-column show-overflow-tooltip prop="storageAllocation" label="调入货位" width="150"></el-table-column> -->
|
|
|
<el-table-column show-overflow-tooltip prop="storageAllocationName" label="调入货位名称" width="150"></el-table-column>
|
|
|
<el-table-column show-overflow-tooltip prop="createTime" label="创建时间" width="200"></el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip prop="updateTime" label="更新时间" width="200"></el-table-column>
|
|
|
</el-table>
|
|
|
</el-dialog>
|
|
|
</div>
|