From 0ad307de135ce54c31302b444054a5f3e53c392f Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 28 Oct 2022 18:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form/ProcessMaterialWarehousingForm.vue | 82 +------ .../form/ProcessSmaterialsScrapForm.vue | 28 ++- .../activiti/form/ProcessUdgetPlanForm.vue | 2 +- src/views/dashboard/HomePage.vue | 203 +++++++++++++----- src/views/dashboard/NewHomePage.vue | 5 +- .../ProcessSuppliesStrongerList.vue | 2 +- .../ProcessSuppliesStrongerLists.vue | 10 +- .../ProcessWasteMaterialsList.vue | 48 ++--- .../ProcessWasteMaterialsLists.vue | 14 +- .../wastematerials/modules/ProcessWaste.vue | 2 +- 10 files changed, 215 insertions(+), 181 deletions(-) diff --git a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue index 7aec639..24d7562 100644 --- a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue +++ b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue @@ -157,88 +157,12 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' title: '物料号', key: 'materialNumber', type: FormTypes.sel_search, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', defaultValue:'', }, - // { - // title: '物料描述', - // key: 'materialDescription', - // type: FormTypes.input, - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '仓储地点_id', - // key: 'unitWasteWarehouseCodeId', - // type: FormTypes.sel_search, - // dictCode:"", - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '生产时间', - // key: 'productionTime', - // type: FormTypes.date, - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '保质期', - // key: 'expirationDate', - // type: FormTypes.date, - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '是否到货', - // key: 'arrivalNotice', - // type: FormTypes.select, - // dictCode:"", - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '入库时间', - // key: 'storageTime', - // type: FormTypes.date, - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '入库人', - // key: 'librarySign', - // type: FormTypes.sel_search, - // dictCode:"", - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - // { - // title: '核算属性', - // key: 'materialType', - // type: FormTypes.sel_search, - // dictCode:"", - // width:"200px", - // placeholder: '请输入${title}', - // defaultValue:'', - // }, - /* { - title: '器材编号', - key: 'equipment', - type: FormTypes.sel_search, - dictCode:"", - width:"200px", - placeholder: '请输入${title}', - defaultValue:'', - },*/ { title: 'WBS', key: 'wbs', @@ -252,6 +176,7 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' title: '物料名称及规格型号', key: 'materialName', type: FormTypes.sel_search, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', @@ -261,6 +186,7 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' title: '单位', key: 'materialUnit', type: FormTypes.select, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', @@ -270,6 +196,7 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' title: '单价', key: 'materialPrice', type: FormTypes.inputNumber, + disabled: true, width:"200px", placeholder: '请输入${title}', defaultValue:'', @@ -278,6 +205,7 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' title: '金额', key: 'materialAmount', type: FormTypes.inputNumber, + disabled: true, width:"200px", placeholder: '请输入${title}', defaultValue:'', diff --git a/src/views/activiti/form/ProcessSmaterialsScrapForm.vue b/src/views/activiti/form/ProcessSmaterialsScrapForm.vue index 88506e0..23d3edf 100644 --- a/src/views/activiti/form/ProcessSmaterialsScrapForm.vue +++ b/src/views/activiti/form/ProcessSmaterialsScrapForm.vue @@ -137,6 +137,7 @@ title: '器材编号', key: 'equipment', type: FormTypes.sel_search, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', @@ -155,6 +156,7 @@ title: '物料名称及规格型号', key: 'materialName', type: FormTypes.sel_search, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', @@ -164,6 +166,7 @@ title: '单位', key: 'materialUnit', type: FormTypes.select, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', @@ -173,6 +176,7 @@ title: '报废数量', key: 'scrapNumber', type: FormTypes.inputNumber, + disabled: true, width:"200px", placeholder: '请输入${title}', defaultValue:'', @@ -181,6 +185,7 @@ title: '单价', key: 'materialPrice', type: FormTypes.inputNumber, + disabled: true, width:"200px", placeholder: '请输入${title}', defaultValue:'', @@ -189,6 +194,7 @@ title: '金额', key: 'materialAmount', type: FormTypes.inputNumber, + disabled: true, width:"200px", placeholder: '请输入${title}', defaultValue:'', @@ -205,6 +211,7 @@ title: '供货商', key: 'supplier', type: FormTypes.sel_search, + disabled: true, dictCode:"", width:"200px", placeholder: '请输入${title}', @@ -218,14 +225,14 @@ placeholder: '请输入${title}', defaultValue:'', }, - { - title: '物资报废流程主表id', - key: 'processSmaterialsScrapId', - type: FormTypes.input, - width:"200px", - placeholder: '请输入${title}', - defaultValue:'', - }, + // { + // title: '物资报废流程主表id', + // key: 'processSmaterialsScrapId', + // type: FormTypes.input, + // width:"200px", + // placeholder: '请输入${title}', + // defaultValue:'', + // }, ] }, url: { @@ -274,6 +281,11 @@ type: Boolean, default: false, required: false + }, + hidden: { + type: Boolean, + default: false, + required: false } }, computed: { diff --git a/src/views/activiti/form/ProcessUdgetPlanForm.vue b/src/views/activiti/form/ProcessUdgetPlanForm.vue index 5369a1a..25249e2 100644 --- a/src/views/activiti/form/ProcessUdgetPlanForm.vue +++ b/src/views/activiti/form/ProcessUdgetPlanForm.vue @@ -294,7 +294,7 @@ { title: '对比单价', key: 'action', - type: FormTypes.slot, + type: FormTypes.slot, //width: '200px', // placeholder: '请输入${title}', // defaultValue: '', diff --git a/src/views/dashboard/HomePage.vue b/src/views/dashboard/HomePage.vue index 63fef8c..fe774ca 100644 --- a/src/views/dashboard/HomePage.vue +++ b/src/views/dashboard/HomePage.vue @@ -1,65 +1,87 @@