Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dev
caoyizhong 2 years ago
parent
commit
293da14aa5
  1. 2
      .env.development
  2. 1
      package.json
  3. 33
      src/views/accessrecords/LndustrialExplosiveCome.vue
  4. 27
      src/views/accessrecords/LndustrialExplosiveEnter.vue
  5. 33
      src/views/accessrecords/ProcessMaterialWarehousingRecord.vue
  6. 31
      src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue
  7. 19
      src/views/accessrecords/ProcessMaterialsPlanRecord.vue
  8. 44
      src/views/accessrecords/modules/ProcessMaterialWarehousingDetail.vue
  9. 42
      src/views/accessrecords/modules/ProcessMaterialsDeliveryDetail.vue
  10. 64
      src/views/accessrecords/modules/ProcessMaterialsPlanDetail.vue
  11. 167
      src/views/accessrecords/statement/ProcessMaterialsPlanStatement.vue
  12. 28
      src/views/dashboard/HomePage.vue
  13. 21
      src/views/dictionaries/ProcessMerchandiseNewsList.vue
  14. 2
      src/views/dictionaries/ProcessSupplierList.vue
  15. 4
      src/views/system/LogList.vue
  16. 36
      src/views/system/RoleUserList.vue
  17. 11
      src/views/system/SysCategoryList.vue
  18. 22661
      yarn.lock

2
.env.development

@ -1,4 +1,4 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://localhost:9566/hy-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
VUE_APP_ONLINE_BASE_URL=http://182.92.73.21:8012/onlinePreview?url=

1
package.json

@ -42,6 +42,7 @@
"vue-loader": "^15.7.0",
"vue-ls": "^3.2.0",
"vue-pdf": "^4.2.0",
"vue-pdf-signature": "^4.2.7",
"vue-photo-preview": "^1.1.3",
"vue-print-nb-jeecg": "^1.0.9",
"vue-router": "^3.0.1",

33
src/views/accessrecords/LndustrialExplosiveCome.vue

@ -4,30 +4,35 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :span="4">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" v-model="queryParam.materialType" dictCode="material_type"
placeholder="请选择物资类型" />
</a-form-item>
</a-col>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('民爆出库记录')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
</a-row>
</a-form>
</div>
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<div class="table-operator">
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<!-- <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>-->
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!-- <div class="table-operator">-->
<!-- <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>-->
<!-- <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>-->
<!-- <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>-->
<!-- &lt;!&ndash; <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!-- &lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; </a-upload>&ndash;&gt;-->
<!-- &lt;!&ndash; &lt;!&ndash; 高级查询区域 &ndash;&gt;&ndash;&gt;-->
<!-- &lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->
<!-- table区域-begin -->
<div>

27
src/views/accessrecords/LndustrialExplosiveEnter.vue

