Browse Source

完善其他出库流程

master
myTest383 6 months ago
parent
commit
4033ac5db9
  1. 3
      yxt-as-ui/src/views/storage/outStorage/otherOutbound/otherOutbound.vue

3
yxt-as-ui/src/views/storage/outStorage/otherOutbound/otherOutbound.vue

@ -61,7 +61,8 @@
<el-table-column fixed width="60" label="序号" type="index" :index="indexMethod" align="center" />
<el-table-column fixed label="操作" align="center" width="150">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="toEdit(scope.row)">办理</el-button>
<el-button type="primary" size="mini" @click="toEdit(scope.row)"
:disabled="scope.row.nodeState =='发起申请' ? false : scope.row.nodeState == '待提交' ? false : true">办理</el-button>
<el-button type="primary" size="mini" @click="toRelevancy(scope.row)">查看</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save