Commit e5458876 authored by 沈翠玲's avatar 沈翠玲

修改问题

parent 1043fb47
...@@ -128,6 +128,7 @@ export default { ...@@ -128,6 +128,7 @@ export default {
pageSize: 10, pageSize: 10,
shiftName: null, shiftName: null,
isWork: 1, isWork: 1,
operType: 0,
theDay: this.theDay theDay: this.theDay
}, },
// 表单参数 // 表单参数
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<el-table :data="tableData" @selection-change="handleSelectionChange"> <el-table :data="tableData" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" align="center" /> --> <!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="物料名称" align="center" prop="itemName" width="125" /> <el-table-column label="物料名称" align="center" prop="itemName" width="300" />
<el-table-column label="物料编号" align="center" prop="sapItemCode" /> <el-table-column label="物料编号" align="center" prop="sapItemCode" />
<el-table-column <el-table-column
label="组件数量" label="组件数量"
......
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