|
|
|
@ -676,12 +676,12 @@
|
|
|
|
|
width="60%"
|
|
|
|
|
v-if="destroyOutDialogVisible"
|
|
|
|
|
>
|
|
|
|
|
<destroyOutDialog
|
|
|
|
|
<DevicesDestroyOutDialog
|
|
|
|
|
:prescribeData="prescribeData"
|
|
|
|
|
:destroyType="destroyType"
|
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
|
>
|
|
|
|
|
</destroyOutDialog>
|
|
|
|
|
</DevicesDestroyOutDialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -696,7 +696,7 @@ import {getInvListByUserOptimize} from "@/api/system/invWarehouse";
|
|
|
|
|
import {getBasicUnitMaintainsOptimize} from '@/api/basic/basicUnitMaintain'
|
|
|
|
|
import {filterWorkOptimize, listPage} from '@/api/basic/workPlace/sysWorkplaceManage'
|
|
|
|
|
import ioSplitFifoCodeRemindSetDialog from "./DevicesIoSplitFifoCodeRemindSetDialog.vue";
|
|
|
|
|
import destroyOutDialog from "./DevicesdestroyOutDialog.vue";
|
|
|
|
|
import DevicesDestroyOutDialog from "./DevicesDestroyOutDialog"
|
|
|
|
|
import {getWorkBindBusTypes, removeBusTypeById} from '@/api/basic/workPlace/sysWorkplaceDocuments'
|
|
|
|
|
import {getSplitCode} from '@/api/collect/collectOrder'
|
|
|
|
|
import { isBlank } from '@/utils/strUtil'
|
|
|
|
@ -790,7 +790,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
components: {ioSplitFifoCodeRemindSetDialog, destroyOutDialog},
|
|
|
|
|
components: {ioSplitFifoCodeRemindSetDialog,DevicesDestroyOutDialog},
|
|
|
|
|
methods: {
|
|
|
|
|
changePlace(_this, query) {
|
|
|
|
|
_this.getWorkBindBusTypes(_this, query)
|
|
|
|
|