Commit e24b10c67fe5616f9673f3400f341c78bcf08a8d

Authored by 史婷婷
1 parent 259ceabd

feat: 订货单&规格变更单-新增&编辑&审核-交货方式只读

@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 37
38 <uni-list-item title="交货方式"> 38 <uni-list-item title="交货方式">
39 <template v-slot:footer> 39 <template v-slot:footer>
40 - <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" /> 40 + <view class="readonly-text">{{ form.deliveryMethod }}</view>
41 </template> 41 </template>
42 </uni-list-item> 42 </uni-list-item>
43 </view> 43 </view>
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 36
37 <uni-list-item title="交货方式"> 37 <uni-list-item title="交货方式">
38 <template v-slot:footer> 38 <template v-slot:footer>
39 - <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" /> 39 + <view class="readonly-text">{{ form.deliveryMethod }}</view>
40 </template> 40 </template>
41 </uni-list-item> 41 </uni-list-item>
42 </view> 42 </view>
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 37
38 <uni-list-item title="交货方式"> 38 <uni-list-item title="交货方式">
39 <template v-slot:footer> 39 <template v-slot:footer>
40 - <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" /> 40 + <view class="readonly-text">{{ form.deliveryMethod }}</view>
41 </template> 41 </template>
42 </uni-list-item> 42 </uni-list-item>
43 </view> 43 </view>
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 36
37 <uni-list-item title="交货方式"> 37 <uni-list-item title="交货方式">
38 <template v-slot:footer> 38 <template v-slot:footer>
39 - <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" /> 39 + <view class="readonly-text">{{ form.deliveryMethod }}</view>
40 </template> 40 </template>
41 </uni-list-item> 41 </uni-list-item>
42 </view> 42 </view>