上传
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleBatchUpdateInstall"
|
@click="handleBatchUpdateInstall"
|
||||||
v-hasPermi="['clue:order:reset']"
|
v-hasPermi="['clue:order:batch-update-install']"
|
||||||
>
|
>
|
||||||
批量修改安装状态
|
批量修改安装状态
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -103,6 +103,7 @@
|
|||||||
:inactive-value="false"
|
:inactive-value="false"
|
||||||
active-text="已生产"
|
active-text="已生产"
|
||||||
inactive-text="待生产"
|
inactive-text="待生产"
|
||||||
|
:disabled="!checkPermi(['clue:order:update-produce'])"
|
||||||
size="small"
|
size="small"
|
||||||
@change="handleChangeProdoce(scope.row)"
|
@change="handleChangeProdoce(scope.row)"
|
||||||
/>
|
/>
|
||||||
@@ -256,6 +257,7 @@ import { removeNullField } from '@/utils'
|
|||||||
import { formatDate } from '@/utils/formatTime'
|
import { formatDate } from '@/utils/formatTime'
|
||||||
import { ElMessageBox, ElOption, ElSelect } from 'element-plus'
|
import { ElMessageBox, ElOption, ElSelect } from 'element-plus'
|
||||||
import { VueDraggable } from 'vue-draggable-plus'
|
import { VueDraggable } from 'vue-draggable-plus'
|
||||||
|
import { checkPermi } from '@/utils/permission'
|
||||||
|
|
||||||
const userOptions = ref([])
|
const userOptions = ref([])
|
||||||
const allUserOptions = ref([])
|
const allUserOptions = ref([])
|
||||||
|
|||||||
Reference in New Issue
Block a user