能力盘点弹窗修改
This commit is contained in:
parent
d21697d3aa
commit
9ae72f0b9d
|
@ -170,9 +170,9 @@
|
||||||
width="30%"
|
width="30%"
|
||||||
>
|
>
|
||||||
<el-radio v-model="radio" label="智能算法">智能算法</el-radio>
|
<el-radio v-model="radio" label="智能算法">智能算法</el-radio>
|
||||||
<el-radio v-model="radio" label="图层服务">图层服务</el-radio>
|
<el-radio v-model="radio" label="图层服务">GIS图层</el-radio>
|
||||||
<el-radio v-model="radio" label="开发组件">开发组件</el-radio>
|
<el-radio v-model="radio" label="开发组件">通用能力组件</el-radio>
|
||||||
<el-radio v-model="radio" label="业务组件">业务组件</el-radio>
|
<el-radio v-model="radio" label="业务组件">业务能力组件</el-radio>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="clear">取 消</el-button>
|
<el-button @click="clear">取 消</el-button>
|
||||||
<el-button type="primary" @click="showPutOnTheShelfVue"
|
<el-button type="primary" @click="showPutOnTheShelfVue"
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
</span>
|
</span>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="submitFrom.id ? '修改' + radio : '上架' + radio"
|
title="盘点入库"
|
||||||
:visible.sync="showPutOnTheShelfFlag2"
|
:visible.sync="showPutOnTheShelfFlag2"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
|
@ -583,6 +583,7 @@ export default {
|
||||||
this.reset()
|
this.reset()
|
||||||
},
|
},
|
||||||
showPutOnTheShelf () {
|
showPutOnTheShelf () {
|
||||||
|
// :title="submitFrom.id ? '修改' + radio : '上架' + radio"
|
||||||
this.showPutOnTheShelfFlag = true
|
this.showPutOnTheShelfFlag = true
|
||||||
this.$http.get('/category/getCategoryTree').then((res) => {
|
this.$http.get('/category/getCategoryTree').then((res) => {
|
||||||
this.insertList = res.data.data.filter(
|
this.insertList = res.data.data.filter(
|
||||||
|
|
|
@ -175,7 +175,7 @@
|
||||||
></relate-application>
|
></relate-application>
|
||||||
</div>
|
</div>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="submitFrom.id?'修改'+radio:'上架'+radio"
|
title="盘点入库"
|
||||||
:visible.sync="showPutOnTheShelfFlag2"
|
:visible.sync="showPutOnTheShelfFlag2"
|
||||||
:close-on-click-modal='false'
|
:close-on-click-modal='false'
|
||||||
:close-on-press-escape='false'
|
:close-on-press-escape='false'
|
||||||
|
@ -549,6 +549,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 上架
|
// 上架
|
||||||
showPutOnTheShelf () {
|
showPutOnTheShelf () {
|
||||||
|
// :title="submitFrom.id?'修改'+radio:'上架'+radio"
|
||||||
this.showPutOnTheShelfFlag2 = true
|
this.showPutOnTheShelfFlag2 = true
|
||||||
this.$http.get('/category/getCategoryTree').then(res => {
|
this.$http.get('/category/getCategoryTree').then(res => {
|
||||||
this.insertList = res.data.data.filter(item => item.name === '应用资源一')[0]
|
this.insertList = res.data.data.filter(item => item.name === '应用资源一')[0]
|
||||||
|
|
|
@ -156,9 +156,9 @@
|
||||||
width="30%"
|
width="30%"
|
||||||
>
|
>
|
||||||
<el-radio v-model="radio" label="智能算法">智能算法</el-radio>
|
<el-radio v-model="radio" label="智能算法">智能算法</el-radio>
|
||||||
<el-radio v-model="radio" label="图层服务">图层服务</el-radio>
|
<el-radio v-model="radio" label="图层服务">GIS图层</el-radio>
|
||||||
<el-radio v-model="radio" label="开发组件">开发组件</el-radio>
|
<el-radio v-model="radio" label="开发组件">通用能力组件</el-radio>
|
||||||
<el-radio v-model="radio" label="业务组件">业务组件</el-radio>
|
<el-radio v-model="radio" label="业务组件">业务能力组件</el-radio>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="clear">取 消</el-button>
|
<el-button @click="clear">取 消</el-button>
|
||||||
<el-button type="primary" @click="showPutOnTheShelfVue"
|
<el-button type="primary" @click="showPutOnTheShelfVue"
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
</span>
|
</span>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="submitFrom.id ? '修改' + radio : '上架' + radio"
|
title="盘点入库"
|
||||||
:visible.sync="showPutOnTheShelfFlag2"
|
:visible.sync="showPutOnTheShelfFlag2"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
|
|
|
@ -160,9 +160,9 @@
|
||||||
width="30%"
|
width="30%"
|
||||||
>
|
>
|
||||||
<el-radio v-model="radio" label="智能算法">智能算法</el-radio>
|
<el-radio v-model="radio" label="智能算法">智能算法</el-radio>
|
||||||
<el-radio v-model="radio" label="图层服务">图层服务</el-radio>
|
<el-radio v-model="radio" label="图层服务">GIS图层</el-radio>
|
||||||
<el-radio v-model="radio" label="开发组件">开发组件</el-radio>
|
<el-radio v-model="radio" label="开发组件">通用能力组件</el-radio>
|
||||||
<el-radio v-model="radio" label="业务组件">业务组件</el-radio>
|
<el-radio v-model="radio" label="业务组件">业务能力组件</el-radio>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="clear">取 消</el-button>
|
<el-button @click="clear">取 消</el-button>
|
||||||
<el-button type="primary" @click="showPutOnTheShelfVue"
|
<el-button type="primary" @click="showPutOnTheShelfVue"
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
</span>
|
</span>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="submitFrom.id ? '修改' + radio : '上架' + radio"
|
title="盘点入库"
|
||||||
:visible.sync="showPutOnTheShelfFlag2"
|
:visible.sync="showPutOnTheShelfFlag2"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
|
|
Loading…
Reference in New Issue