前端修改
This commit is contained in:
parent
8f541d2e3d
commit
6060f6f0fb
|
|
@ -176,9 +176,9 @@
|
|||
<el-button size="mini" plain icon="el-icon-zoom-in" @click="handleSee(scope.row, 'see')">
|
||||
查看
|
||||
</el-button>
|
||||
<el-button size="mini" type="warning" @click="handleReturn(scope.row, 'see')">
|
||||
<!-- <el-button size="mini" type="warning" @click="handleReturn(scope.row, 'see')">
|
||||
退料
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
<el-button size="mini" type="primary" @click="handlePrint(scope.row)">
|
||||
退料单
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
size="mini"
|
||||
type="primary"
|
||||
icon="el-icon-edit"
|
||||
v-show="scope.row.checkNum<scope.row.purchaseNum"
|
||||
v-show="scope.row.checkNum<scope.row.purchaseNum&&(scope.row.status==0||scope.row.status==1)"
|
||||
@click="handleCheck(scope.row)"
|
||||
>验收</el-button>
|
||||
<!-- <el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue