@@ -168,7 +168,7 @@ end
.red-label,
.red-label>view {
- color: #E4002B !important;
+ color: #437FF8 !important;
font-style: normal;
font-weight: bold;
font-size: 14px;
@@ -22,7 +22,7 @@
}
.table-content-row {
- padding: 10px 32rpx;
+ padding: 15px 32rpx 10rpx 32rpx;
.table-content-row-font {
@@ -1,20 +1,6 @@
<van-sticky scroll-top="0">
- <van-search model:value="{{ searchText }}" bind:change="onSearchText" bind:search="doSearch" placeholder="输入客户名称/地址/电话"> </van-search>
- <van-dropdown-menu active-color="#1B365D">
-
- <van-dropdown-item id="statusItem2" title="{{ statusItem2.text }}">
- <dk-dropdown-switch dataList="{{statusList}}" bind:commit='dropdowncommit'></dk-dropdown-switch>
- </van-dropdown-item>
- <van-dropdown-item id="statusItem" title="{{ statusItem.text }}">
- </van-dropdown-menu>
-</van-sticky>
+ <van-search model:value="{{ searchText }}" bind:change="onSearchText" bind:search="doSearch" placeholder="输入客户名称/地址/电话"> </van-search>
+</van-sticky>
<view style="margin: 10px 32rpx 10px 32rpx;margin-top: 10px;border-radius: 15rpx;">
<view wx:for="{{tableData}}" wx:key="index" wx:for-item="item" data-item="{{item}}" data-index="{{index}}" class="dk-card-class" style="margin-bottom: 20rpx;padding:10rpx; display: flex;justify-content: left;align-items: center;{{item.checked? 'border: 1px solid #1B365D;':''}}" catchtap="chooseData">
@@ -16,6 +16,11 @@ Page({
*/
data: {
cardList: ['main'],
+ // 底部保存按钮
+ buttonFootList: [{
+ name: 'save',
+ title: mixins.$t('save')
+ }],
contentObj: {
main: [
{ code: 'staffCode', type: 'str', required: true, title: mixins.$t('staffCode') },
@@ -10,8 +10,9 @@
<!-- 列表区 -->
<dk-form id="{{formName}}" routeObjName="{{routeObjName}}" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
</dk-form>
-<!-- 保存 -->
-<view class="bottom-class">
+<!-- 保存 -->
+<dk-save-button model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" btnRightFlag="{{true}}" buttonList="{{buttonFootList}}" contentList="{{contentnFootList}}" bind:open="save"></dk-save-button>
+<!-- <view class="bottom-class">
<van-button custom-class="save-button-class" disabled="{{loading}}" loading="{{loading}}" bind:click="save" type="default">{{$t['save']}}
</van-button>
-</view>
+</view> -->