zouling пре 10 месеци
родитељ
комит
6e9061cf1b

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "皖源融资担保",
     "appid" : "__UNI__FA20DEF",
     "description" : "",
-    "versionName" : "1.1.6",
-    "versionCode" : 116,
+    "versionName" : "1.1.7",
+    "versionCode" : 117,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,

+ 1 - 11
work/components/business/ewjcj.vue

@@ -147,17 +147,7 @@
 			gdfilelist:[],
 			zheList:[],
 			userId:this.$store.state.user.userId,
-			fileList:[
-				
-				// {tit:'担保意向函',files:[{url:"",name:'安徽嘉欣医疗用品有限公司0403担保意向函.doc'}]},
-				// {tit:'材料合规表',files:[]},
-				// {tit:'尽职调查报告',files:[]},
-				// {tit:'担保项目合法合规表',files:[]},
-				// {tit:'评审意见签批表',qflag:true,files:[]},
-				// {tit:'股东会决议',qflag:true,files:[]},
-				// {tit:'委托保证合同',qflag:true,files:[]},
-				// {tit:'其他附件',files:[{url:"",name:'安徽嘉欣医疗用品有限公司0403担保意向函.doc'},{url:"",name:'安徽嘉欣医疗用品有限公司0403担保意向函.doc'}]},
-				]
+			fileList:[]
 		}
 	},
 	onLoad: function() {

+ 1 - 11
work/components/business/hbgxx.vue

@@ -78,17 +78,7 @@
 			gdfilelist:[],
 			zheList:[],
 			userId:this.$store.state.user.userId,
-			fileList:[
-				
-				// {tit:'担保意向函',files:[{url:"",name:'安徽嘉欣医疗用品有限公司0403担保意向函.doc'}]},
-				// {tit:'材料合规表',files:[]},
-				// {tit:'尽职调查报告',files:[]},
-				// {tit:'担保项目合法合规表',files:[]},
-				// {tit:'评审意见签批表',qflag:true,files:[]},
-				// {tit:'股东会决议',qflag:true,files:[]},
-				// {tit:'委托保证合同',qflag:true,files:[]},
-				// {tit:'其他附件',files:[{url:"",name:'安徽嘉欣医疗用品有限公司0403担保意向函.doc'},{url:"",name:'安徽嘉欣医疗用品有限公司0403担保意向函.doc'}]},
-				]
+			fileList:[]
 		}
 	},
 	onLoad: function() {

+ 4 - 2
work/components/popup/popup.vue

@@ -311,7 +311,7 @@
 			<view class="mb16">
 				<view class="ttxt mb18 flexcj" v-if="bhxxobj[fjval]">附件信息
 					<lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
-						    @progress="" @uploadEnd="onuploadEnd" :fileName="bhxxobj[fjval]" :fileVal='fjval' bigType="c">
+						    @progress="" @uploadEnd="onuploadEnd" :fileName="bhxxobj[fjval]" :fileVal='fjval' bigType="f">
 						<view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
 					</lsj-upload>
 					
@@ -1065,7 +1065,9 @@
 					newobj.bigType=bigType;
 					newobj.loanApplicationId=this.loanApplicationId;
 					newobj.loanApplicationNumber=this.loanApplicationNumber;
-					this.filelist.push(newobj)
+					var newArr=[];
+					newArr.push(newobj);
+					this.filelist=JSON.parse(JSON.stringify(newArr))
 				}else{
 					this.$toast(responseText.msg)
 				}

+ 3 - 3
work/pages/business/details.vue

@@ -262,7 +262,7 @@
 						<!-- <view class="fbtns bgb" @click="getfjEdit('fkhgb')">上传附件</view> -->
 					</block>
 					<!-- a角 管理员 判断是否提前了,步骤7之后,并且暂缓了-->
-					<block  v-if="stepval==9||stepval==8&&datainfo.aAuthorize=='Y'">
+					<block v-if="stepval==9||stepval==8&&datainfo.aAuthorize=='Y'">
 						<view class="fbtns bgb" v-if="checkRole(['manager'])||userId==datainfo.aUserId" @click="getIssureFn(4,'fktzhsh')">放款通知书</view>
 					</block>
 					<!-- 借据 -->
@@ -319,8 +319,8 @@
 				<!-- 合同签约 end -->
 				<!-- 保后 -->
 				<block v-if="mtype=='cjbh'">
-					<view @click="getIssureFn(19,'qyxyfdb')">出具T+1保后表</view>
-					<view @click="getIssureFn(20,'wtbzgcly')">出具T+N保后表</view>
+					<view @click="getIssureFn(19,'bhscjcbg')">出具T+1保后表</view>
+					<view @click="getIssureFn(20,'bhjcbg')">出具T+N保后表</view>
 				</block>
 			</view>
 			<!-- <view class="surbtns" @click="getMoreSure">确认</view> -->