insert.wxml 890 B

12345678910111213141516
  1. <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填信息' switch='{{showAll}}' bind:callBack='onChange' />
  2. <Yl_field id='Form' form='{{form}}' showAll='{{!showAll}}' bind:onConfirm='onConfirm' bind:interrupt="interrupt">
  3. <view slot='info'>
  4. <information id="Info" catch:queryClient='queryClient' catch:callback='introduce' />
  5. </view>
  6. <view slot='TXL'>
  7. <view class="info" catchtap="openContacts">{{language['通讯录']||'通讯录'}}</view>
  8. </view>
  9. <view slot='empty' wx:if="{{form[19].value}}">
  10. <view class="iconfont icon-quxiao" style="color: #666;padding: 0 6rpx;" catchtap="clearProject" />
  11. </view>
  12. </Yl_field>
  13. <view style="height: 140rpx;" />
  14. <view class="new-footer">
  15. <van-button custom-class='new-submit' disabled='{{disabled||loading}}' loading='{{loading}}' bindclick='submit'>{{language['提交']||'提交'}}</van-button>
  16. </view>