wangchao %!s(int64=3) %!d(string=hai) anos
pai
achega
bb194a97a6
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      pages/erp/warehousing/warehousing.vue

+ 1 - 2
pages/erp/warehousing/warehousing.vue

@@ -95,7 +95,7 @@
 				<view class="left">成本(元/吨)</view>
 				<input @input='' v-model='detailData.grossWeight' class="right-bottom"
 					placeholder="自动获取" disabled="isEditCB"></input>
-					<u-button class="edit-btn">编辑</u-button>
+					<u-button class="edit-btn" @click="edit">编辑</u-button>
 			</view>
 			<view class="row row-bottom has-btn">
 				<view class="left">运费(元/吨)</view>
@@ -372,7 +372,6 @@
 								}
 							})
 						}
-
 					}
 				})
 			},