仓管发起通知领料,维修工确认领料;双方都要拍照。
This commit is contained in:
parent
1f9f9bb56a
commit
a6f12f483f
@ -1,9 +1,9 @@
|
|||||||
// 应用全局配置
|
// 应用全局配置
|
||||||
module.exports = {
|
module.exports = {
|
||||||
baseUrl: 'https://www.nuoyunr.com',
|
// baseUrl: 'https://www.nuoyunr.com',
|
||||||
// baseUrl: 'http://124.222.105.7:48080',
|
// baseUrl: 'http://124.222.105.7:48080',
|
||||||
// baseUrl: 'http://192.168.1.4:48080',
|
// baseUrl: 'http://192.168.1.4:48080',
|
||||||
// baseUrl: "http://localhost:48080",
|
baseUrl: "http://localhost:48080",
|
||||||
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
||||||
baseImageUrl: 'https://www.nuoyunr.com/minio/',
|
baseImageUrl: 'https://www.nuoyunr.com/minio/',
|
||||||
shareUrl: 'https://www.lighting-it.cn/share?inviteId=',
|
shareUrl: 'https://www.lighting-it.cn/share?inviteId=',
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
<view class="no" @click="confirmOpe('no')">
|
<view class="no" @click="confirmOpe('no')">
|
||||||
{{ backText }}
|
{{ backText }}
|
||||||
</view>
|
</view>
|
||||||
<view class="yes" @click="confirmOpe('yes')">
|
<view class="yes" @click="openFile">
|
||||||
{{ yesText }}
|
{{ yesText }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user