|
@@ -44,9 +44,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="content-four">
|
|
|
- 注:请完善请完善请完善请完善请完善请完善请完善
|
|
|
- </view>
|
|
|
</view>
|
|
|
<u-toast ref="repeat" position="bottom" />
|
|
|
<view class="tail" @click="location">
|
|
@@ -111,6 +108,14 @@
|
|
|
},
|
|
|
Submit() {
|
|
|
this.show = true;
|
|
|
+ let data = {
|
|
|
+ storeId:this.$store.state.storeInfo.storeId,
|
|
|
+ userId:this.$store.state.storeInfo.userId,
|
|
|
+ scanAddress: this.whole.address, //地址
|
|
|
+ longitude: this.whole.degree.x,
|
|
|
+ latitude: this.whole.degree.y,
|
|
|
+ materialList: this.datalist
|
|
|
+ }
|
|
|
request({
|
|
|
url: '/storeScan/storeScanOutTyres',
|
|
|
method: 'Post',
|