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');
// console.log("111111111111",this.categoryId)
// console.log("===================",this.processDataMap,"=====================")
console.log("this.processDataMap===================",this.processDataMap)
// console.log("=======",this.processDataMap.wuzi)
for (const categoryId in this.processDataMap) {

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

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

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

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

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

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

Loading…
Cancel
Save