tanyanfei 5 lat temu
rodzic
commit
a18a1151e6
3 zmienionych plików z 24 dodań i 16 usunięć
  1. 13 9
      pages/apply/apply.wxml
  2. 6 6
      pages/pay/pay.wxml
  3. 5 1
      pages/pay/pay.wxss

+ 13 - 9
pages/apply/apply.wxml

@@ -4,10 +4,12 @@
      url="../post/post?type=2&&id={{item.id}}">
         <view class="status">
         <text wx:if="{{item.order_status == -1}}">待提交资料</text> 
-        <text wx:if="{{item.order_status == 0}}">待审核</text> 
-        <text wx:if="{{item.order_status == 1}}">已审核立即支付</text> 
-        <text wx:if="{{item.order_status == 2}}">已支付,学习中</text> 
-        <text wx:if="{{item.order_status == 3}}">已完成</text> 
+        <text wx:if="{{item.order_status == 0}}">审核中</text> 
+        <text wx:if="{{item.order_status == -2}}">审核未通过</text> 
+        <text wx:if="{{item.order_status == 1}}">已审核,待付款</text> 
+        <text wx:if="{{item.order_status == 2}}">已付款,待培训</text> 
+        <text wx:if="{{item.order_status == 3}}">考试完成</text> 
+        <text wx:if="{{item.order_status == 7}}">已培训,待考试</text> 
         <text style="color:green;">{{item.train_type}}</text></view>
         <view class="title">{{item.name}}   {{item.phone}}  <text>{{item.class_name}}</text></view>
         <view class="info">
@@ -22,11 +24,13 @@
     </navigator>
     <navigator class="list" wx:key='*this' open-type="navigateTo" wx:else>
         <view class="status">
-        <text wx:if="{{item.order_status == -1}}">待提交资料</text> 
-        <text wx:if="{{item.order_status == 0}}">待审核</text> 
-        <text wx:if="{{item.order_status == 1}}">已审核立即支付</text> 
-        <text wx:if="{{item.order_status == 2}}">已支付,学习中</text> 
-        <text wx:if="{{item.order_status == 3}}">已完成</text> 
+         <text wx:if="{{item.order_status == -1}}">待提交资料</text> 
+        <text wx:if="{{item.order_status == 0}}">审核中</text> 
+        <text wx:if="{{item.order_status == -2}}">审核未通过</text> 
+        <text wx:if="{{item.order_status == 1}}">已审核,待付款</text> 
+        <text wx:if="{{item.order_status == 2}}">已付款,待培训</text> 
+        <text wx:if="{{item.order_status == 3}}">考试完成</text> 
+        <text wx:if="{{item.order_status == 7}}">已培训,待考试</text> 
         <text style="color:green;">{{item.train_type}}</text></view>
         <view class="title">{{item.name}}   {{item.phone}}  <text>{{item.class_name}}</text></view>
         <view class="info">

+ 6 - 6
pages/pay/pay.wxml

@@ -4,7 +4,7 @@
       <input name='company' placeholder="请输入您的单位名称"></input>
   </view> -->
   <view class="item">
-      <label>发票类型</label>
+      <label class="">发票类型</label>
       <picker name='account' data-name='account' bindchange="pickerChange"  range="{{accountArray}}">
         <view class="picker">
         <!-- <text wx:if="{{account<0}}">请选择</text> -->
@@ -14,15 +14,15 @@
       <image src="../../images/arrow-bottom.png" mode="widthFix"></image>
   </view>
   <view class="item" wx:if='{{account == 2}}'>
-      <label>公司全称</label>
-      <input name='bill_name' placeholder="请输入公司全称"></input>
+      <label class="">公司全称</label>
+      <input name='bill_name' placeholder-class="blue" placeholder="请填写后仔细核对,开票后将不能更改"></input>
   </view>
   <view class="item" wx:if='{{account == 2}}'>
-      <label>税号</label>
-      <input name='bill_no' placeholder="请输入税号"></input>
+      <label >税号</label>
+      <input name='bill_no' placeholder-class="blue" placeholder="请填写后仔细核对,开票后将不能更改"></input>
   </view>
   <view class="item"  wx:if='{{account >= 1}}'>
-      <label>发票方式</label>
+      <label class="">发票方式</label>
       <picker name='account_type' data-name='account_type' bindchange="pickerChange"  range="{{accountTypeArray}}">
         <view class="picker">
         <!-- <text wx:if="{{account_type<0}}">请选择</text> -->

+ 5 - 1
pages/pay/pay.wxss

@@ -19,7 +19,11 @@ form{
   width: 60px;
   vertical-align: middle;
   text-align: right;
-  font-weight: 600;
+  font-weight: 800;
+}
+.item .blue{
+  /* font-weight: 1000; */
+  color: #358BFF;
 }
 .item input,.item picker{
   display: inline-block;