shish il y a 1 an
Parent
commit
b623d61636
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      ghsApp/src/admin/expend/list.vue
  2. 1 1
      ghsApp/src/pagesPurchase/info.vue

+ 2 - 2
ghsApp/src/admin/expend/list.vue

@@ -21,10 +21,10 @@
 				<view style="margin-top:8upx;">付款:<text>{{item.staffName?item.staffName:''}}</text></view>
 				<view style="margin-top:8upx;">付款:<text>{{item.staffName?item.staffName:''}}</text></view>
 				<view style="margin-top:8upx;" @click="openPicker(item)">
 				<view style="margin-top:8upx;" @click="openPicker(item)">
 					时间:{{ item.payTime.substr(5,11) }}
 					时间:{{ item.payTime.substr(5,11) }}
-					<text style="margin-left:40upx;color:#969292;" v-if="item.payTime!='0000-00-00 00:00:00' && item.addTime.substr(5,5)!=item.payTime.substr(5,5)">
+					<text style="margin-left:35upx;color:#409eff;">修改</text>
+					<text style="margin-left:35upx;color:#969292;" v-if="item.payTime!='0000-00-00 00:00:00' && item.addTime.substr(5,5)!=item.payTime.substr(5,5)">
 						添加时间 {{ item.addTime.substr(5,11) }}
 						添加时间 {{ item.addTime.substr(5,11) }}
 					</text>
 					</text>
-					<text style="margin-left:30upx;color:#409eff;">修改</text>
 				</view>
 				</view>
 				<view style="margin-top:8upx;">支付:{{item.payWay==0?'线下微信':item.payWay == 4 ? '现金':item.payWay == 1?'线下支付宝':item.payWay == 5 ? '银行卡':''}}</view>
 				<view style="margin-top:8upx;">支付:{{item.payWay==0?'线下微信':item.payWay == 4 ? '现金':item.payWay == 1?'线下支付宝':item.payWay == 5 ? '银行卡':''}}</view>
 				<view v-if="item.bx == 0" style="margin-top:8upx;">报销:待报销</view>
 				<view v-if="item.bx == 0" style="margin-top:8upx;">报销:待报销</view>

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -203,7 +203,7 @@
 				<div class="module-com input-line-wrap">
 				<div class="module-com input-line-wrap">
 					<tui-list-cell class="line-cell" :hover="false">
 					<tui-list-cell class="line-cell" :hover="false">
 						<div class="tui-title">备注</div>
 						<div class="tui-title">备注</div>
-						<textarea style="height: 130upx;width:350upx;" @focus="detailInfo.remark=''" v-model="detailInfo.remark" placeholder="这里写备注"/>
+						<textarea style="height: 130upx;width:350upx;" v-model="detailInfo.remark" placeholder="这里写备注"/>
 						<button class="admin-button-com blue mini-btn" @click="modifyRemark(item)" >修改</button>
 						<button class="admin-button-com blue mini-btn" @click="modifyRemark(item)" >修改</button>
 					</tui-list-cell>
 					</tui-list-cell>
 				</div>
 				</div>