|
@@ -25,7 +25,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-null-p"></view>
|
|
<view class="flex-null-p"></view>
|
|
|
- <view class="bottom-button-p" @click="confirmatinButton()">回收人员确认</view>
|
|
|
|
|
|
|
+ <view class="bottom-button-p" @click="hwmsAppRegisterOrderPresign()">回收人员确认</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -33,6 +33,9 @@
|
|
|
import {
|
|
import {
|
|
|
config
|
|
config
|
|
|
} from '@/api/request/config.js'
|
|
} from '@/api/request/config.js'
|
|
|
|
|
+ import {
|
|
|
|
|
+ hwmsAppRegisterOrderPresign,
|
|
|
|
|
+ } from '@/pages_hazardousWasteRecycling/api/index.js'
|
|
|
export default {
|
|
export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
@@ -78,6 +81,17 @@
|
|
|
url: "/pages_hazardousWasteRecycling/views/weighingRegistration/signatureListComponent?data=" + encodeURIComponent(JSON.stringify(this.newData))
|
|
url: "/pages_hazardousWasteRecycling/views/weighingRegistration/signatureListComponent?data=" + encodeURIComponent(JSON.stringify(this.newData))
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
|
|
+ //前置留痕
|
|
|
|
|
+ async hwmsAppRegisterOrderPresign(){
|
|
|
|
|
+ const {
|
|
|
|
|
+ data
|
|
|
|
|
+ } = await hwmsAppRegisterOrderPresign(this.newData);
|
|
|
|
|
+ if (data.code == 200) {
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url: "/pages_hazardousWasteRecycling/views/weighingRegistration/signatureListComponent?data=" + encodeURIComponent(JSON.stringify(this.newData))
|
|
|
|
|
+ });
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|