| @@ -2321,6 +2321,15 @@ export const constantRoutes = [ | |||||
| }, | }, | ||||
| component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval12'], resolve) | component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval12'], resolve) | ||||
| }, | }, | ||||
| { | |||||
| path: '/yinnong/approvalApproval13', | |||||
| name: 'approvalApproval13', | |||||
| meta: { | |||||
| title: '付款审批', | |||||
| hidden: true, | |||||
| }, | |||||
| component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval13'], resolve) | |||||
| }, | |||||
| { | { | ||||
| path: '/yinnong/approvalModify', | path: '/yinnong/approvalModify', | ||||
| @@ -213,7 +213,9 @@ | |||||
| case 'house_circulation': | case 'house_circulation': | ||||
| this.$router.push({name:'circulationDetail',query: {id: item.formData.id,taskId:item.taskId,instanceId:item.formData.instanceId,type:item.type}}) | this.$router.push({name:'circulationDetail',query: {id: item.formData.id,taskId:item.taskId,instanceId:item.formData.instanceId,type:item.type}}) | ||||
| break; | break; | ||||
| case 'yinnong_majorevent': | |||||
| this.$router.push({name:'approvalApproval13',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | |||||
| break; | |||||
| case 'yinnong_transfer': | case 'yinnong_transfer': | ||||
| this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | ||||
| break; | break; | ||||
| @@ -676,7 +676,7 @@ | |||||
| this.uploadFiles1.map(rr => { | this.uploadFiles1.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "1"); | params.append("fileType", "1"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -686,7 +686,7 @@ | |||||
| this.uploadFiles2.map(rr => { | this.uploadFiles2.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -696,7 +696,7 @@ | |||||
| this.uploadFiles3.map(rr => { | this.uploadFiles3.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -776,7 +776,7 @@ | |||||
| this.uploadFiles1.map(rr => { | this.uploadFiles1.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "1"); | params.append("fileType", "1"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -786,7 +786,7 @@ | |||||
| this.uploadFiles2.map(rr => { | this.uploadFiles2.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -796,7 +796,7 @@ | |||||
| this.uploadFiles3.map(rr => { | this.uploadFiles3.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -978,7 +978,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -990,7 +990,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -1002,7 +1002,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -772,7 +772,7 @@ | |||||
| this.uploadFiles1.map((rr1,idx1) => { | this.uploadFiles1.map((rr1,idx1) => { | ||||
| let params1 = new FormData(); | let params1 = new FormData(); | ||||
| params1.append("tableId", response.data.id); | params1.append("tableId", response.data.id); | ||||
| params1.append("tableName", "t_yinnong_cash"); | |||||
| params1.append("tableName", "t_yinnong_transfer"); | |||||
| params1.append("bizPath", "yinnong"); | params1.append("bizPath", "yinnong"); | ||||
| params1.append("fileType", "1"); | params1.append("fileType", "1"); | ||||
| params1.append("file", rr1); | params1.append("file", rr1); | ||||
| @@ -782,7 +782,7 @@ | |||||
| _this.uploadFiles2.map((rr2,idx2) => { | _this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params2 = new FormData(); | let params2 = new FormData(); | ||||
| params2.append("tableId", response.data.id); | params2.append("tableId", response.data.id); | ||||
| params2.append("tableName", "t_yinnong_cash"); | |||||
| params2.append("tableName", "t_yinnong_transfer"); | |||||
| params2.append("bizPath", "yinnong"); | params2.append("bizPath", "yinnong"); | ||||
| params2.append("fileType", "2"); | params2.append("fileType", "2"); | ||||
| params2.append("file", rr2); | params2.append("file", rr2); | ||||
| @@ -792,7 +792,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", response.data.id); | params3.append("tableId", response.data.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1000,7 +1000,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", response.data.id); | params3.append("tableId", response.data.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1208,7 +1208,7 @@ | |||||
| this.uploadFiles2.map((rr2,idx2) => { | this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr2); | params.append("file", rr2); | ||||
| @@ -1218,7 +1218,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", response.data.id); | params3.append("tableId", response.data.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1426,7 +1426,7 @@ | |||||
| this.uploadFiles3.map((rr3,idx3) => { | this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr3); | params.append("file", rr3); | ||||
| @@ -1687,7 +1687,7 @@ | |||||
| this.uploadFiles1.map((rr1,idx1) => { | this.uploadFiles1.map((rr1,idx1) => { | ||||
| let params1 = new FormData(); | let params1 = new FormData(); | ||||
| params1.append("tableId", response.data.id); | params1.append("tableId", response.data.id); | ||||
| params1.append("tableName", "t_yinnong_cash"); | |||||
| params1.append("tableName", "t_yinnong_transfer"); | |||||
| params1.append("bizPath", "yinnong"); | params1.append("bizPath", "yinnong"); | ||||
| params1.append("fileType", "1"); | params1.append("fileType", "1"); | ||||
| params1.append("file", rr1); | params1.append("file", rr1); | ||||
| @@ -1697,7 +1697,7 @@ | |||||
| _this.uploadFiles2.map((rr2,idx2) => { | _this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params2 = new FormData(); | let params2 = new FormData(); | ||||
| params2.append("tableId", response.data.id); | params2.append("tableId", response.data.id); | ||||
| params2.append("tableName", "t_yinnong_cash"); | |||||
| params2.append("tableName", "t_yinnong_transfer"); | |||||
| params2.append("bizPath", "yinnong"); | params2.append("bizPath", "yinnong"); | ||||
| params2.append("fileType", "2"); | params2.append("fileType", "2"); | ||||
| params2.append("file", rr2); | params2.append("file", rr2); | ||||
| @@ -1707,7 +1707,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", response.data.id); | params3.append("tableId", response.data.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1807,7 +1807,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", response.data.id); | params3.append("tableId", response.data.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1907,7 +1907,7 @@ | |||||
| this.uploadFiles2.map((rr2,idx2) => { | this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr2); | params.append("file", rr2); | ||||
| @@ -1917,7 +1917,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", response.data.id); | params3.append("tableId", response.data.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -2017,7 +2017,7 @@ | |||||
| this.uploadFiles3.map((rr3,idx3) => { | this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", response.data.id); | params.append("tableId", response.data.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr3); | params.append("file", rr3); | ||||
| @@ -2264,7 +2264,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2276,7 +2276,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2288,7 +2288,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -247,9 +247,9 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData= { | let oData= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "upload", | |||||
| fileType: "0", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: "", | |||||
| } | } | ||||
| attachmentList(oData).then(res => { | attachmentList(oData).then(res => { | ||||
| console.log(res) | console.log(res) | ||||
| @@ -286,7 +286,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -298,7 +298,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -310,7 +310,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -308,7 +308,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -320,7 +320,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -332,7 +332,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -372,7 +372,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -384,7 +384,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -396,7 +396,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -237,7 +237,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -249,7 +249,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -261,7 +261,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -256,7 +256,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -268,7 +268,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -280,7 +280,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -319,7 +319,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -331,7 +331,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -343,7 +343,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -233,9 +233,9 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData= { | let oData= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "upload", | |||||
| fileType: "0", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: "", | |||||
| } | } | ||||
| attachmentList(oData).then(res => { | attachmentList(oData).then(res => { | ||||
| console.log(res) | console.log(res) | ||||
| @@ -115,8 +115,8 @@ export default { | |||||
| this.fileList = []; | this.fileList = []; | ||||
| let oData1= { | let oData1= { | ||||
| tableId: id, | tableId: id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "transfer", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: '', | fileType: '', | ||||
| } | } | ||||
| attachmentList(oData1).then(res => { | attachmentList(oData1).then(res => { | ||||
| @@ -663,7 +663,7 @@ | |||||
| this.uploadFiles1.map(rr => { | this.uploadFiles1.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", this.form.id); | params.append("tableId", this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "1"); | params.append("fileType", "1"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -674,7 +674,7 @@ | |||||
| this.uploadFiles2.map(rr => { | this.uploadFiles2.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", this.form.id); | params.append("tableId", this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -685,7 +685,7 @@ | |||||
| this.uploadFiles3.map(rr => { | this.uploadFiles3.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", this.form.id); | params.append("tableId", this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -768,7 +768,7 @@ | |||||
| this.uploadFiles1.map(rr => { | this.uploadFiles1.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", this.form.id); | params.append("tableId", this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "1"); | params.append("fileType", "1"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -779,7 +779,7 @@ | |||||
| this.uploadFiles2.map(rr => { | this.uploadFiles2.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", this.form.id); | params.append("tableId", this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -790,7 +790,7 @@ | |||||
| this.uploadFiles3.map(rr => { | this.uploadFiles3.map(rr => { | ||||
| const params = new FormData(); | const params = new FormData(); | ||||
| params.append("tableId", this.form.id); | params.append("tableId", this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr); | params.append("file", rr); | ||||
| @@ -974,7 +974,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -986,7 +986,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -998,7 +998,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -759,7 +759,7 @@ | |||||
| this.uploadFiles1.map((rr1,idx1) => { | this.uploadFiles1.map((rr1,idx1) => { | ||||
| let params1 = new FormData(); | let params1 = new FormData(); | ||||
| params1.append("tableId", _this.form.id); | params1.append("tableId", _this.form.id); | ||||
| params1.append("tableName", "t_yinnong_cash"); | |||||
| params1.append("tableName", "t_yinnong_transfer"); | |||||
| params1.append("bizPath", "yinnong"); | params1.append("bizPath", "yinnong"); | ||||
| params1.append("fileType", "1"); | params1.append("fileType", "1"); | ||||
| params1.append("file", rr1); | params1.append("file", rr1); | ||||
| @@ -769,7 +769,7 @@ | |||||
| _this.uploadFiles2.map((rr2,idx2) => { | _this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params2 = new FormData(); | let params2 = new FormData(); | ||||
| params2.append("tableId", _this.form.id); | params2.append("tableId", _this.form.id); | ||||
| params2.append("tableName", "t_yinnong_cash"); | |||||
| params2.append("tableName", "t_yinnong_transfer"); | |||||
| params2.append("bizPath", "yinnong"); | params2.append("bizPath", "yinnong"); | ||||
| params2.append("fileType", "2"); | params2.append("fileType", "2"); | ||||
| params2.append("file", rr2); | params2.append("file", rr2); | ||||
| @@ -779,7 +779,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -987,7 +987,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1195,7 +1195,7 @@ | |||||
| this.uploadFiles2.map((rr2,idx2) => { | this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr2); | params.append("file", rr2); | ||||
| @@ -1205,7 +1205,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1413,7 +1413,7 @@ | |||||
| this.uploadFiles3.map((rr3,idx3) => { | this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr3); | params.append("file", rr3); | ||||
| @@ -1676,7 +1676,7 @@ | |||||
| this.uploadFiles1.map((rr1,idx1) => { | this.uploadFiles1.map((rr1,idx1) => { | ||||
| let params1 = new FormData(); | let params1 = new FormData(); | ||||
| params1.append("tableId", _this.form.id); | params1.append("tableId", _this.form.id); | ||||
| params1.append("tableName", "t_yinnong_cash"); | |||||
| params1.append("tableName", "t_yinnong_transfer"); | |||||
| params1.append("bizPath", "yinnong"); | params1.append("bizPath", "yinnong"); | ||||
| params1.append("fileType", "1"); | params1.append("fileType", "1"); | ||||
| params1.append("file", rr1); | params1.append("file", rr1); | ||||
| @@ -1686,7 +1686,7 @@ | |||||
| _this.uploadFiles2.map((rr2,idx2) => { | _this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params2 = new FormData(); | let params2 = new FormData(); | ||||
| params2.append("tableId", _this.form.id); | params2.append("tableId", _this.form.id); | ||||
| params2.append("tableName", "t_yinnong_cash"); | |||||
| params2.append("tableName", "t_yinnong_transfer"); | |||||
| params2.append("bizPath", "yinnong"); | params2.append("bizPath", "yinnong"); | ||||
| params2.append("fileType", "2"); | params2.append("fileType", "2"); | ||||
| params2.append("file", rr2); | params2.append("file", rr2); | ||||
| @@ -1696,7 +1696,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1796,7 +1796,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1896,7 +1896,7 @@ | |||||
| this.uploadFiles2.map((rr2,idx2) => { | this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr2); | params.append("file", rr2); | ||||
| @@ -1906,7 +1906,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -2006,7 +2006,7 @@ | |||||
| this.uploadFiles3.map((rr3,idx3) => { | this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr3); | params.append("file", rr3); | ||||
| @@ -2262,7 +2262,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2274,7 +2274,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2286,7 +2286,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -845,7 +845,7 @@ | |||||
| this.uploadFiles1.map((rr1,idx1) => { | this.uploadFiles1.map((rr1,idx1) => { | ||||
| let params1 = new FormData(); | let params1 = new FormData(); | ||||
| params1.append("tableId", _this.form.id); | params1.append("tableId", _this.form.id); | ||||
| params1.append("tableName", "t_yinnong_cash"); | |||||
| params1.append("tableName", "t_yinnong_transfer"); | |||||
| params1.append("bizPath", "yinnong"); | params1.append("bizPath", "yinnong"); | ||||
| params1.append("fileType", "1"); | params1.append("fileType", "1"); | ||||
| params1.append("file", rr1); | params1.append("file", rr1); | ||||
| @@ -855,7 +855,7 @@ | |||||
| _this.uploadFiles2.map((rr2,idx2) => { | _this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params2 = new FormData(); | let params2 = new FormData(); | ||||
| params2.append("tableId", _this.form.id); | params2.append("tableId", _this.form.id); | ||||
| params2.append("tableName", "t_yinnong_cash"); | |||||
| params2.append("tableName", "t_yinnong_transfer"); | |||||
| params2.append("bizPath", "yinnong"); | params2.append("bizPath", "yinnong"); | ||||
| params2.append("fileType", "2"); | params2.append("fileType", "2"); | ||||
| params2.append("file", rr2); | params2.append("file", rr2); | ||||
| @@ -865,7 +865,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1073,7 +1073,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1281,7 +1281,7 @@ | |||||
| this.uploadFiles2.map((rr2,idx2) => { | this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr2); | params.append("file", rr2); | ||||
| @@ -1291,7 +1291,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1499,7 +1499,7 @@ | |||||
| this.uploadFiles3.map((rr3,idx3) => { | this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr3); | params.append("file", rr3); | ||||
| @@ -1746,7 +1746,7 @@ | |||||
| this.uploadFiles1.map((rr1,idx1) => { | this.uploadFiles1.map((rr1,idx1) => { | ||||
| let params1 = new FormData(); | let params1 = new FormData(); | ||||
| params1.append("tableId", _this.form.id); | params1.append("tableId", _this.form.id); | ||||
| params1.append("tableName", "t_yinnong_cash"); | |||||
| params1.append("tableName", "t_yinnong_transfer"); | |||||
| params1.append("bizPath", "yinnong"); | params1.append("bizPath", "yinnong"); | ||||
| params1.append("fileType", "1"); | params1.append("fileType", "1"); | ||||
| params1.append("file", rr1); | params1.append("file", rr1); | ||||
| @@ -1756,7 +1756,7 @@ | |||||
| _this.uploadFiles2.map((rr2,idx2) => { | _this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params2 = new FormData(); | let params2 = new FormData(); | ||||
| params2.append("tableId", _this.form.id); | params2.append("tableId", _this.form.id); | ||||
| params2.append("tableName", "t_yinnong_cash"); | |||||
| params2.append("tableName", "t_yinnong_transfer"); | |||||
| params2.append("bizPath", "yinnong"); | params2.append("bizPath", "yinnong"); | ||||
| params2.append("fileType", "2"); | params2.append("fileType", "2"); | ||||
| params2.append("file", rr2); | params2.append("file", rr2); | ||||
| @@ -1766,7 +1766,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1866,7 +1866,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -1966,7 +1966,7 @@ | |||||
| this.uploadFiles2.map((rr2,idx2) => { | this.uploadFiles2.map((rr2,idx2) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "2"); | params.append("fileType", "2"); | ||||
| params.append("file", rr2); | params.append("file", rr2); | ||||
| @@ -1976,7 +1976,7 @@ | |||||
| _this.uploadFiles3.map((rr3,idx3) => { | _this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params3 = new FormData(); | let params3 = new FormData(); | ||||
| params3.append("tableId", _this.form.id); | params3.append("tableId", _this.form.id); | ||||
| params3.append("tableName", "t_yinnong_cash"); | |||||
| params3.append("tableName", "t_yinnong_transfer"); | |||||
| params3.append("bizPath", "yinnong"); | params3.append("bizPath", "yinnong"); | ||||
| params3.append("fileType", "3"); | params3.append("fileType", "3"); | ||||
| params3.append("file", rr3); | params3.append("file", rr3); | ||||
| @@ -2076,7 +2076,7 @@ | |||||
| this.uploadFiles3.map((rr3,idx3) => { | this.uploadFiles3.map((rr3,idx3) => { | ||||
| let params = new FormData(); | let params = new FormData(); | ||||
| params.append("tableId", _this.form.id); | params.append("tableId", _this.form.id); | ||||
| params.append("tableName", "t_yinnong_cash"); | |||||
| params.append("tableName", "t_yinnong_transfer"); | |||||
| params.append("bizPath", "yinnong"); | params.append("bizPath", "yinnong"); | ||||
| params.append("fileType", "3"); | params.append("fileType", "3"); | ||||
| params.append("file", rr3); | params.append("file", rr3); | ||||
| @@ -2316,7 +2316,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2328,7 +2328,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2340,7 +2340,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -249,9 +249,9 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData= { | let oData= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "upload", | |||||
| fileType: "0", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: "", | |||||
| } | } | ||||
| attachmentList(oData).then(res => { | attachmentList(oData).then(res => { | ||||
| console.log(res) | console.log(res) | ||||
| @@ -978,7 +978,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -990,7 +990,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -1002,7 +1002,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfers", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -2257,7 +2257,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2269,7 +2269,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2281,7 +2281,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -2305,7 +2305,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2317,7 +2317,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2329,7 +2329,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -247,9 +247,9 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData= { | let oData= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "upload", | |||||
| fileType: "0", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: "", | |||||
| } | } | ||||
| attachmentList(oData).then(res => { | attachmentList(oData).then(res => { | ||||
| console.log(res) | console.log(res) | ||||
| @@ -373,7 +373,8 @@ | |||||
| } | } | ||||
| }); | }); | ||||
| }, | }, | ||||
| },watch: { | |||||
| }, | |||||
| watch: { | |||||
| pass: function (val) { | pass: function (val) { | ||||
| this.comment = val === "true" ? "同意" : "驳回"; | this.comment = val === "true" ? "同意" : "驳回"; | ||||
| }, | }, | ||||
| @@ -99,7 +99,7 @@ | |||||
| <van-radio name="true">同意</van-radio> | <van-radio name="true">同意</van-radio> | ||||
| <van-radio name="false">驳回</van-radio> | <van-radio name="false">驳回</van-radio> | ||||
| </van-radio-group> | </van-radio-group> | ||||
| <van-field rows="2" autosize v-model="comment" type="textarea" placeholder="同意申请宅基地"/> | |||||
| <van-field rows="2" autosize v-model="comment" type="textarea" placeholder="请输入审批意见"/> | |||||
| </van-col> | </van-col> | ||||
| </van-row> | </van-row> | ||||
| </div> | </div> | ||||
| @@ -286,7 +286,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -298,7 +298,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -310,7 +310,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -100,7 +100,7 @@ | |||||
| <van-radio name="true">同意</van-radio> | <van-radio name="true">同意</van-radio> | ||||
| <van-radio name="false">驳回</van-radio> | <van-radio name="false">驳回</van-radio> | ||||
| </van-radio-group> | </van-radio-group> | ||||
| <van-field rows="2" autosize v-model="comment" type="textarea" placeholder="同意申请宅基地"/> | |||||
| <van-field rows="2" autosize v-model="comment" type="textarea" placeholder="请输入审批意见"/> | |||||
| </van-col> | </van-col> | ||||
| </van-row> | </van-row> | ||||
| </div> | </div> | ||||
| @@ -308,7 +308,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -320,7 +320,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -332,7 +332,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -152,7 +152,7 @@ | |||||
| <van-radio name="true">同意</van-radio> | <van-radio name="true">同意</van-radio> | ||||
| <van-radio name="false">驳回</van-radio> | <van-radio name="false">驳回</van-radio> | ||||
| </van-radio-group> | </van-radio-group> | ||||
| <van-field rows="2" autosize v-model="comment" type="textarea" placeholder="同意申请宅基地"/> | |||||
| <van-field rows="2" autosize v-model="comment" type="textarea" placeholder="请输入审批意见"/> | |||||
| </van-col> | </van-col> | ||||
| </van-row> | </van-row> | ||||
| </div> | </div> | ||||
| @@ -372,7 +372,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -384,7 +384,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -396,7 +396,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -237,7 +237,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -249,7 +249,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -261,7 +261,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -256,7 +256,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -268,7 +268,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -280,7 +280,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -319,7 +319,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -331,7 +331,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -343,7 +343,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -233,9 +233,9 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData= { | let oData= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "upload", | |||||
| fileType: "0", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: "", | |||||
| } | } | ||||
| attachmentList(oData).then(res => { | attachmentList(oData).then(res => { | ||||
| console.log(res) | console.log(res) | ||||
| @@ -115,8 +115,8 @@ export default { | |||||
| this.fileList = []; | this.fileList = []; | ||||
| let oData1= { | let oData1= { | ||||
| tableId: id, | tableId: id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "transfer", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: '', | fileType: '', | ||||
| } | } | ||||
| attachmentList(oData1).then(res => { | attachmentList(oData1).then(res => { | ||||
| @@ -974,7 +974,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -986,7 +986,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -998,7 +998,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -2262,7 +2262,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2274,7 +2274,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2286,7 +2286,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -2316,7 +2316,7 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData1= { | let oData1= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "1", | fileType: "1", | ||||
| } | } | ||||
| @@ -2328,7 +2328,7 @@ | |||||
| }) | }) | ||||
| let oData2= { | let oData2= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "2", | fileType: "2", | ||||
| } | } | ||||
| @@ -2340,7 +2340,7 @@ | |||||
| }) | }) | ||||
| let oData3= { | let oData3= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_cash", | |||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "yinnong", | bizPath: "yinnong", | ||||
| fileType: "3", | fileType: "3", | ||||
| } | } | ||||
| @@ -249,9 +249,9 @@ | |||||
| getFileList(){ | getFileList(){ | ||||
| let oData= { | let oData= { | ||||
| tableId: this.$route.query.id, | tableId: this.$route.query.id, | ||||
| tableName: "t_yinnong_transfer", | |||||
| bizPath: "upload", | |||||
| fileType: "0", | |||||
| tableName: "t_yinnong_majorevent", | |||||
| bizPath: "yinnong", | |||||
| fileType: "", | |||||
| } | } | ||||
| attachmentList(oData).then(res => { | attachmentList(oData).then(res => { | ||||
| console.log(res) | console.log(res) | ||||
| @@ -161,6 +161,9 @@ | |||||
| this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | ||||
| break; | break; | ||||
| } | } | ||||
| case 'yinnong_majorevent': | |||||
| this.$router.push({name:'approvalApproval13',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | |||||
| break; | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -157,6 +157,9 @@ | |||||
| this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | ||||
| break; | break; | ||||
| } | } | ||||
| case 'yinnong_majorevent': | |||||
| this.$router.push({name:'approvalApproval13',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | |||||
| break; | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -59,7 +59,7 @@ | |||||
| data(){ | data(){ | ||||
| return{ | return{ | ||||
| taskList:[], | taskList:[], | ||||
| activeName:this.$route.query.activeName?this.$route.query.activeName:'1', | |||||
| activeName:this.$route.query.activeName?this.$route.query.activeName:'2', | |||||
| total:0, | total:0, | ||||
| queryParams: { | queryParams: { | ||||
| pageNum: 1, | pageNum: 1, | ||||
| @@ -151,6 +151,9 @@ | |||||
| this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | ||||
| break; | break; | ||||
| } | } | ||||
| case 'yinnong_majorevent': | |||||
| this.$router.push({name:'approvalApproval13',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) | |||||
| break; | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||