gaoaoy
2024-03-13 0939dccf95533253178ca22634903a259697d5c3
检验下单 功能调整
已修改1个文件
7 ■■■■ 文件已修改
src/components/view/b1-inspection-order.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-inspection-order.vue
@@ -197,6 +197,7 @@
                labelPosition: 'right',
                componentData: {
                    entity: {
                        state: 1,
                        orderBy: {
                            field: 'id',
                            order: 'asc'
@@ -296,11 +297,11 @@
                upLoad: false,
                tabList: [{
                        label: '检验处理',
                        value: 0
                        value: 1
                    },
                    {
                        label: '待审核',
                        value: 1
                        value: 0
                    },
                    {
                        label: '退回',
@@ -417,6 +418,8 @@
            playOrder() {},
            handleTab(m, i) {
                this.tabIndex = i;
                this.componentData.entity.state = m.value
                this.refreshTable()
            }
        }
    }