Browse Source

下拉清空

dev
0.0 2 years ago
parent
commit
a431484add
  1. 2
      src/views/activiti/applyHome.vue
  2. 3
      src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue
  3. 3
      src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue
  4. 7
      src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue

2
src/views/activiti/applyHome.vue

@ -319,7 +319,7 @@
} }
this.processDataMap = _.groupBy(result,'categoryId'); this.processDataMap = _.groupBy(result,'categoryId');
// console.log("111111111111",this.categoryId) // console.log("111111111111",this.categoryId)
// console.log("===================",this.processDataMap,"=====================") console.log("this.processDataMap===================",this.processDataMap)
// console.log("=======",this.processDataMap.wuzi) // console.log("=======",this.processDataMap.wuzi)
for (const categoryId in this.processDataMap) { for (const categoryId in this.processDataMap) {

3
src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue

@ -62,6 +62,7 @@
@descriptionFetch = "searchInformation" @descriptionFetch = "searchInformation"
:actionButton="!task" :actionButton="!task"
:rowNumber="true" :rowNumber="true"
:qeihuan = this.qeihuan
:rowSelection="true" :rowSelection="true"
/> />
</a-tab-pane> </a-tab-pane>
@ -120,7 +121,7 @@ import pick from 'lodash.pick'
accounting: undefined, // accounting: undefined, //
materialNature : null, // materialNature : null, //
isabled : true, isabled : true,
qeihuan : true, // qeihuan : '' ,//
isGetOneAndLast: true, // isGetOneAndLast: true, //
btndisabled: false, btndisabled: false,
labelCol: { labelCol: {

3
src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue

@ -53,6 +53,7 @@
:materialNature = materialNature :materialNature = materialNature
:rowNumber="true" :rowNumber="true"
:rowSelection="true" :rowSelection="true"
:qeihuan = this.qeihuan
@valueChange ="onSelect" @valueChange ="onSelect"
:actionButton="!task" :actionButton="!task"
@descriptionFetch = "searchInformation" @descriptionFetch = "searchInformation"
@ -117,7 +118,7 @@ import { httpAction } from '@api/manage'
materialNature : null, // materialNature : null, //
accounting: undefined, // accounting: undefined, //
isabled : true, isabled : true,
qeihuan : true, // qeihuan : '' , //
labelCol: { labelCol: {
xs: { span: 24 }, xs: { span: 24 },
sm: { span: 5 }, sm: { span: 5 },

7
src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue

@ -55,6 +55,7 @@
@valueChange ="onSelect" @valueChange ="onSelect"
:rowNumber="true" :rowNumber="true"
:rowSelection="true" :rowSelection="true"
:qeihuan = this.qeihuan
:actionButton="!task" :actionButton="!task"
@descriptionFetch = "searchInformation" @descriptionFetch = "searchInformation"
/> />
@ -116,7 +117,7 @@ export default {
materialNature : null, // materialNature : null, //
accounting: undefined, // accounting: undefined, //
isabled : true, isabled : true,
qeihuan : true, // qeihuan : '' ,//
labelCol: { labelCol: {
xs: { span: 24 }, xs: { span: 24 },
sm: { span: 5 } sm: { span: 5 }
@ -504,8 +505,8 @@ export default {
if (res.success) { if (res.success) {
this.$message.success('提交申请成功!') this.$message.success('提交申请成功!')
//todo //todo
this.$emit('loadData') this.$emit('afterSubmit', formData)
this.close() // this.close()
} else { } else {
this.$message.error(res.message) this.$message.error(res.message)
} }

Loading…
Cancel
Save