rev:测试修改
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user