gjy 3 years ago
parent
commit
e42211b0b9
2 changed files with 17 additions and 17 deletions
  1. 4 4
      pageD/identity/companyIdentityEdit.vue
  2. 13 13
      pageD/identity/companyIdentityThree.vue

+ 4 - 4
pageD/identity/companyIdentityEdit.vue

@@ -150,15 +150,15 @@
 					</view>
 				</view>
 				<view class="c-row b-b">
-					<text class="tit">收款人姓名</text>
+					<text class="tit">供应商姓名</text>
 					<view class="con-list">
-						<input placeholder="请填写收款人姓名" name="input" v-model="deptList.payeeName"></input>
+						<input placeholder="请填写供应商姓名" name="input" v-model="deptList.supplier"></input>
 					</view>
 				</view>
 				<view class="c-row">
-					<text class="tit">收款人身份证号</text>
+					<text class="tit">供应商电话</text>
 					<view class="con-list">
-						<input type='number' placeholder="请填写收款身份证号" name="input" v-model="deptList.payeeNumberCard"></input>
+						<input type='number' placeholder="请填写供应商电话" name="input" v-model="deptList.supplierPhone"></input>
 					</view>
 				</view>
 				<view class="c-row b-b">

+ 13 - 13
pageD/identity/companyIdentityThree.vue

@@ -41,19 +41,6 @@
 			<button v-if="zhihangStatus" class='cu-btn bg-green shadow' @click="changeZhihang">填写</button>
 			<button v-else class='cu-btn bg-green shadow' @click="changeZhihang">识别</button>
 		</view>
-		<view class="c-row b-b" v-if="identityAuthenticationInfo.customerTypeFlag == 1">
-			<text class="tit">收款人姓名</text>
-			<view class="con-list">
-				<input placeholder="请填写收款人姓名" name="input" v-model="identityAuthenticationInfo.payeeName"></input>
-			</view>
-		</view>
-		<view class="c-row b-b" v-if="identityAuthenticationInfo.customerTypeFlag == 1">
-			<text class="tit">收款人身份证号</text>
-			<view class="con-list">
-				<input placeholder="请填写收款人身份证号" name="input"
-					v-model="identityAuthenticationInfo.payeeNumberCard"></input>
-			</view>
-		</view>
 		<view class="c-row b-b">
 			<text class="tit_red">*</text>
 			<text class="tit">手机号</text>
@@ -80,6 +67,19 @@
 				<input placeholder="请填写联系地址" name="input" v-model="identityAuthenticationInfo.compAddress"></input>
 			</view>
 		</view>
+		<view class="c-row b-b" >
+			<text class="tit">供应商姓名</text>
+			<view class="con-list">
+				<input placeholder="请填写供应商姓名" name="input" v-model="identityAuthenticationInfo.supplier"></input>
+			</view>
+		</view>
+		<view class="c-row b-b" >
+			<text class="tit">供应商电话</text>
+			<view class="con-list">
+				<input placeholder="请填写供应商电话" name="input"
+					v-model="identityAuthenticationInfo.supplierPhone"></input>
+			</view>
+		</view>
 		</view>
 		
 		<button class="btns btn" @click="commit">提交</button>