仓管发起通知领料,维修工确认领料;双方都要拍照。

This commit is contained in:
xiaofajia 2024-11-25 16:13:42 +08:00
parent 1f9f9bb56a
commit a6f12f483f
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
// 应用全局配置
module.exports = {
baseUrl: 'https://www.nuoyunr.com',
// baseUrl: 'https://www.nuoyunr.com',
// baseUrl: 'http://124.222.105.7:48080',
// baseUrl: 'http://192.168.1.4:48080',
// baseUrl: "http://localhost:48080",
baseUrl: "http://localhost:48080",
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
baseImageUrl: 'https://www.nuoyunr.com/minio/',
shareUrl: 'https://www.lighting-it.cn/share?inviteId=',

View File

@ -59,7 +59,7 @@
<view class="no" @click="confirmOpe('no')">
{{ backText }}
</view>
<view class="yes" @click="confirmOpe('yes')">
<view class="yes" @click="openFile">
{{ yesText }}
</view>
</view>