|
|
@ -246,16 +246,16 @@ |
|
|
<div style="display: flex;justify-content: space-between;"> |
|
|
<div style="display: flex;justify-content: space-between;"> |
|
|
<div style="display: flex;"> |
|
|
<div style="display: flex;"> |
|
|
<div style="display: flex;"> |
|
|
<div style="display: flex;"> |
|
|
<div> 存储条件:</div> |
|
|
|
|
|
|
|
|
<div> 存储位置:</div> |
|
|
<div> |
|
|
<div> |
|
|
<BusinessSelect v-model="citem.cctj" dictType="business_cctj" style="width: 200px;"> |
|
|
|
|
|
|
|
|
<BusinessSelect v-model="citem.ccwz" dictType="business_ccwz" style="width: 200px;"> |
|
|
</BusinessSelect> |
|
|
</BusinessSelect> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div style="display: flex; margin-left: 10px;"> |
|
|
<div style="display: flex; margin-left: 10px;"> |
|
|
<div> 存储位置:</div> |
|
|
|
|
|
|
|
|
<div> 存储条件:</div> |
|
|
<div> |
|
|
<div> |
|
|
<BusinessSelect v-model="citem.ccwz" dictType="business_ccwz" style="width: 200px;"> |
|
|
|
|
|
|
|
|
<BusinessSelect v-model="citem.cctj" dictType="business_cctj" style="width: 200px;"> |
|
|
</BusinessSelect> |
|
|
</BusinessSelect> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
@ -481,6 +481,10 @@ export default { |
|
|
this.getInfo() |
|
|
this.getInfo() |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
yjccCcwzChange(cindex,val){ |
|
|
|
|
|
debugger |
|
|
|
|
|
this.cclistYj[cindex].cctj=val.wc |
|
|
|
|
|
}, |
|
|
onFillCallback(data) { |
|
|
onFillCallback(data) { |
|
|
console.log("data:" + JSON.stringify(data)) |
|
|
console.log("data:" + JSON.stringify(data)) |
|
|
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData())) |
|
|
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData())) |
|
|
|