Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
9d53f76b
Commit
9d53f76b
authored
May 11, 2021
by
李超鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:update
scope:self-support body:丢失代码
parent
adf21c8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
33 deletions
+33
-33
XhFiles.vue
src/components/createCom/XhFiles.vue
+28
-28
setting.vue
src/components/photo/setting.vue
+1
-1
complete.vue
src/pages/order/complete.vue
+4
-4
No files found.
src/components/createCom/XhFiles.vue
View file @
9d53f76b
...
...
@@ -143,34 +143,34 @@
},
getPhotoStander
(){
// 获取拍照规范接口
let
self
=
this
//
this.$u.api.orderStandardItem({}).then((res)=>{
//
if (res.code == 200 && res.data.length>0) {
//
self.currentItemDate = res.data[0]
//
}else{
//
console.log("获取完工项的拍照标准异常",res.data.message)
//
}
//
})
self
.
currentItemDate
=
{
"id"
:
154
,
"partnerCompanyId"
:
10331001475
,
"categoryId"
:
1100000216
,
"brandId"
:
null
,
"type"
:
"勘测部分"
,
"name"
:
"勘测单"
,
"fieldName"
:
"06"
,
"images"
:
[
"https://cloud-bak.banshouhui.com/2-勘测单.jpg"
],
"mainPoint"
:
[
"表格清晰,文字可辨"
,
"表格居中,不倾斜"
,
"全部填写完整,不能填写的部分划横杠。"
,
"涉及到用户签字部分,不允许我方人员代签,由用户或用户指定人进行签字确认。"
,
"涉及到物业的由现场物业人员签字确认。"
],
"note"
:
"正面拍摄,完整看到单据 4 条边"
,
"orderImages"
:
null
}
this
.
$u
.
api
.
orderStandardItem
({}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
&&
res
.
data
.
length
>
0
)
{
self
.
currentItemDate
=
res
.
data
[
0
]
}
else
{
console
.
log
(
"获取完工项的拍照标准异常"
,
res
.
data
.
message
)
}
})
//
self.currentItemDate = {
//
"id": 154,
// "partnerCompanyId": 10115000001
,
//
"categoryId": 1100000216,
//
"brandId": null,
//
"type": "勘测部分",
//
"name": "勘测单",
//
"fieldName": "06",
//
"images": [
//
"https://cloud-bak.banshouhui.com/2-勘测单.jpg"
//
],
//
"mainPoint": [
//
"表格清晰,文字可辨",
//
"表格居中,不倾斜",
//
"全部填写完整,不能填写的部分划横杠。",
//
"涉及到用户签字部分,不允许我方人员代签,由用户或用户指定人进行签字确认。",
//
"涉及到物业的由现场物业人员签字确认。"
//
],
//
"note": "正面拍摄,完整看到单据 4 条边",
//
"orderImages": null
//
}
},
getWatermark
(){
if
(
getApp
().
globalData
.
photo
.
waterSetting
){
...
...
src/components/photo/setting.vue
View file @
9d53f76b
...
...
@@ -101,7 +101,7 @@
},
showTitleSwitch
()
{
return
this
.
result
[
'lowerLeft'
].
hasOwnProperty
(
'title'
)
return
this
.
result
[
'lowerLeft'
].
hasOwnProperty
(
'title'
)
&&
this
.
result
[
'lowerLeft'
][
'title'
]
},
customStyleCancel
()
{
return
{
...
...
src/pages/order/complete.vue
View file @
9d53f76b
...
...
@@ -48,10 +48,10 @@
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
@
value-change=
"fieldValueChange"
>
</xh-select>
<xh-files
v-else-if=
"typeToComponentType(item.fieldsType)==='file'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item
"
:value=
'form[item.fieldsName] || []'
@
value-change=
"fieldValueChange"
>
</xh-files>
<xh-files
v-else-if=
"typeToComponentType(item.fieldsType)==='file'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:partnerCompanyId=
"partnerCompanyId
"
:value=
'form[item.fieldsName] || []'
@
value-change=
"fieldValueChange"
>
</xh-files>
<xh-location
v-else-if=
"typeToComponentType(item.fieldsType)==='location'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
@
value-change=
"fieldValueChange"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment