diff --git a/src/components/jeecg/PEditableTable.vue b/src/components/jeecg/PEditableTable.vue index 4cbea60..a4fd7c7 100644 --- a/src/components/jeecg/PEditableTable.vue +++ b/src/components/jeecg/PEditableTable.vue @@ -11,7 +11,8 @@
- 新增 + 新增 + 新增 \ No newline at end of file diff --git a/src/views/activiti/form/ProcessUdgetPlanForm.vue b/src/views/activiti/form/ProcessUdgetPlanForm.vue index eef3a00..e799d10 100644 --- a/src/views/activiti/form/ProcessUdgetPlanForm.vue +++ b/src/views/activiti/form/ProcessUdgetPlanForm.vue @@ -76,6 +76,7 @@ :action-button="true" :rowNumber="true" :disabled="hieg" + :isabled = "isabled" :rowSelection="true" :actionButton="true" @descriptionFetch="descriptionFetchDatas" @@ -164,6 +165,7 @@ }, data() { return { + isabled: true, bigId:[], opinion:"", bigIdRake:[], @@ -231,6 +233,17 @@ width: '200px', placeholder: '请输入${title}', options: [], + // // 表单验证规则 + // validateRules: [ + // { + // required: true, // 必填 + // message: '请输入${title}' // 提示的文本 + // }, + // { + // pattern: /^[a-z|A-Z][a-z|A-Z\d_-]{0,}$/, // 正则 + // message: '${title}必须以字母开头,可包含数字、下划线、横杠' + // } + // ] }, // { // title: '仓储地点_id', @@ -297,7 +310,8 @@ // dictCode: '', width: '200px', placeholder: '请输入${title}', - defaultValue: '' + defaultValue: '', + }, { title: '系列', @@ -487,7 +501,7 @@ this.descriptionFetchDatas(); }, mounted() { - console.log( this.$refs.processUdgetPlanMaterial); + // console.log( this.$refs.processUdgetPlanMaterial); // this.form.setFieldsValue("materialGroup",123123); }, methods: { @@ -600,7 +614,8 @@ let isEr = true; if(record.row.materialGroup !== '' && record.row.materialGroup !== undefined){ if( record.row.id !== undefined && record.row.id !== '' && this.isBu !== record.row.materialGroup ){ - // console.log("1出发了",record.row); + console.log("1出发了",record.row); + this.isabled = false; this.fetchMerchandiseNews(record.row.materialGroup); this.isBu = record.row.materialGroup; let values = [ @@ -620,10 +635,13 @@ this.$refs.processUdgetPlanMaterial.setValues(values); isEr = false; } + // if( record.row.id !== undefined && record.row.id !== '' || record.row.materialNumber === '' || record.row.materialNumber === undefined){ + // console.log("11出发了",record.row); + // } } // console.log("5555出发了",record.row); if(record.row.materialGroup !== '' && record.row.materialGroup !== undefined && record.row.materialNumber !== '' && record.row.materialNumber !== undefined && isEr){ - // console.log("2出发了",record.row); + console.log("2出发了",record.row); let materialName = { } // console.log("this.bigIdMerchandiseNewsList",this.bigIdMerchandiseNewsList) this.bigIdMerchandiseNewsList.forEach( item => { @@ -659,7 +677,7 @@ if(record.row.materialQuantity !== '' && record.row.materialPrice !== '' && record.row.materialQuantity !== undefined && record.row.materialPrice !== undefined){ // record.row.materialAmount = record.row.materialQuantity * record.row.materialPrice; - // console.log("3出发了",record.row); + console.log("3出发了",record.row); //如果单价大于5万 if(record.row.materialPrice>50000){ this.materialPrice=record.row.materialPrice @@ -681,6 +699,7 @@ }, ] this.$refs.processUdgetPlanMaterial.setValues(values); + this.isabled = true; } } @@ -707,7 +726,7 @@ }); }); getAction(this.url.merchandiseNewsList,par).then((res)=>{ - console.log(res.result); + console.log("12312",res.result); if(res.success){ let newList = res.result; if(numberList.length > 0){ @@ -820,6 +839,8 @@ }) } }); + this.isBu = undefined; + }, /*回显数据*/ init(){ diff --git a/src/views/merchandisenews/ProcessMerchandiseNewsList.vue b/src/views/merchandisenews/ProcessMerchandiseNewsList.vue index 81aedf6..d9ca692 100644 --- a/src/views/merchandisenews/ProcessMerchandiseNewsList.vue +++ b/src/views/merchandisenews/ProcessMerchandiseNewsList.vue @@ -237,16 +237,16 @@ align:"center", dataIndex: 'specification' }, - { - title:'简介概要', - align:"center", - dataIndex: 'synopsis' - }, - { - title:'分类', - align:"center", - dataIndex: 'classify' - }, + // { + // title:'简介概要', + // align:"center", + // dataIndex: 'synopsis' + // }, + // { + // title:'分类', + // align:"center", + // dataIndex: 'classify' + // }, { title: '操作', dataIndex: 'action',