ソースを参照

支付审批管理-编码自动生成/项目启动-项目编码自动生成/合同管理-合同编码自动生成

jbb 2 年 前
コミット
051b8493c0
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/views/activiti/form/demoForm2.vue

+ 3 - 3
src/views/activiti/form/demoForm2.vue

@@ -1713,7 +1713,7 @@ export default {
                                   }
                 if(this.processData.businessTable == 'payment_apply'){//技能博物馆-支付审批管理-自动生成单号-付款编号
                     if( this.processData.tableId==''|| !this.processData.tableId){
-                         await  this.getAction('/sys/user/getNextNo',{name:'ZFSP'}).then(res => {
+                         await  this.getAction('/sys/user/getNextNo',{name:'FK'}).then(res => {
                             formData.payment_number=res
                         }) 
                     }
@@ -1734,14 +1734,14 @@ export default {
                 }
                 if(this.processData.businessTable == 'bwg_project_start'){//技能博物馆-项目启动-自动生成单号-项目编号
                     if( this.processData.tableId==''|| !this.processData.tableId){
-                         await  this.getAction('/sys/user/getNextNo',{name:'XMQD'}).then(res => {
+                         await  this.getAction('/sys/user/getNextNo',{name:'XM'}).then(res => {
                             formData.project_number=res
                         }) 
                     }
                 }
                 if(this.processData.businessTable == 'bwg_contract_management'){//技能博物馆-合同管理-自动生成合同单号
                     if( this.processData.tableId==''|| !this.processData.tableId){
-                         await  this.getAction('/sys/user/getNextNo',{name:'XMHT'}).then(res => {
+                         await  this.getAction('/sys/user/getNextNo',{name:'HT'}).then(res => {
                             formData.contract_number=res
                         }) 
                     }