| 123456789101112131415161718 |
- <!-- 前台导入wxmlUtil.wxs -->
- <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
- <van-dialog id="van-dialog" />
- <loading wx:if="{{loading}}" ></loading>
-
- <dk-form id="{{formName}}" routeObjName="{{routeObjName}}"uploaderMAX="1" cardList="{{cardList}}" contentObj="{{contentObj}}" table="{{table}}" bind:onSwitchChange = "onSwitchChange" bind:triggerBindBlur ="triggerBindBlur" bind:openStr= "openStr"
- model:value="{{formData}}" bind:chooseData="chooseData" bindtap="handleTap" isCroppingFlag="{{true}}" allowZero="{{true}}">
- </dk-form>
-
- <view style="height: 200rpx;"></view>
-
- <!-- 新建按钮 -->
- <dk-save-button btnAutoWidthFlag="{{true}}" buttonList="{{buttonList}}" bind:open="save"></dk-save-button>
- <!-- 箱片 -->
- <dk-popup type="basic" title="修改包装数量" value="{{dataItem}}" show="{{showPopBox}}" contentObj="{{popContentBox}}" bind:changeStep="changeStep" bind:commit="editItemsBox" stepperDecimal ="decimalPlaces"></dk-popup>
|