rev:测试修改

This commit is contained in:
2024-02-27 19:42:06 +08:00
parent aca9984d3f
commit 89371b1d5b
14 changed files with 110 additions and 36 deletions

View File

@@ -359,6 +359,7 @@ export default {
this.form.tableMater.splice(i, 1, this.form.tableMater[i]) // 通过splice 替换数据 触发视图更新
}
this.form.stor_id = this.stor_id
this.form.is_send = ''
crudRawAssist.divStruct(this.form).then(res => {
crudRawAssist.getIODtl({ 'bill_code': this.form.dtl_row.bill_code, 'open_flag': '1' }).then(res => {
this.openParam = res

View File

@@ -363,7 +363,11 @@ export default {
this.sects = res.content
})
const area_type = '1585167595403874304'
var area_type = '1585167595403874304'
if (this.storId.toString() === '1582991156504039455') {
area_type = '1760141408548818944'
}
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointList = res
})