|
|
@@ -7,11 +7,11 @@
|
|
|
bind:editItems="editItems" bind:openChoosedItemInfo="openChoosedItemInfo" deleteName="deleteItemList"bind:onCloseDel="deleteItemList"
|
|
|
bind:customersChoose="customersChoose" bind:changeCheckBox="changeCheckBox" bind:changePhoneblur="changePhoneblur" popType="sale" priceTitle="" staff="staff" org="org"bind:openReverseCalculationPop="openReverseCalculationPop"reverseCalculationFlag="true"wholeOrderDiscountCol="discount"discountAmountCol="discAmt">
|
|
|
</dk-form-bill>
|
|
|
-<van-dialog id="van-dialog" />
|
|
|
+<van-dialog id="van-dialog" />
|
|
|
<view style="height: 200rpx;"></view>
|
|
|
|
|
|
<!-- 保存 -->
|
|
|
-<dk-save-button id="saveButton" model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" contentLineFlag="{{false}}" btnRightFlag="{{true}}" buttonList="{{buttonSaveList}}" bind:open="saveButton" contentList="{{contentSaveList}}" bind:change="saveChange"></dk-save-button>
|
|
|
+<dk-save-button id="saveButton" model:value="{{btnFormData}}" btnAutoWidthFlag="{{formMode != 'add'}}" contentLineFlag="{{false}}" btnRightFlag="{{true}}" buttonList="{{buttonSaveList}}" bind:open="saveButton" contentList="{{contentSaveList}}" bind:change="saveChange"></dk-save-button>
|
|
|
<!-- 修改价格反算 -->
|
|
|
<dk-popup type="basic" title="修改价格" value="{{dataItem}}" show="{{showReverseCalculationPop}}" routeObjName="{{routeObjName}}" contentObj="{{popContentReverse}}" validFlag="{{true}}" bind:blurNumberField ="blurNumberField" bind:commit="editItemsReverse" ></dk-popup>
|
|
|
<!-- 新手引导 -->
|