yangys
2025-09-18 eaa5675087307205071285d74bc3cc5e9ea94909
修改偏离单文本
已修改7个文件
16 ■■■■ 文件已修改
src/views/flow/components/TodolistRightTop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/exceptiontask.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/processQuery1.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/processQuery2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/processQuery3.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/taskassign.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/statreport/approveTablePrint.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/components/TodolistRightTop.vue
@@ -57,7 +57,7 @@
        <el-form-item label="程序包名">
            <el-input v-model="formInline.programPackageName" placeholder="" style="width: 200px"></el-input>
        </el-form-item>
        <el-form-item label="偏离单" class="pld">
        <el-form-item label="临时更改单" class="pld">
            <el-input v-model="formInline.deviation" placeholder="" style="width: 200px;"></el-input>
        </el-form-item>
        <el-form-item label="当前节点">
src/views/flowmgr/exceptiontask.vue
@@ -105,7 +105,7 @@
                        prop: 'craftEdition'
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: 'deviation'
                    },
                     {
src/views/flowmgr/processQuery1.vue
@@ -427,7 +427,7 @@
                        }
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');
src/views/flowmgr/processQuery2.vue
@@ -440,7 +440,7 @@
                        }
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');
src/views/flowmgr/processQuery3.vue
@@ -450,7 +450,7 @@
                        }
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');
src/views/flowmgr/taskassign.vue
@@ -198,13 +198,13 @@
            rules: [{ required: true, message: '必填', trigger: 'blur' }],
          },
          {
            label: '偏离单号',
            label: '临时更改单号',
            prop: 'deviation',
            type: 'input',
            span: 12,
            dataType: 'string',
            class:'input_holder_warn',
            placeholder:'无偏离单任务请留空',
            placeholder:'非临时更改单任务请留空',
            blur: (col) => {
              this.handleTrim(col)
            },
src/views/statreport/approveTablePrint.vue
@@ -100,7 +100,7 @@
                        prop: 'craftEdition'
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: 'deviation'
                    },
                    {