11111
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<text style="margin-left: 8px;font-size: 18px;color: #333;">绑定云菜窖</text>
|
||||
</view>
|
||||
|
||||
<text style="margin-left: 8px;font-size: 14px;color: #333;margin-top: 20px;">提货编码</text>
|
||||
<text style="margin-left: 8px;font-size: 14px;color: #333;margin-top: 20px;">转赠单号</text>
|
||||
<view style="display: flex;flex-direction: row;justify-content: space-between;
|
||||
background: #F8F8F8;border-radius: 5px;box-sizing: border-box;
|
||||
width: calc(100vw -40px);align-items: center; padding:10px 0px;margin-top: 5px;">
|
||||
@@ -118,7 +118,7 @@
|
||||
},
|
||||
save() {
|
||||
if (this.stringIsEmpty(this.page.code) || this.page.code.length != 20) {
|
||||
this.shortToast('请输入20位提货编码')
|
||||
this.shortToast('请输入20位转赠单号')
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
</view>
|
||||
|
||||
<view style="color: #888;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
||||
,{{page.qssl}}起订。</view>
|
||||
,{{page.qssl}}斤起订。</view>
|
||||
<view style="display: flex;flex-direction: row;align-items: center;" @click="showPop()">
|
||||
<text
|
||||
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;text-decoration:underline;font-style:oblique;">
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<image src="https://supervise.yxtsoft.com/lpk/image/family_icon.png"
|
||||
mode="aspectFill" :class="selectIndex2 == index2?'top_img1':'top_img2'"
|
||||
style="width: 60px;height:60px;border-radius: 50%;padding:5px;"></image>
|
||||
style="width: 55px;height:55px;border-radius: 50%;padding:5px;"></image>
|
||||
|
||||
<text
|
||||
:class="selectIndex2 == index2?'top_text1':'top_text2'">{{item.brandName}}</text>
|
||||
@@ -134,7 +134,7 @@
|
||||
</view>
|
||||
|
||||
<view style="color: #888;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
||||
,{{data.brandVos[selectIndex2].qssl}}起订。</view>
|
||||
,{{data.brandVos[selectIndex2].qssl}}斤起订。</view>
|
||||
|
||||
<view style="display: flex;flex-direction: row;align-items: center;" @click="showPop2()">
|
||||
<text
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
<view class="center">
|
||||
|
||||
<view style="width: 22%;display: flex;flex-direction: column;overflow-y: auto;padding-top: 10px;">
|
||||
|
||||
<text style="width: 100%;text-align: center;margin-bottom: 5px;margin-top: 5px;
|
||||
color: #333;font-weight: 600;font-size: 13px;">全部分类</text>
|
||||
<view style="width: 100%;display: flex;flex-direction: column; ">
|
||||
<view v-for="(item,index) in data" @click="labelClick(index,item)"
|
||||
style="display: flex;flex-direction: column;justify-content: center;position: relative;">
|
||||
|
||||
Reference in New Issue
Block a user