|
|
|
@ -23,20 +23,19 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-tabs type="border-card" style="margin: 15px">
|
|
|
|
|
|
|
|
|
|
<el-tab-pane label="待处理单据">
|
|
|
|
|
<CollectOrderAllotCardComponents style="margin: -15px"
|
|
|
|
|
:tagStatus="'1'"
|
|
|
|
|
></CollectOrderAllotCardComponents>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
|
|
<el-tab-pane label="未分配工位单据">
|
|
|
|
|
<CollectOrderAllotComponents
|
|
|
|
|
style="margin: -15px"
|
|
|
|
|
:tagStatus="'0'"
|
|
|
|
|
></CollectOrderAllotComponents>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
|
|
<el-tab-pane label="已分配工位单据">
|
|
|
|
|
<CollectOrderAllotComponents style="margin: -15px"
|
|
|
|
|
:tagStatus="'1'"
|
|
|
|
|
:viewType="1"
|
|
|
|
|
></CollectOrderAllotComponents>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
|
@ -48,6 +47,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
import CollectOrderAllotComponents from "./CollectOrderAllotComponents.vue";
|
|
|
|
|
import CollectOrderAllotCardComponents from "./CollectOrderAllotCardComponents.vue";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -56,7 +56,7 @@ import CollectOrderAllotComponents from "./CollectOrderAllotComponents.vue";
|
|
|
|
|
export default {
|
|
|
|
|
name: "PrescribeTagCode",
|
|
|
|
|
components: {
|
|
|
|
|
CollectOrderAllotComponents
|
|
|
|
|
CollectOrderAllotComponents, CollectOrderAllotCardComponents
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|