Browse Source

no message

linwenxin 7 tháng trước cách đây
mục cha
commit
0395639703
1 tập tin đã thay đổi với 10 bổ sung2 xóa
  1. 10 2
      src/packageAttachment/pages/applyReturnOfNewPiece/index.vue

+ 10 - 2
src/packageAttachment/pages/applyReturnOfNewPiece/index.vue

@@ -72,13 +72,21 @@
             <view class="input_module_as">
               <view class="input_module_as_title"> 发出单位 </view>
               <view class="input_module_as_en">
-                {{ form.receiveUnit }}
+                <input
+                  v-model="form.receiveUnit"
+                  style="width: 100%; height: 100%; margin-top: -6upx"
+                  placeholder="请输入"
+                />
               </view>
             </view>
             <view class="input_module_as">
               <view class="input_module_as_title"> 接收单位 </view>
               <view class="input_module_as_en">
-                {{ form.deliveryUnit }}
+                <input
+                  v-model="form.deliveryUnit"
+                  style="width: 100%; height: 100%; margin-top: -6upx"
+                  placeholder="请输入"
+                />
               </view>
             </view>
             <view class="input_module_as">