Procházet zdrojové kódy

审批设置添加修改

herozyw1 před 6 roky
rodič
revize
353f088d7f

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting1/_opera/operation.vue

@@ -147,7 +147,7 @@
           this.auditStepOptions = res.data.items['AuditStep']
           this.roleList = res.data.items['RoleList']
           this.formData.OrganizeId = res.data.items['OrganizeId']
-          this.formData.OrganizeName = res.data.items['OrganizeName']
+          // this.formData.OrganizeName = res.data.items['OrganizeName']
           this.WorkFlowOptions = res.data.items['WorkFlow']
           // this.supervisersOptions = res.data.items['Supervisers']
         }).catch(err => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting1/index.vue

@@ -38,7 +38,7 @@
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
         <el-table-column label="操作" width="160" align="center" fixed>
           <template slot-scope="scope">
-            <router-link :to="'/system/auditsetting/' + scope.row.Id + '/operation'">
+            <router-link :to="'/system/auditsetting1/' + scope.row.Id + '/operation'">
               <el-button type="primary" title="编辑" size="mini">编辑</el-button>
             </router-link>
 

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting2/_opera/operation.vue

@@ -147,7 +147,7 @@
           this.auditStepOptions = res.data.items['AuditStep']
           this.roleList = res.data.items['RoleList']
           this.formData.OrganizeId = res.data.items['OrganizeId']
-          this.formData.OrganizeName = res.data.items['OrganizeName']
+          // this.formData.OrganizeName = res.data.items['OrganizeName']
           this.WorkFlowOptions = res.data.items['WorkFlow']
           // this.supervisersOptions = res.data.items['Supervisers']
         }).catch(err => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting2/index.vue

@@ -38,7 +38,7 @@
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
         <el-table-column label="操作" width="160" align="center" fixed>
           <template slot-scope="scope">
-            <router-link :to="'/system/auditsetting/' + scope.row.Id + '/operation'">
+            <router-link :to="'/system/auditsetting2/' + scope.row.Id + '/operation'">
               <el-button type="primary" title="编辑" size="mini">编辑</el-button>
             </router-link>
 

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting3/_opera/operation.vue

@@ -147,7 +147,7 @@
           this.auditStepOptions = res.data.items['AuditStep']
           this.roleList = res.data.items['RoleList']
           this.formData.OrganizeId = res.data.items['OrganizeId']
-          this.formData.OrganizeName = res.data.items['OrganizeName']
+          // this.formData.OrganizeName = res.data.items['OrganizeName']
           this.WorkFlowOptions = res.data.items['WorkFlow']
           // this.supervisersOptions = res.data.items['Supervisers']
         }).catch(err => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting3/index.vue

@@ -38,7 +38,7 @@
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
         <el-table-column label="操作" width="160" align="center" fixed>
           <template slot-scope="scope">
-            <router-link :to="'/system/auditsetting/' + scope.row.Id + '/operation'">
+            <router-link :to="'/system/auditsetting3/' + scope.row.Id + '/operation'">
               <el-button type="primary" title="编辑" size="mini">编辑</el-button>
             </router-link>
 

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting4/_opera/operation.vue

@@ -147,7 +147,7 @@
           this.auditStepOptions = res.data.items['AuditStep']
           this.roleList = res.data.items['RoleList']
           this.formData.OrganizeId = res.data.items['OrganizeId']
-          this.formData.OrganizeName = res.data.items['OrganizeName']
+          // this.formData.OrganizeName = res.data.items['OrganizeName']
           this.WorkFlowOptions = res.data.items['WorkFlow']
           // this.supervisersOptions = res.data.items['Supervisers']
         }).catch(err => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting4/index.vue

@@ -38,7 +38,7 @@
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
         <el-table-column label="操作" width="160" align="center" fixed>
           <template slot-scope="scope">
-            <router-link :to="'/system/auditsetting/' + scope.row.Id + '/operation'">
+            <router-link :to="'/system/auditsetting4/' + scope.row.Id + '/operation'">
               <el-button type="primary" title="编辑" size="mini">编辑</el-button>
             </router-link>
 

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting5/_opera/operation.vue

@@ -147,7 +147,7 @@
           this.auditStepOptions = res.data.items['AuditStep']
           this.roleList = res.data.items['RoleList']
           this.formData.OrganizeId = res.data.items['OrganizeId']
-          this.formData.OrganizeName = res.data.items['OrganizeName']
+          // this.formData.OrganizeName = res.data.items['OrganizeName']
           this.WorkFlowOptions = res.data.items['WorkFlow']
           // this.supervisersOptions = res.data.items['Supervisers']
         }).catch(err => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting5/index.vue

@@ -38,7 +38,7 @@
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
         <el-table-column label="操作" width="160" align="center" fixed>
           <template slot-scope="scope">
-            <router-link :to="'/system/auditsetting/' + scope.row.Id + '/operation'">
+            <router-link :to="'/system/auditsetting5/' + scope.row.Id + '/operation'">
               <el-button type="primary" title="编辑" size="mini">编辑</el-button>
             </router-link>
 

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting6/_opera/operation.vue

@@ -147,7 +147,7 @@
           this.auditStepOptions = res.data.items['AuditStep']
           this.roleList = res.data.items['RoleList']
           this.formData.OrganizeId = res.data.items['OrganizeId']
-          this.formData.OrganizeName = res.data.items['OrganizeName']
+          // this.formData.OrganizeName = res.data.items['OrganizeName']
           this.WorkFlowOptions = res.data.items['WorkFlow']
           // this.supervisersOptions = res.data.items['Supervisers']
         }).catch(err => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting6/index.vue

@@ -38,7 +38,7 @@
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
         <el-table-column label="操作" width="160" align="center" fixed>
           <template slot-scope="scope">
-            <router-link :to="'/system/auditsetting/' + scope.row.Id + '/operation'">
+            <router-link :to="'/system/auditsetting6/' + scope.row.Id + '/operation'">
               <el-button type="primary" title="编辑" size="mini">编辑</el-button>
             </router-link>