This commit is contained in:
parent
73e7caebf9
commit
02334dcdff
|
|
@ -100,7 +100,7 @@
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleUpdate(scope.row)"
|
@click="handleUpdate(scope.row)"
|
||||||
v-if="scope.row.taskStatus != 4"
|
v-if="scope.row.taskStatus == 1"
|
||||||
v-hasPermi="['purchase:info:edit']"
|
v-hasPermi="['purchase:info:edit']"
|
||||||
>
|
>
|
||||||
编辑
|
编辑
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleUpdate(scope.row)"
|
@click="handleUpdate(scope.row)"
|
||||||
v-if="scope.row.taskStatus != 4"
|
v-if="scope.row.taskStatus == 1"
|
||||||
v-hasPermi="['purchase:info:edit']"
|
v-hasPermi="['purchase:info:edit']"
|
||||||
>
|
>
|
||||||
出库
|
出库
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue