Commit 9d53f76b authored by 李超鹏's avatar 李超鹏

update:update

scope:self-support
body:丢失代码
parent adf21c8d
...@@ -143,34 +143,34 @@ ...@@ -143,34 +143,34 @@
}, },
getPhotoStander(){// 获取拍照规范接口 getPhotoStander(){// 获取拍照规范接口
let self = this let self = this
// this.$u.api.orderStandardItem({}).then((res)=>{ this.$u.api.orderStandardItem({}).then((res)=>{
// if (res.code == 200 && res.data.length>0) { if (res.code == 200 && res.data.length>0) {
// self.currentItemDate = res.data[0] self.currentItemDate = res.data[0]
// }else{ }else{
// console.log("获取完工项的拍照标准异常",res.data.message) 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
} }
})
// 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(){ getWatermark(){
if(getApp().globalData.photo.waterSetting){ if(getApp().globalData.photo.waterSetting){
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
}, },
showTitleSwitch() { showTitleSwitch() {
return this.result['lowerLeft'].hasOwnProperty('title') return this.result['lowerLeft'].hasOwnProperty('title')&&this.result['lowerLeft']['title']
}, },
customStyleCancel() { customStyleCancel() {
return { return {
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
@value-change="fieldValueChange"> @value-change="fieldValueChange">
</xh-select> </xh-select>
<xh-files v-else-if="typeToComponentType(item.fieldsType)==='file'" <xh-files v-else-if="typeToComponentType(item.fieldsType)==='file'"
:groupIndex="groupIndex" :itemIndex="itemIndex" :item="item" :value='form[item.fieldsName] || []' :groupIndex="groupIndex" :itemIndex="itemIndex" :item="item" :partnerCompanyId="partnerCompanyId" :value='form[item.fieldsName] || []'
@value-change="fieldValueChange"> @value-change="fieldValueChange">
</xh-files> </xh-files>
<xh-location v-else-if="typeToComponentType(item.fieldsType)==='location'" <xh-location v-else-if="typeToComponentType(item.fieldsType)==='location'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment