Merge branch 'main' of http://121.41.2.71:3000/ykx/jy-safe-app
This commit is contained in:
commit
998b18277d
@ -59,10 +59,19 @@
|
|||||||
// beforeCreate() KO
|
// beforeCreate() KO
|
||||||
// beforeMount() mounted() OK
|
// beforeMount() mounted() OK
|
||||||
created() {
|
created() {
|
||||||
//wyw 没有驳回接口
|
if (this.refuseApi) {
|
||||||
// this.isBtnRefuseDisable = (this.__page__.options.refuseApi == null || this.__page__.options.refuseApi ==
|
this.localIsBtnRefuseDisable = false
|
||||||
// undefined || this.__page__.options.refuseApi == 'undefined') ? true : false
|
} else {
|
||||||
this.localIsBtnRefuseDisable = (this.$route.query.refuseApi == null || this.$route.query.refuseApi == undefined || this.$route.query.refuseApi == 'undefined') ? true : false
|
const pages = getCurrentPages()
|
||||||
|
const currentPage = pages[pages.length - 1]
|
||||||
|
const query = currentPage.options || {}
|
||||||
|
this.localIsBtnRefuseDisable = !(query.refuseApi && query.refuseApi !== 'undefined')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
if (this.$route && this.$route.query) {
|
||||||
|
this.localIsBtnRefuseDisable = !(this.$route.query.refuseApi && this.$route.query.refuseApi !== 'undefined')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
isBtnRefuseDisable(newValue) {
|
isBtnRefuseDisable(newValue) {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "矿山安全生产标准化系统",
|
"name" : "矿山安全生产标准化系统",
|
||||||
"appid" : "__UNI__BBB1077",
|
"appid" : "__UNI__DE7034E", //BBB1077
|
||||||
"description" : "厦钨矿山安全app",
|
"description" : "厦钨矿山安全app",
|
||||||
"versionName" : "1.0.001",
|
"versionName" : "1.0.001",
|
||||||
"versionCode" : 10001,
|
"versionCode" : 10001,
|
||||||
@ -118,7 +118,7 @@
|
|||||||
"description" : "该插件封装了保利威底层播放器,是云直播和云点播插件必须的附属插件",
|
"description" : "该插件封装了保利威底层播放器,是云直播和云点播插件必须的附属插件",
|
||||||
"platforms" : "Android,iOS",
|
"platforms" : "Android,iOS",
|
||||||
"url" : "https://ext.dcloud.net.cn/plugin?id=4798",
|
"url" : "https://ext.dcloud.net.cn/plugin?id=4798",
|
||||||
"android_package_name" : "uni.UNI03C19A0",
|
"android_package_name" : "uni.UNIDE7034E",
|
||||||
"ios_bundle_id" : "",
|
"ios_bundle_id" : "",
|
||||||
"isCloud" : true,
|
"isCloud" : true,
|
||||||
"bought" : 1,
|
"bought" : 1,
|
||||||
@ -132,7 +132,7 @@
|
|||||||
"description" : "polyv保利威视频云点播软件组件,支持聊天弹幕、视频加密、多码率、去广告等,还支持视频多维数据统计,适用于教学录播、产品介绍片、视频门户等",
|
"description" : "polyv保利威视频云点播软件组件,支持聊天弹幕、视频加密、多码率、去广告等,还支持视频多维数据统计,适用于教学录播、产品介绍片、视频门户等",
|
||||||
"platforms" : "Android,iOS",
|
"platforms" : "Android,iOS",
|
||||||
"url" : "https://ext.dcloud.net.cn/plugin?id=2802",
|
"url" : "https://ext.dcloud.net.cn/plugin?id=2802",
|
||||||
"android_package_name" : "uni.UNI03C19A0",
|
"android_package_name" : "uni.UNIDE7034E",
|
||||||
"ios_bundle_id" : "",
|
"ios_bundle_id" : "",
|
||||||
"isCloud" : true,
|
"isCloud" : true,
|
||||||
"bought" : 1,
|
"bought" : 1,
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "mes-app",
|
"name": "mh-safe-app",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mes-app",
|
"name": "mh-safe-app",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -558,7 +558,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.confirmFiles = strconfirmFiles
|
details.confirmFiles = strconfirmFiles
|
||||||
@ -583,7 +583,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.flowFiles = strconfirmFiles
|
details.flowFiles = strconfirmFiles
|
||||||
@ -608,7 +608,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.dealFiles = strconfirmFiles
|
details.dealFiles = strconfirmFiles
|
||||||
|
|||||||
@ -551,7 +551,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.confirmFiles = strconfirmFiles
|
details.confirmFiles = strconfirmFiles
|
||||||
@ -576,7 +576,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.flowFiles = strconfirmFiles
|
details.flowFiles = strconfirmFiles
|
||||||
@ -601,7 +601,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.dealFiles = strconfirmFiles
|
details.dealFiles = strconfirmFiles
|
||||||
|
|||||||
@ -68,7 +68,7 @@
|
|||||||
<u-form-item label="氧气" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="氧气" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
<u--input v-model="dataModel.OXYGEN" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.OXYGEN" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="二氧化碳" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="一氧化碳" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
<u--input v-model="dataModel.CARBON" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.CARBON" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="硫化氢" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="硫化氢" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
<u-form-item label="氧气" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="氧气" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
<u--input v-model="dataModel.OXYGEN" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.OXYGEN" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="二氧化碳" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="一氧化碳" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
<u--input v-model="dataModel.CARBON" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.CARBON" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="硫化氢" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="硫化氢" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
|
|||||||
@ -470,7 +470,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url + details.Nav_Files[j]
|
url: config.uni_app_web_source_url + details.Nav_Files[j]
|
||||||
.Nav_ImgFile.FILE_PATH,
|
.Nav_ImgFile.FILE_PATH,
|
||||||
name: details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name: details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
@ -496,7 +496,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url + details.Nav_Files[j]
|
url: config.uni_app_web_source_url + details.Nav_Files[j]
|
||||||
.Nav_ImgFile.FILE_PATH,
|
.Nav_ImgFile.FILE_PATH,
|
||||||
name: details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name: details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
@ -522,7 +522,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url + details.Nav_Files[j]
|
url: config.uni_app_web_source_url + details.Nav_Files[j]
|
||||||
.Nav_ImgFile.FILE_PATH,
|
.Nav_ImgFile.FILE_PATH,
|
||||||
name: details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name: details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
|
|||||||
@ -72,7 +72,7 @@
|
|||||||
<u-form-item label="氧气" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="氧气" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
<u--input v-model="dataModel.OXYGEN" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.OXYGEN" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="二氧化碳" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="一氧化碳" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
<u--input v-model="dataModel.CARBON" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.CARBON" placeholder="请输入内容" fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="硫化氢" prop="JOB_LOCATION" class="lkwandoa1">
|
<u-form-item label="硫化氢" prop="JOB_LOCATION" class="lkwandoa1">
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
<u-form-item label="氧气" prop="JOB_LOCATION" borderBottom>
|
<u-form-item label="氧气" prop="JOB_LOCATION" borderBottom>
|
||||||
<u--input v-model="dataModel.OXYGEN" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.OXYGEN" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="二氧化碳" prop="JOB_LOCATION" borderBottom>
|
<u-form-item label="一氧化碳" prop="JOB_LOCATION" borderBottom>
|
||||||
<u--input v-model="dataModel.CARBON" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.CARBON" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="硫化氢" prop="JOB_LOCATION" borderBottom>
|
<u-form-item label="硫化氢" prop="JOB_LOCATION" borderBottom>
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
<u-form-item label="氧气" prop="JOB_LOCATION" borderBottom>
|
<u-form-item label="氧气" prop="JOB_LOCATION" borderBottom>
|
||||||
<u--input v-model="dataModel.OXYGEN" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.OXYGEN" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="二氧化碳" prop="JOB_LOCATION" borderBottom>
|
<u-form-item label="一氧化碳" prop="JOB_LOCATION" borderBottom>
|
||||||
<u--input v-model="dataModel.CARBON" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
<u--input v-model="dataModel.CARBON" disabledColor="#ffffff" disabled fontSize="14px" border="none"></u--input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="硫化氢" prop="JOB_LOCATION" borderBottom>
|
<u-form-item label="硫化氢" prop="JOB_LOCATION" borderBottom>
|
||||||
|
|||||||
@ -116,7 +116,7 @@
|
|||||||
if (res.Nav_PreOperSchFile && res.Nav_PreOperSchFile.length > 0) {
|
if (res.Nav_PreOperSchFile && res.Nav_PreOperSchFile.length > 0) {
|
||||||
for (let i = 0; i < res.Nav_PreOperSchFile.length; i++) {
|
for (let i = 0; i < res.Nav_PreOperSchFile.length; i++) {
|
||||||
strUserFiles.push({
|
strUserFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+res.Nav_PreOperSchFile[i].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+res.Nav_PreOperSchFile[i].Nav_ImgFile.FILE_PATH,
|
||||||
name:res.Nav_PreOperSchFile[i].Nav_ImgFile.FILE_NAME
|
name:res.Nav_PreOperSchFile[i].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -286,7 +286,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
@ -326,7 +326,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
@ -366,7 +366,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
|
|||||||
@ -236,7 +236,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
@ -279,7 +279,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
@ -322,7 +322,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
|
|||||||
@ -193,7 +193,7 @@
|
|||||||
if (res.Data.Nav_AnalyzeFiles && res.Data.Nav_AnalyzeFiles.length > 0) {
|
if (res.Data.Nav_AnalyzeFiles && res.Data.Nav_AnalyzeFiles.length > 0) {
|
||||||
for (let i = 0; i < res.Data.Nav_AnalyzeFiles.length; i++) {
|
for (let i = 0; i < res.Data.Nav_AnalyzeFiles.length; i++) {
|
||||||
strUserFiles.push({
|
strUserFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+res.Data.Nav_AnalyzeFiles[i].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+res.Data.Nav_AnalyzeFiles[i].Nav_ImgFile.FILE_PATH,
|
||||||
name:res.Data.Nav_AnalyzeFiles[i].Nav_ImgFile.FILE_NAME
|
name:res.Data.Nav_AnalyzeFiles[i].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -208,7 +208,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
|
|||||||
@ -156,7 +156,7 @@
|
|||||||
if (res.Data.Nav_Files && res.Data.Nav_Files.length > 0) {
|
if (res.Data.Nav_Files && res.Data.Nav_Files.length > 0) {
|
||||||
for (let i = 0; i < res.Data.Nav_Files.length; i++) {
|
for (let i = 0; i < res.Data.Nav_Files.length; i++) {
|
||||||
strUserFiles.push({
|
strUserFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+res.Data.Nav_Files[i].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+res.Data.Nav_Files[i].Nav_ImgFile.FILE_PATH,
|
||||||
name:res.Data.Nav_Files[i].Nav_ImgFile.FILE_NAME
|
name:res.Data.Nav_Files[i].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -216,7 +216,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
|
|||||||
@ -190,7 +190,7 @@
|
|||||||
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
if (details.Nav_Files && details.Nav_Files.length > 0) {
|
||||||
for (let j = 0; j < details.Nav_Files.length; j++) {
|
for (let j = 0; j < details.Nav_Files.length; j++) {
|
||||||
strconfirmFiles.push({
|
strconfirmFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+ details.Nav_Files[j].Nav_ImgFile.FILE_PATH,
|
||||||
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
name:details.Nav_Files[j].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
details.files = strconfirmFiles
|
details.files = strconfirmFiles
|
||||||
|
|||||||
@ -116,7 +116,7 @@
|
|||||||
if (res.Nav_Files && res.Nav_Files.length > 0) {
|
if (res.Nav_Files && res.Nav_Files.length > 0) {
|
||||||
for (let i = 0; i < res.Nav_Files.length; i++) {
|
for (let i = 0; i < res.Nav_Files.length; i++) {
|
||||||
strUserFiles.push({
|
strUserFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+res.Nav_Files[i].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+res.Nav_Files[i].Nav_ImgFile.FILE_PATH,
|
||||||
name:res.Nav_Files[i].Nav_ImgFile.FILE_NAME
|
name:res.Nav_Files[i].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -165,7 +165,7 @@
|
|||||||
if (res.Nav_Files && res.Nav_Files.length > 0) {
|
if (res.Nav_Files && res.Nav_Files.length > 0) {
|
||||||
for (let i = 0; i < res.Nav_Files.length; i++) {
|
for (let i = 0; i < res.Nav_Files.length; i++) {
|
||||||
strUserFiles.push({
|
strUserFiles.push({
|
||||||
url: config.uni_app_web_local_api_url+res.Nav_Files[i].Nav_ImgFile.FILE_PATH,
|
url: config.uni_app_web_source_url+res.Nav_Files[i].Nav_ImgFile.FILE_PATH,
|
||||||
name:res.Nav_Files[i].Nav_ImgFile.FILE_NAME
|
name:res.Nav_Files[i].Nav_ImgFile.FILE_NAME
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user