yangys
2025-09-13 3db2822cb70bd62bf1d852651ef6952e07ea41f0
修改样式
已修改3个文件
21 ■■■■ 文件已修改
src/views/flow/todolist.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/taskassign.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wel/shemi.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/todolist.vue
@@ -23,7 +23,8 @@
        <el-dialog title=" " append-to-body v-model="reassignBox" width="30%">
            <avue-form ref="reassginform" :option="reassignOption" v-model="reassignForm" @submit="toPerson"></avue-form>
        </el-dialog>
        <el-drawer title="审批" append-to-body v-model="approveBox" size="100%" v-if="approveBox">
        <div  class="box-drawer">
        <el-drawer title="审批" append-to-body v-model="approveBox" size="100%" v-if="approveBox" class="remark-drawer">
            <div class="approve-box">
                <div class="left">
                    <TodolistLeft ref="todolistLeft" :row="row" @selection-change="selectionChange" />
@@ -48,6 +49,7 @@
                </div>
            </div>
        </el-drawer>
        </div>
    </basic-container>
</template>
<script>
@@ -858,6 +860,18 @@
</script>
<style scoped="scoped" lang="scss">
.box-drawer {
  &:deep(.el-drawer.remark-drawer) {
    width: 30vw !important;
    .el-drawer__header {
      margin-bottom: 0px !important;
      padding: 1vh 1vw !important;
    }
    .el-drawer__body {
      padding: 0px 1vw !important;
    }
  }
}
.approve-box {
    display: flex;
src/views/flowmgr/taskassign.vue
@@ -214,6 +214,7 @@
            label: '主管工艺',
            prop: 'producePlanId',
            type: 'select',//column 12
            clearable:true,
            remote: true,
            placeholder:'无法匹配人员职责表时请选择主管工艺',
            dicUrl: `/blade-mdm/producedivision/select-programmer?programmer={{key}}`,
src/views/wel/shemi.vue
@@ -1177,7 +1177,7 @@
        this.tabsOption = this.tabsOption1;
      } else {
        this.tabsOption = this.tabsOption2;
        //获取文件list
        //获取文件内容
        this.getFile(row.id);
        //获取历史记录
        this.getHistory(row.id);
@@ -1212,7 +1212,7 @@
    getFile(id) { //查看文件内容
      this.loading = true;
      axios({
        url: '/blade-mdm/program/ncfile/content-by-nodeid',
        url: '/blade-mdm/program/node/content-by-nodeid',
        method: 'get',
        params: { nodeId: id },
      }).then(