rev:更新
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<<el-form-item label="归属库区" prop="sect_name">
|
||||
<el-form-item label="归属库区" prop="sect_name">
|
||||
<el-input v-model="form.sect_name" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
<el-table-column width="130" show-overflow-tooltip v-for="(item, index) in disCols" :key="item.value"
|
||||
:label="item.lable">
|
||||
<template slot-scope="scope">
|
||||
<el-switch v-if="item.value == 'is_artificial'"
|
||||
<el-switch v-if="item.value == 'is_artificiality'"
|
||||
v-model="tabledis[scope.$index].form_data[item.value]"
|
||||
active-color="#409EFF"
|
||||
inactive-color="#F56C6C"
|
||||
@@ -351,9 +351,7 @@ export default {
|
||||
dtl.source_form_id = this.currentDtl.id
|
||||
dtl.source_form_date = this.currentDtl.create_time
|
||||
dtl.parent_id = this.currentDtl.id
|
||||
debugger
|
||||
dtl.form_data = this.disFormData
|
||||
|
||||
dtl.form_data = JSON.parse(JSON.stringify(this.disFormData))
|
||||
this.tabledis.push(dtl)
|
||||
},
|
||||
subRow(index){
|
||||
@@ -441,7 +439,7 @@ export default {
|
||||
padding: 10px 0px 0px 20px;
|
||||
}
|
||||
.crud-opts-right2 {
|
||||
padding-left: 77%;
|
||||
padding-left: 89%;
|
||||
}
|
||||
|
||||
.input-with-select {
|
||||
|
||||
Reference in New Issue
Block a user