chenrui 4 år sedan
förälder
incheckning
c319a14500
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      pages/index/index.vue
  2. 1 1
      pages/index/searchModal.vue

+ 1 - 0
pages/index/index.vue

@@ -95,6 +95,7 @@
 				  title: '提示',
 				  content: '撤销单据后乐豆将全部退回给原支付账号,确认撤销吗?',
 				  success(res) {
+					  console.log(res,'----res',row.id)
 				    if (res.confirm) {
 				      GoldLogCancel({ id: row.id }).then(ret => {
 						  if(ret.status == 200){

+ 1 - 1
pages/index/searchModal.vue

@@ -8,7 +8,7 @@
 					<u-input clearable v-model="form.time" disabled placeholder="请选择支付时间区间" class="form-item-inp" @click="openPicker" />
 					<u-icon v-show="form.time.length != 0" name="close-circle-fill" color="#c8c0cc" size="32" class="close-circle" @click="clearTime"></u-icon>
 				</u-form-item>
-				<u-form-item label="支付账号" prop="customerMobile" class="form-item"><u-input v-model="form.customerMobile" :maxlength="30" placeholder="请输入支付账号" /></u-form-item>
+				<u-form-item label="支付账号" prop="customerMobile" class="form-item"><u-input v-model="form.customerMobile" :maxlength="11" placeholder="请输入支付账号" /></u-form-item>
 			</u-form>
 			<view class="uni-list-btns">
 				<u-button class="handle-btn search-btn" size="medium" hover-class="none" :custom-style="customBtnStyle" @click="handleSearch">查询</u-button>