文档413V1
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<el-button :disabled="审批未通过===true" size="small" style="margin-left: 100px" type="distribution" @click="inputPassword()">领料确认</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
<div style="width: 21%;float: left;margin-right: 10px">
|
||||
<div style="width: 25%;float: left;margin-right: 10px">
|
||||
<el-card>
|
||||
<el-table :data="pickListTable1" :row-class-name="tableRowClassName" class="shenpi" highlight-current-row border size="mini" width="100%" height="570px" @row-click="clickList">
|
||||
<el-table-column prop="领料单编号" label="领料单编号" show-overflow-tooltip align="center" width="95px">
|
||||
@@ -33,7 +33,7 @@
|
||||
{{ scope.row.姓名 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" prop="备注" show-overflow-tooltip align="center" min-width="70px">
|
||||
<el-table-column label="备注" prop="备注" show-overflow-tooltip align="center" min-width="140px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.领料单备注 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user