|
@@ -13,11 +13,6 @@
|
|
|
}"
|
|
|
:action-list="[
|
|
|
{
|
|
|
- text: '转生产',
|
|
|
- disabled: selectData.length === 0,
|
|
|
- action: () => transferToProduction(),
|
|
|
- },
|
|
|
- {
|
|
|
text: '采购',
|
|
|
disabled: selectData.length === 0,
|
|
|
action: () => start(),
|
|
@@ -25,6 +20,11 @@
|
|
|
]"
|
|
|
@get-list="getList"
|
|
|
>
|
|
|
+ <!-- {
|
|
|
+ text: '转生产',
|
|
|
+ disabled: selectData.length === 0,
|
|
|
+ action: () => transferToProduction(),
|
|
|
+ }, -->
|
|
|
<template #claimTime="{ item }">
|
|
|
<div>
|
|
|
<span v-if="item.claimTime">{{ item.claimTime }}</span>
|