@ -4,12 +4,17 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :span="4">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" v-model="queryParam.materialType" dictCode="material_type"
placeholder="请选择物资类型" />
</a-form-item>
</a-col>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('民爆入库记录')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
<!-- <a-col :xl="4" :lg="7" :md="8" :sm="16">-->
<!-- <a-form-item label="供应商">-->
<!-- <a-input placeholder="请输入供应商信息" v-model="queryParam.supplier"></a-input>-->
@ -71,19 +76,17 @@
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<div class="table-operator">
<!-- <div class="table-operator">-->
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('物资入库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- 高级查询区域 -->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!-- &lt;!&ndash; <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!-- &lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; </a-upload>&ndash;&gt;-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!-- &lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->
<!-- table区域-begin -->
<div>

33
src/views/accessrecords/ProcessMaterialWarehousingRecord.vue

@ -4,7 +4,7 @@ aq<template>
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :span="4">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" v-model="queryParam.materialType" dictCode="material_type"
placeholder="请选择物资类型" />
@ -48,7 +48,7 @@ aq<template>
<!--&lt;!&ndash; </a-form-item>&ndash;&gt;-->
<!--&lt;!&ndash; </a-col>&ndash;&gt;-->
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="流程发起人">
<a-input placeholder="请输入流程发起人" v-model="queryParam.createBy"/>
</a-form-item>
@ -63,27 +63,28 @@ aq<template>
<!-- />-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('入库记录')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
</a-row>
</a-form>
</div>
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<div class="table-operator">
<!-- &lt;!&ndash; 操作按钮区域 &ndash;&gt;-->
<!-- <div class="table-operator">-->
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('采购记录')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- 高级查询区域 -->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!--&lt;!&ndash; <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!--&lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; </a-upload>&ndash;&gt;-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!--&lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->
<!-- table区域-begin -->
<div>

31
src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue

@ -4,35 +4,38 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :span="4">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" v-model="queryParam.materialType" dictCode="material_type"
placeholder="请选择物资类型" />
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="流程发起人">
<a-input placeholder="请输入流程发起人" v-model="queryParam.createBy"/>
</a-form-item>
</a-col>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
</a-row>
</a-form>
</div>
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<div class="table-operator">
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<!-- <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>-->
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!-- <div class="table-operator">-->
<!--&lt;!&ndash; <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!--&lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; </a-upload>&ndash;&gt;-->
<!--&lt;!&ndash; &lt;!&ndash; 高级查询区域 &ndash;&gt;&ndash;&gt;-->
<!--&lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->
<!-- table区域-begin -->
<div>

19
src/views/accessrecords/ProcessMaterialsPlanRecord.vue

@ -4,17 +4,22 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :span="4">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" v-model="queryParam.materialType" dictCode="material_type"
placeholder="请选择物资类型" />
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="流程发起人">
<a-input placeholder="请输入流程发起人" v-model="queryParam.createBy"/>
</a-form-item>
</a-col>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('采购记录')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
</a-row>
</a-form>
</div>
@ -22,9 +27,7 @@
<!-- 操作按钮区域 -->
<div class="table-operator">
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<!-- <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>-->
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
@ -333,9 +336,9 @@
},
handleEnterDetail(records){
let parm ={};
parm.id = records.id
getAction("/hy/processUdgetPlan/getPlanTableId",parm);
// let parm ={};
// parm.id = records.id
// getAction("/hy/processUdgetPlan/getPlanTableId",parm);
// this.$router.push({
// name:'src-views-accessrecords-plan-ProcessMaterialsDeliveryPlan',
// params:{

44
src/views/accessrecords/modules/ProcessMaterialWarehousingDetail.vue

@ -4,22 +4,22 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<a-form-item label="供应商">
<a-input placeholder="请输入供应商信息" v-model="queryParam.supplierId"></a-input>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<a-form-item label="物料组">
<a-input placeholder="请输入物料组" v-model="queryParam.materialGroup"/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16" hidden="hidden" >
<a-form-item label="物料号">
<a-input placeholder="请输入物料" v-model="queryParam.materialNumber" disabled="disabled"/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<!-- <a-col :xl="5" :lg="7" :md="8" :sm="24" hidden="hidden" >-->
<!-- <a-form-item label="物料号">-->
<!-- <a-input placeholder="请输入物料" v-model="queryParam.materialNumber" disabled="disabled"/>-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<a-form-item label="物料名称">
<a-input placeholder="请输入物料名称" v-model="queryParam.merchandiseName"/>
</a-form-item>
@ -42,11 +42,17 @@
<!-- </a-form-item>-->
<!-- </a-col>-->
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<a-form-item label="入库人">
<a-input placeholder="请选择入库人" v-model="queryParam.librarySign"/>
</a-form-item>
</a-col>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('物资入库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
<!-- <a-col :xl="4" :lg="7" :md="8" :sm="16">-->
<!-- <a-form-item label="入库时间" :labelCol="labelCol" :wrapperCol="wrapperCol">-->
<!-- <a-range-picker-->
@ -66,18 +72,16 @@
<!-- 操作按钮区域 -->
<div class="table-operator" style="float: left;">
<!-- <div class="table-operator" style="float: left;">-->
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('物资入库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- 高级查询区域 -->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!-- &lt;!&ndash; <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!-- &lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; </a-upload>&ndash;&gt;-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!-- &lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->

42
src/views/accessrecords/modules/ProcessMaterialsDeliveryDetail.vue

@ -4,26 +4,32 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="6" :lg="7" :md="8" :sm="16">
<a-form-item label="供应商">
<a-input placeholder="请输入供应商信息" v-model="queryParam.supplierId"></a-input>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="6" :lg="7" :md="8" :sm="16">
<a-form-item label="物料组">
<a-input placeholder="请输入物料组" v-model="queryParam.materialGroup"/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16" hidden="hidden" >
<a-form-item label="物料号">
<a-input placeholder="请输入物料" v-model="queryParam.materialNumber" disabled="disabled"/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<!-- <a-col :xl="4" :lg="7" :md="8" :sm="16" hidden="hidden" >-->
<!-- <a-form-item label="物料号">-->
<!-- <a-input placeholder="请输入物料" v-model="queryParam.materialNumber" disabled="disabled"/>-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<a-col :xl="6" :lg="7" :md="8" :sm="16">
<a-form-item label="物料名称">
<a-input placeholder="请输入物料名称" v-model="queryParam.materialName"/>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="16">
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
<!-- <a-col :xl="4" :lg="7" :md="8" :sm="16">-->
<!-- <a-form-item label="出库人">-->
@ -48,17 +54,15 @@
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<div class="table-operator" style="float: left;">
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!-- <div class="table-operator" style="float: left;">-->
<!-- &lt;!&ndash; <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!-- &lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; </a-upload>&ndash;&gt;-->
<!-- &lt;!&ndash; &lt;!&ndash; 高级查询区域 &ndash;&gt;&ndash;&gt;-->
<!-- &lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->
<!-- table区域-begin -->
<div>

64
src/views/accessrecords/modules/ProcessMaterialsPlanDetail.vue

@ -4,27 +4,26 @@
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="5" :lg="7" :md="8" :sm="24">
<a-form-item label="供应商">
<a-input placeholder="请输入供应商信息" v-model="queryParam.supplierId"></a-input>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="5" :lg="7" :md="8" :sm="24">
<a-form-item label="物料组">
<a-input placeholder="请输入物料组" v-model="queryParam.materialGroup"/>
<a-input placeholder="请输入物料组" v-model="queryParam.materialClassify"/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16" hidden="hidden" >
<a-form-item label="物料号">
<a-input placeholder="请输入物料" v-model="queryParam.materialNumber" disabled="disabled"/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="16">
<a-col :xl="5" :lg="7" :md="8" :sm="24">
<a-form-item label="物料名称">
<a-input placeholder="请输入物料名称" v-model="queryParam.materialName"/>
</a-form-item>
</a-col>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" icon="download" @click="handleExportXls('物资采购记录')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</a-col>
<!-- <a-col :xl="4" :lg="7" :md="8" :sm="16">-->
<!-- <a-form-item label="出库人">-->
<!-- <a-input placeholder="请选择出库人" v-model="queryParam.librarySign"/>-->
@ -48,17 +47,14 @@
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<div class="table-operator" style="float: left;">
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
</div>
<!-- <div class="table-operator" style="float: left;">-->
<!-- &lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!-- &lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!-- &lt;!&ndash; </a-upload>&ndash;&gt;-->
<!-- &lt;!&ndash; &lt;!&ndash; 高级查询区域 &ndash;&gt;&ndash;&gt;-->
<!-- &lt;!&ndash; <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>&ndash;&gt;-->
<!-- </div>-->
<!-- table区域-begin -->
<div>
@ -190,12 +186,12 @@
{
title:'物料组',
align:"center",
dataIndex: 'descriptionName',
dataIndex: 'materialClassify',
},
{
title:'物料号',
align:"center",
dataIndex: 'materialClassify',
dataIndex: 'materialsNumber',
},
{
title:'物料名称及规格型号',
@ -248,7 +244,7 @@
},
],
url: {
list: "/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainId",
list: "/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainIdDetail",
delete: "/hy/processUdgetPlan/deleteProcessUdgetPlanMaterial",
deleteBatch: "/hy/processUdgetPlan/deleteBatchProcessUdgetPlanMaterial",
exportXlsUrl: "/hy/processUdgetPlan/exportProcessUdgetPlanMaterial",
@ -275,9 +271,22 @@
superFieldList:[],
}
},
created() {
console.log("=============",this.deliveryDetailId);
// console.log("=============",this.deliveryDetailId);
this.getSuperFieldList();
this.loadData();
},
watch:{
materPlanId:function (newData, oldData) {
//newData
//oldData
if(newData !== oldData){
this.loadData();
}
}
},
computed: {
importExcelUrl: function(){
@ -336,14 +345,15 @@
this.ipagination.current = 1;
}
this.onClearSelected()
this.queryParam.id = this.materPlanId;
this.queryParam.processUdgetPlanId = this.materPlanId;
var params = this.getQueryParams();//
this.loading = true;
console.log("=====>",params)
console.log(params)
getAction(this.url.list, params).then((res) => {
console.log(res,"//////////////////////////");
if (res.success) {
this.dataSource = res.result;
this.dataSource = res.result.records;
this.ipagination.total = res.result.total;
}
if(res.code===510){

167
src/views/accessrecords/statement/ProcessMaterialsPlanStatement.vue

@ -1,24 +1,10 @@
<template>
<div >
<div>
<a-button type="primary" icon="download" @click="downWord">下载</a-button>
<a-button type="primary" style="left: 10px" @click="previewWord">预览并打印</a-button>
<!-- <div style="width: 100%;height: 100%">
<iframe class="iframe"
:src="srcHtml"
frameborder="0"
ref="iframes"
style="width: 100%;height: 100%"
>
</iframe>
</div>-->
<button @click="goPreview">点击预览word文件</button>
<div class="docWrap">
<!-- 预览文件的地方用于渲染 -->
<div ref="file"></div>
<div style="width: 100%;height: 100%;">
<pdf ref="pdfWord" :src="pdfSrc" class="pdf" style=""></pdf>
</div>
</div>
@ -29,14 +15,17 @@
import pick from 'lodash.pick'
import { mixinDevice } from '@/utils/mixin'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { getAction,downFile} from '@/api/manage';
let docx = require("docx-preview");
import { getAction, downFile } from '@/api/manage'
import pdf from 'vue-pdf-signature'
import CMapReaderFactory from 'vue-pdf-signature/src/CMapReaderFactory'
export default {
name: "ProcessMaterialPlan",
mixins:[JeecgListMixin,mixinDevice],
props:{
materWared:{
type: String,
name: 'ProcessMaterialPlan',
mixins: [JeecgListMixin, mixinDevice],
components: { pdf, CMapReaderFactory },
props: {
materWared: {
type: String
},
/**/
procInstId: {
@ -55,24 +44,30 @@
}
},
data(){
return{
showSessionId : '',
srcHtml : '',
url:{
list: "/hy/processUdgetPlan/getPlanTable",
queryPlanApply:'/word/queryPlanApply'
data() {
return {
showSessionId: '',
srcHtml: '',
modalLsVisible: false,
pdfWord: '',
pdfSrc: '',
url: {
list: '/hy/processUdgetPlan/getPlanTable',
queryPlandDownWord: '/word/queryPlandDownWord',
queryPlanPrevie: '/word/queryPlanPrevie'
},
Wslist: null,
Wslist: null
}
},
mounted() {
this.showSessionId = window.location.search;
this.srcHtml = '../static/采购申请表.html';
// this.sendMesFroIframe();
this.showSessionId = window.location.search
},
created() {
this.goPreview();
/* downFile(this.url.queryPlanPrevie, { id: this.queryParam.id }).then((data) => {
console.log(data)
const blob = new Blob([data], { type: 'application/pdf' })
this.pdfWord = window.URL.createObjectURL(blob)
})*/
// this.loadData();
},
activated() {
@ -82,85 +77,43 @@
},
computed: {
importExcelUrl: function(){
return `${window._CONFIG['domianURL']}/${this.url.queryPlanApply}`;
importExcelUrl: function() {
return `${window._CONFIG['domianURL']}/${this.url.queryPlanApply}`
}
},
methods:{
// //
// async sendMesFroIframe() {
// await this.loadData();
// let a = this.Wslist
// console.log(">>>>>>>>>>>>>>>>>>>>>>>",this.queryParam);
//
//
// const mapFrame = this.$refs['iframes']
// if (mapFrame.attachEvent) { //
// mapFrame.attachEvent('onload', function() {
// const iframeWin = mapFrame.contentWindow
// iframeWin.postMessage(a, '*')
// // data *ip
// })
// } else {
// mapFrame.onload = function() {
// const iframeWin = mapFrame.contentWindow
// iframeWin.postMessage(a, '*')
// }
// }
//
// },
//
goPreview() {
downFile('/word/queryPlanApply', {id:this.queryParam.id }).then((data) => {
methods: {
//
downWord() {
downFile(this.url.queryPlandDownWord, { id: this.queryParam.id }).then((data) => {
const blob = new Blob([data]) //
var a = document.createElement('a') //<a></a>
a.href = URL.createObjectURL(blob) // ahref
a.download = '采购通知书.docx' //
a.style.display = 'none' // a
document.body.appendChild(a) // a
a.click() // aahref
a.remove()
})
},
previewWord() {
downFile(this.url.queryPlanPrevie, { id: this.queryParam.id }).then((data) => {
console.log(data)
docx.renderAsync(data,this.$refs.file)
const blob = new Blob([data], { type: 'application/pdf' })
this.pdfSrc = window.URL.createObjectURL(blob)
console.log(this.pdfSrc)
window.open(this.pdfSrc)//
})
},
loadData() {
this.queryParam.id = this.materWared
},
loadData() {
return new Promise((resolve, reject) => {
if(!this.url.list){
this.$message.error("请设置url.list属性!")
return
}
console.log("KLJKLJKLJKLJKL",this.materWared);
this.queryParam.id = this.materWared;
getAction(this.url.list, this.queryParam).then((res) => {
console.log(res);
if (res.success) {
this.Wslist = res.result;
console.log("this.Wslist>>>>>>>>>>>>>>>>>>>>>>>>>>>>", res.result)
}
if(res.code===510){
this.$message.warning(res.message)
}
this.loading = false;
resolve( this.Wslist );
})
})
},
}
}
</script>
<style scoped>
.docWrap {
width: 100%;
height: 100%;
overflow-x: auto;
}
.iframe {
<style lang="less" scoped>
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #fff;
overflow-y: hidden;
}
</style>

28
src/views/dashboard/HomePage.vue

@ -37,6 +37,7 @@
>
</a-table>
</div>
<show-announcement ref="ShowAnnouncement" @ok="modalFormOk"></show-announcement>
</a-card>
<!--登录日志-->
<a-card id="log" style="width: 33%; height: 100%;padding-bottom: 10px;" :body-style="{height: '95%', overflow:'hidden'}">
@ -74,10 +75,10 @@
<script>
import { getAction } from '@api/manage'
import { getAction, putAction } from '@api/manage'
import { JVXETypes } from '@/components/jeecg/JVxeTable/index'
import { colorList } from '@/components/tools/setting'
import ShowAnnouncement from '@comp/tools/ShowAnnouncement'
export default {
@ -85,6 +86,7 @@ export default {
// mixins:[JeecgListMixin],
components:{
JVXETypes,
ShowAnnouncement
},
data() {
@ -95,6 +97,7 @@ export default {
},
//
url: {
listCementByUser:"/sys/annountCement/listByUser",
todoManger: '/actTask/todoList',
lists: '/sys/log/listHomePage',
listMseeage: '/sys/sysAnnouncementSend/getMyAnnouncementSend',
@ -172,6 +175,8 @@ export default {
},
methods: {
modalFormOk(){
},
//
heightScrollTodo(){
if (document.getElementById("todoDiv").scrollTop + document.getElementById("todoDiv").offsetHeight >= document.getElementById("todoDiv").scrollHeight) {
@ -276,12 +281,19 @@ export default {
on: {
click: () => {
console.log(record)
// this.$router.push({name:'activiti-todoManage',
// params:{
// businessKey: record.busId
// }
// })
putAction(this.url.editCementSend,{anntId:record.id}).then((res)=>{
if(res.success){
this.loadData();
}
});
this.hovered = false;
if(record.openType==='component'){
this.openPath = record.openPage;
this.formData = {id:record.busId};
this.$refs.showDynamNotice.detail(record.openPage);
}else{
this.$refs.ShowAnnouncement.detail(record);
}
},
}
}

21
src/views/dictionaries/ProcessMerchandiseNewsList.vue

@ -103,7 +103,7 @@
<a-table
ref="table"
size="middle"
:scroll="{x:true}"
:scroll="{y:460}"
bordered
rowKey="id"
:columns="columns"
@ -111,11 +111,19 @@
:pagination="ipagination"
:loading="loading"
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
class="j-table-force-nowrap"
@change="handleTableChange">
<span slot="merchandiseName" slot-scope="text, record">
<j-ellipsis :value="text" :length="20"/>
</span>
<span slot="merchandiseName" slot-scope="text, record">
<j-ellipsis :value="text" :length="7"/>
</span>
<span slot="supplierId" slot-scope="text, record">
<j-ellipsis :value="text" :length="7"/>
</span>
<span slot="type" slot-scope="text, record">
<j-ellipsis :value="text" :length="7"/>
</span>
<span slot="specification" slot-scope="text, record">
<j-ellipsis :value="text" :length="7"/>
</span>
<template slot="htmlSlot" slot-scope="text">
<div v-html="text"></div>
@ -209,6 +217,7 @@ export default {
{
title:'供应商',
align:"center",
scopedSlots: { customRender: 'supplierId' },
dataIndex: 'supplierId'
},
{
@ -234,11 +243,13 @@ export default {
{
title:'型号',
align:"center",
scopedSlots: { customRender: 'type' },
dataIndex: 'type'
},
{
title:'规格',
align:"center",
scopedSlots: { customRender: 'specification' },
dataIndex: 'specification'
},
// {

2
src/views/dictionaries/ProcessSupplierList.vue

@ -59,7 +59,7 @@
size="middle"
bordered
rowKey="id"
:scroll="{x:true}"
:scroll="{y:460}"
:columns="columns"
:dataSource="dataSource"
:pagination="ipagination"

4
src/views/system/LogList.vue

@ -71,8 +71,8 @@
</div>
<!-- 字符串超长截取省略号显示-->
<span slot="logContent" slot-scope="text, record">
<j-ellipsis :value="text" :length="40"/>
</span>
<j-ellipsis :value="text" :length="10"/>
</span>
</a-table>
<!-- table区域-end -->
</a-card>

36
src/views/system/RoleUserList.vue

@ -8,36 +8,36 @@
<!-- 搜索区域 -->
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="12" :sm="8">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="角色名称" :labelCol="{span: 5}" :wrapperCol="{span: 18, offset: 1}">
<a-input placeholder="" v-model="queryParam.roleName"></a-input>
</a-form-item>
</a-col>
<a-col :md="11" :sm="12">
<a-form-item label="创建时间" :labelCol="{span: 5}" :wrapperCol="{span: 18, offset: 1}">
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-form-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-date v-model="queryParam.createTime_begin" date-format="YYYY-MM-DD " style="width:45%" placeholder="请选择开始时间" ></j-date>
<span style="width: 10px;">~</span>
<j-date v-model="queryParam.createTime_end" date-format="YYYY-MM-DD " style="width:45%" placeholder="请选择结束时间"></j-date>
</a-form-item>
</a-col>
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-col :md="12" :sm="24">
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 21px">查询</a-button>
<a-col :xl="8" :lg="7" :md="8" :sm="24">
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 21px">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<a-button @click="handleAdd" type="primary" icon="plus">新建角色</a-button>
</a-col>
</span>
</a-row>
</a-form>
</div>
<!-- 操作按钮区域 -->
<div class="table-operator" style="margin: 5px 0 10px 2px">
<a-button @click="handleAdd" type="primary" icon="plus">新建角色</a-button>
<!--<a-button @click="handleEdit(model1)" type="primary" icon="plus">角色编辑</a-button>-->
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<!-- <a-button type="primary" icon="download" @click="handleExportXls('角色管理')">导出</a-button>-->
</div>
<!-- <div class="table-operator" style="margin: 5px 0 10px 2px">-->
<!-- &lt;!&ndash;<a-button @click="handleEdit(model1)" type="primary" icon="plus">角色编辑</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">&ndash;&gt;-->
<!--&lt;!&ndash; <a-button type="primary" icon="import">导入</a-button>&ndash;&gt;-->
<!--&lt;!&ndash; </a-upload>&ndash;&gt;-->
<!--&lt;!&ndash; <a-button type="primary" icon="download" @click="handleExportXls('角色管理')">导出</a-button>&ndash;&gt;-->
<!-- </div>-->
<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
<i class="anticon anticon-info-circle ant-alert-icon">
@ -316,7 +316,15 @@
deleteBatch2: '/sys/user/deleteUserRoleBatch',
exportXlsUrl: 'sys/role/exportXls',
importExcelUrl: 'sys/role/importExcel'
}
},
labelCol: {
xs: { span: 4 },
sm: { span: 4 },
},
wrapperCol: {
xs: { span: 20 },
sm: { span: 20 },
},
}
},
computed: {

11
src/views/system/SysCategoryList.vue

@ -1,6 +1,6 @@
<template>
<a-card :bordered="false">
<!-- 操作按钮区域 -->
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
@ -27,6 +27,7 @@
ref="table"
size="middle"
rowKey="id"
:scroll="{y:460}"
:columns="columns"
:dataSource="dataSource"
:pagination="ipagination"
@ -35,7 +36,7 @@
@change="handleTableChange"
@expand="handleExpand"
v-bind="tableProps">
<span slot="action" slot-scope="text, record">
<a @click="handleEdit(record)">编辑</a>
<a-divider type="vertical" />
@ -59,7 +60,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import SysCategoryModal from './modules/SysCategoryModal'
import { deleteAction } from '@/api/manage'
export default {
name: "SysCategoryList",
mixins:[JeecgListMixin],
@ -292,8 +293,8 @@
}
}
},
}
}
</script>

22661
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save