Commit 4ea013d1 authored by jzc's avatar jzc

调整申请单字段展示

parent d232e848
......@@ -141,7 +141,7 @@
<span>{{ parseTime(scope.row.endTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column label="申请数量" align="center" prop="requestNum" />
<el-table-column label="数量" align="center" prop="requestNum" />
<!-- <el-table-column label="编排单号" align="center" prop="arrangeCode" /> -->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
......
......@@ -26,7 +26,7 @@
<el-form-item label="物料id" prop="itemId">
<el-input v-model="form.itemId" placeholder="请输入物料id" />
</el-form-item>
<el-form-item label="数量" prop="allQuantity">
<el-form-item label="数量" prop="allQuantity">
<el-input v-model="form.allQuantity" placeholder="请输入总数量" />
</el-form-item>
<el-form-item label="预计使用寿命" prop="nextMaintenPeriod">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment