uu
This commit is contained in:
parent
26b0a8dc9a
commit
3a864a6420
@ -30,7 +30,7 @@
|
||||
</view>
|
||||
<view class="mt-10">
|
||||
<u-textarea v-model="submitParam.remark" border="surround" height="120" placeholder="备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
<view class="mt-30">
|
||||
<u-button @click="handleSubmit()" type="primary" size="large" shape="square"
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
</view>
|
||||
<view class="pt-20">
|
||||
<u-textarea v-model="modelInfo.feeRemark" border="surround" height="120" placeholder="费用备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
<view class="com-section mt-30">揽收备注</view>
|
||||
<view class="blcok-white">
|
||||
<u-textarea v-model="submitParam.remark" border="surround" height="120" placeholder="备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</u-row>
|
||||
<view class="mt-20">
|
||||
<u-textarea v-model="submitParam.problemCause" border="surround" height="120" placeholder="问题描述"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
</view>
|
||||
<view class="mt-10">
|
||||
<u-textarea v-model="submitParam.remark" border="surround" height="120" placeholder="备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
</view>
|
||||
<view class="mt-10">
|
||||
<u-textarea v-model="submitParam.remark" border="surround" height="120" placeholder="留仓原因"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<view >备注</view>
|
||||
<view style="width: 70%;">
|
||||
<u-textarea v-model="submitParam.otherDes" border="surround" height="120" placeholder="备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
<tpx-com-dialog v-model:show="cancelModal.show" ref="cancelRef" title="确认取消">
|
||||
<template v-slot:body>
|
||||
<u-textarea v-model="cancelModal.data.orderRemark" border="surround" height="120" placeholder="请输入"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</template>
|
||||
</tpx-com-dialog>
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
<tpx-com-dialog v-model:show="feedModal.show" title="填写异常" @onSure="handleSubmitFeed">
|
||||
<template v-slot:body>
|
||||
<u-textarea v-model="otherDes" border="surround" height="120" placeholder="请输入"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</template>
|
||||
</tpx-com-dialog>
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
<tpx-com-dialog v-model:show="feedModal.show" title="填写异常" @onSure="handleSubmitFeed">
|
||||
<template v-slot:body>
|
||||
<u-textarea v-model="otherDes" border="surround" height="120" placeholder="请输入"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</template>
|
||||
</tpx-com-dialog>
|
||||
</tpx-page>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
</view>
|
||||
<view class="mt-10">
|
||||
<u-textarea v-model="submitParam.remark" border="surround" height="120" placeholder="备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
</view>
|
||||
<view class="mt-10">
|
||||
<u-textarea v-model="submitParam.remark" border="surround" height="120" placeholder="备注"
|
||||
maxlength="50" count></u-textarea>
|
||||
maxlength="300" count></u-textarea>
|
||||
</view>
|
||||
<view class="mt-30">
|
||||
<u-button @click="handleSubmit()" type="primary" size="large" shape="square"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user