|
|
|
|
@ -32,15 +32,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_column_center g_flex_none" style="margin: 0 4px;">
|
|
|
|
|
<div style="color: #999;font-size: 17px;max-width: calc(100vw - 160px);" class="g_ell_1">
|
|
|
|
|
<div style="color: #999;font-size: 17px;max-width: calc(100vw - 160px);" class="g_ell_1"
|
|
|
|
|
:style="{
|
|
|
|
|
'color':foa == 1 ? '#666' : '#999'
|
|
|
|
|
}"
|
|
|
|
|
>
|
|
|
|
|
{{ newForm.wxname }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_column_center g_flex_none">
|
|
|
|
|
<div class="g_flex_column_center g_flex_none" v-if="foa != 1">
|
|
|
|
|
<i class="iconfont icon-gengduo11 g_c_c"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button open-type="getUserInfo" style="position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;" @getuserinfo="getUserInfo"></button>
|
|
|
|
|
<button open-type="getUserInfo" style="position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;" @getuserinfo="getUserInfo" v-if="foa != 1"></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -60,7 +64,9 @@
|
|
|
|
|
class="g_text_r"
|
|
|
|
|
placeholder-style="color:#999;font-size:17px;"
|
|
|
|
|
v-model="newForm.companyName"
|
|
|
|
|
v-if="foa != 1"
|
|
|
|
|
/>
|
|
|
|
|
<div v-if="foa == 1" style="color: #666;font-size: 17px;text-align: right;">{{ newForm.companyName }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -79,14 +85,16 @@
|
|
|
|
|
placeholder-style="color:#999;font-size:17px;"
|
|
|
|
|
v-model="newForm.phone"
|
|
|
|
|
maxlength="11"
|
|
|
|
|
v-if="foa != 1"
|
|
|
|
|
/>
|
|
|
|
|
<div v-if="foa == 1" style="color: #666;font-size: 17px;text-align: right;">{{ newForm.phone }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="margin: 10px auto 40px;width: calc(100% - 20px);">
|
|
|
|
|
<div style="background-color: #fff;border-radius: 8px;height: 88px;position: relative;" class="g_flex_row_center">
|
|
|
|
|
<div style="width: calc(100% - 20px);margin: 0 auto;">
|
|
|
|
|
<div style="width: calc(100% - 20px);margin: 0 auto;" v-if="foa != 1">
|
|
|
|
|
<u-input v-model="newForm.remark"
|
|
|
|
|
class="g_flex_1 g_ml_10"
|
|
|
|
|
maxlength="30"
|
|
|
|
|
@ -96,11 +104,13 @@
|
|
|
|
|
:clearable="false"
|
|
|
|
|
:customStyle="{ fontSize: '16px' }"
|
|
|
|
|
style="position: relative;top: -12px;"
|
|
|
|
|
v-if="foa != 1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="position: absolute;right: 16px;bottom: 16px;color: #333;font-size: 12px;">
|
|
|
|
|
<div style="position: absolute;right: 16px;bottom: 16px;color: #333;font-size: 12px;" v-if="foa != 1">
|
|
|
|
|
{{ newForm.remark.length }}/ 30
|
|
|
|
|
</div>
|
|
|
|
|
<div v-if="foa == 1" style="color: #666;font-size: 17px;text-align: left;width: 100%;padding: 14px 10px;">{{ newForm.remark }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 4px auto;width: calc(100% - 20px);color:#999;font-size: 12px;">
|
|
|
|
|
设置后系统将自动创建团队并关注该发单号,您作为创建人可在我的页面管理团队。
|
|
|
|
|
|