Browse Source

外出/出差添加结束按钮

vonin 4 years ago
parent
commit
f70a0a5522

+ 4 - 2
src/projects/business/views/Master/BusinessTravel/Info.vue

@@ -3,7 +3,7 @@
 		<common @asynCallBack="asynCallBack" :doLoading="true"></common>
 		<top-header :pageTitle="pageTitle"></top-header>
 
-		<div v-if="detail.personName" class="mui-content vongi-qingjiadt">
+		<div v-if="detail.personName" class="mui-content vongi-qingjiadt margin60">
 			<div class="vongi-qingjiadt-head flew-sp">
 				<div class="flew-items">
 					<div class="flew"><img :src="detail.faceImageUrl" width="50" v-viewer /></div>
@@ -51,7 +51,9 @@
 				</div>
 			</div>
 		</div>
-
+		<div class="fyy-footer">
+			<div class="bindfyy-btn"><button type="submit" class="mui-btn mui-btn-danger">结束出差</button></div>
+		</div>
 		<loading :visible="isLoading"></loading>
 	</div>
 </template>

+ 4 - 2
src/projects/business/views/Master/Egress/Info.vue

@@ -3,7 +3,7 @@
 		<common @asynCallBack="asynCallBack" :doLoading="true"></common>
 		<top-header :pageTitle="pageTitle"></top-header>
 
-		<div v-if="detail.personName" class="mui-content vongi-qingjiadt">
+		<div v-if="detail.personName" class="mui-content vongi-qingjiadt margin60">
 			<div class="vongi-qingjiadt-head flew-sp">
 				<div class="flew-items">
 					<div class="flew"><img :src="detail.faceImageUrl" width="50" v-viewer /></div>
@@ -61,7 +61,9 @@
 				</template>
 			</form>
 		</div>
-
+		<div class="fyy-footer">
+			<div class="bindfyy-btn"><button type="submit" class="mui-btn mui-btn-danger">结束外出</button></div>
+		</div>
 		<loading :visible="isLoading"></loading>
 	</div>
 </template>