pull/2/head
qsh 2 months ago
parent db22a8ae8a
commit 2cf95c4e5d
  1. 4
      src/views/Clue/Order/Comp/MallOrderList.vue

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

Loading…
Cancel
Save