This commit is contained in:
2024-01-21 21:59:34 +08:00
parent 3d6ac6a40f
commit b06089e7e7
4 changed files with 7 additions and 6 deletions

View File

@@ -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
}