crm_second_opening_mini/pagesA/crm/createCustomer/editCustomer.wxml

1 line
3.1 KiB
Plaintext
Raw Normal View History

2023-03-13 01:13:08 +00:00
<view class="create_customer data-v-edf265e8"><view class="fllow_form data-v-edf265e8" style="margin:30rpx 0;"><input type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="输入客户名称" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e" class="data-v-edf265e8"/><view class="form_right theme data-v-edf265e8"><image style="width:40rpx;height:40rpx;margin:0 20rpx 0 30rpx;" src="{{BASE_IMG_URL+'chachong.png'}}" mode="scaleToFill" class="data-v-edf265e8"></image><view data-event-opts="{{[['tap',[['checkName',['$event']]]]]}}" style="color:#03AA96;" bindtap="__e" class="data-v-edf265e8">查重</view></view></view><view class="info_head data-v-edf265e8">基础信息</view><view class="fllow_form data-v-edf265e8"><view class="data-v-edf265e8">上级公司</view><view data-event-opts="{{[['tap',[['changeParent',['$event']]]]]}}" class="form_right data-v-edf265e8" bindtap="__e"><view class="data-v-edf265e8">{{parentName?parentName:'点击选择'}}</view><view class="iconfont icon-arrows_right data-v-edf265e8"></view></view></view><view class="fllow_form data-v-edf265e8"><view class="data-v-edf265e8">地理位置</view><view data-event-opts="{{[['tap',[['detailAddClick',['$event']]]]]}}" class="form_right data-v-edf265e8" bindtap="__e"><view class="dizhidingwei data-v-edf265e8" style="display:-webkit-box;width:450rpx;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal !important;-webkit-line-clamp:1;-webkit-box-orient:vertical;">{{address_dingwei?address_dingwei:'点击选择'}}</view><view class="iconfont icon-arrows_right data-v-edf265e8"></view></view></view><view class="fllow_form_text data-v-edf265e8"><view style="flex-shrink:0;" class="data-v-edf265e8"><text class="data-v-edf265e8">*</text>详细地址</view><view class="form_right data-v-edf265e8"><textarea class="{{['detailText','data-v-edf265e8',address_detail?'valueActive':'']}}" placeholder="填写详细地址" placeholder-style="font-size:30rpx;color: #999;" data-event-opts="{{[['input',[['__set_model',['','address_detail','$event',[]]]]]]}}" value="{{address_detail}}" bindinput="__e"></textarea></view></view><block wx:for="{{listForm}}" wx:for-item="item" wx:for-index="index" wx:key="index"><form-item vue-id="{{'454aba84-1-'+index}}" objInfo="{{item}}" data-event-opts="{{[['^changeData',[['changeData']]]]}}" bind:changeData="__e" class="data-v-edf265e8" bind:__l="__l"></form-item></block><view class="btn_g bg-blue button-hover round data-v-edf265e8" id="btn" data-event-opts="{{[['tap',[['subSave',['$event']]]]]}}" bindtap="__e">保存</view><u-select vue-id="454aba84-2" mode="mutil-column-auto" value-name="code" label-name="name" child-name="children" list="{{addressList}}" value="{{show}}" data-event-opts="{{[['^confirm',[['confirm']]],['^input',[['__set_model',['','show','$event',[]]]]]]}}" bind:confirm="__e" bind:input="__e" class="data-v-edf265e8" bind:__l="__l"></u-select><select-customer bind:getCustomerinfo="__e" vue-id="454aba84-3" data-ref="customerChild" data-event-opts="{{[['^getCustomerinfo',[['sureSelect']]]]}}" class="data-v-edf265e8 vue-ref" bind:__l="__l"></select-customer></view>