zss
2023-12-11 58034f267430259a478c6be4ac9f7fdad6b32e35
src/views/quality/finishedProductInspection/index.vue
@@ -37,7 +37,7 @@
    import { transform } from '@/util/fileTransform'
    import printTemplate from './finishedProducter-print.vue'
    import PrintJS from 'print-js'
import { title } from 'process'
    import { title } from 'process'
   export default {
      components: {
         finishedProductInspectionAdd,
@@ -84,8 +84,16 @@
                        },
                        {
                            minWidth: '120',
                            prop: 'orderNumber',
                            prop: 'productNo',
                            label: '报工单号',
                            isTrue: true,
                            isSearch: true,
                            searchInfoType: 'text'
                        },
                        {
                            minWidth: '120',
                            prop: 'orderNumber',
                            label: '订单号',
                            isTrue: true,
                            isSearch: true,
                            searchInfoType: 'text'
@@ -285,6 +293,8 @@
               name: 'finishedProductForm',
               query: { 
                        id: row == null ? null : row.id,
                    },
                    params: {
                        resultVal: row == null ? null : row.result 
                    }
            })