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 = { // self.currentItemDate = {
"id": 154, // "id": 154,
"partnerCompanyId": 10331001475, // "partnerCompanyId": 10115000001,
"categoryId": 1100000216, // "categoryId": 1100000216,
"brandId": null, // "brandId": null,
"type": "勘测部分", // "type": "勘测部分",
"name": "勘测单", // "name": "勘测单",
"fieldName": "06", // "fieldName": "06",
"images": [ // "images": [
"https://cloud-bak.banshouhui.com/2-勘测单.jpg" // "https://cloud-bak.banshouhui.com/2-勘测单.jpg"
], // ],
"mainPoint": [ // "mainPoint": [
"表格清晰,文字可辨", // "表格清晰,文字可辨",
"表格居中,不倾斜", // "表格居中,不倾斜",
"全部填写完整,不能填写的部分划横杠。", // "全部填写完整,不能填写的部分划横杠。",
"涉及到用户签字部分,不允许我方人员代签,由用户或用户指定人进行签字确认。", // "涉及到用户签字部分,不允许我方人员代签,由用户或用户指定人进行签字确认。",
"涉及到物业的由现场物业人员签字确认。" // "涉及到物业的由现场物业人员签字确认。"
], // ],
"note": "正面拍摄,完整看到单据 4 条边", // "note": "正面拍摄,完整看到单据 4 条边",
"orderImages": null // "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 {
......
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
:groupIndex="groupIndex" :itemIndex="itemIndex" :item="item" :value='form[item.fieldsName] || ""' :groupIndex="groupIndex" :itemIndex="itemIndex" :item="item" :value='form[item.fieldsName] || ""'
@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'"
:groupIndex="groupIndex" :itemIndex="itemIndex" :item="item" :value='form[item.fieldsName] || ""' :groupIndex="groupIndex" :itemIndex="itemIndex" :item="item" :value='form[item.fieldsName] || ""'
@value-change="fieldValueChange"> @value-change="fieldValueChange">
......
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