This commit is contained in:
zmj 2024-06-27 10:49:56 +08:00
parent fe5fc9ec35
commit 25c609e39a
1 changed files with 10 additions and 2 deletions

View File

@ -79,9 +79,16 @@
</view>
<view class="m-card order-remark">
<view class="head-title">
<view style="display: flex;align-items: center;">
<text style="margin-right: 20rpx;">是否存货</text>
<up-radio-group v-model="isCh" placement="row">
<up-radio activeColor="#20b128" label="是" name="1" style="margin-right: 10rpx;"></up-radio>
<up-radio activeColor="#20b128" label="否" name="0"></up-radio>
</up-radio-group>
</view>
<view class="head-title" style="margin-top: 20rpx;">
<text>订单备注</text>
<text>0/200</text>
<text>{{formData.remark.length}}/140</text>
</view>
<up-textarea style="background-color: #F6F6F6;" v-model="formData.remark" placeholder="暂无备注内容"
:height="40"></up-textarea>
@ -208,6 +215,7 @@
const cartStore = useCartStore();
const reservation_time = ref('')
const isCh = ref(0)
const formData = ref({
remark: ""