| 12345678910111213141516171819 |
- <!-- 前台导入wxmlUtil.wxs -->
- <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
- <loading wx:if="{{loading}}" loadingName="加载中" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
- <dk-form id="{{formName}}" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
- </dk-form>
- <!-- <dk-form-bill id="{{formName}}" popType="sale" type="sale" routeObjName="{{routeObjName}}" objCol="customerId" objLabel="客户名称" objType="customer" dateCol="accountDate" dateLabel="收款日期" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
- </dk-form-bill> -->
- <!-- <dk-form-more-items id="{{formName}}" type="sale" objCol="customerId" objLabel="客户名称" objType="customer" dateCol="accountDate" dateLabel="收款日期" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
- </dk-form-more-items> -->
- <!-- 保存 -->
- <view class="bottom-class">
- <van-button custom-class="save-button-class" disabled="{{loading}}" loading="{{loading}}" bind:click="save" type="default">保存
- </van-button>
- </view>
|