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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user