Browse Source

添加缓存表

dev
caoyizhong 2 years ago
parent
commit
640bd2d61b
  1. 148
      src/components/jeecg/MBCKEditableTable.vue
  2. 10
      src/components/jeecg/RPlan.vue
  3. 2
      src/components/jeecg/modal/ProcessStorage.vue
  4. 2
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue
  5. 66
      src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue
  6. 8
      src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue
  7. 2
      src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue
  8. 12
      src/views/burst/form/purchase/ProcessIndustrialStorage.vue
  9. 127
      src/views/burst/form/purchase/ProcessIndustrialStorageForm.vue
  10. 312
      src/views/gunpowder/ProcessIndustrialCachelibraryList.vue
  11. 227
      src/views/gunpowder/modules/ProcessIndustrialCachelibraryForm.vue
  12. 60
      src/views/gunpowder/modules/ProcessIndustrialCachelibraryModal.vue

148
src/components/jeecg/MBCKEditableTable.vue

@ -527,6 +527,7 @@
:key="i"
showSearch
@search="searchOption($event,col,index)"
optionFilterProp="children"
:autoClearSearchValue = false
v-bind="buildProps(row,col)"
@ -815,9 +816,10 @@ export default {
lastPushTimeMap: new Map(),
number:0,
url:{
descriptionRakeUrl: "/description/processDescription/list",
merchandiseNewsList: '/merchandisenews/processMerchandiseNews/merchandiseNewsList',
merchandiseNewsListDB: '/wastematerials/processWasteMaterials/merchandiseNewsName',
merchandiseNewsList: '/burst/processIndustrial/ownList', //
queryPageDepare: '/hy/processMaterialsDelivery/queryPageDepare',//
merchandiseNewsListZW: '/wastematerials/processWasteMaterials/merchandiseNewsName', //
merchandiseNewsListZK: '/gunpowder/processIndustrialExplosive', //
}
}
},
@ -1006,6 +1008,72 @@ export default {
this.removeRows(ids);
});
},
//
searchOption (input,pro,index){
// console.log("searchOption=========",input,index);
return new Promise(async (resolve, reject) => {
if(index == 1 && !input || index == 2 && !input){
return;
}
let par = {
type: this.dragSortType,
}
if(index == 1){
par.coding = input;
}else if(index == 2){
par.name = input;
}
let ue = sessionStorage.getItem('USER_INFORMATION')
let res = JSON.parse(ue);
console.log("padresresres",res);
let de= {
id: res.departIds
}
let data=await getAction(this.url.queryPageDepare,de);
if(data.result.orgType === "3"){
//
par.departId = data.result.parentId;
}else{
//
par.departId = res.departIds
}
let urls = '' ;
if(this.verify !== 1){
urls = this.url.merchandiseNewsListZW;
// console.log("")
}else{
urls = this.url.merchandiseNewsListZK;
// console.log("")
}
await getAction(urls,par).then( (res)=>{
let a= [];
if(res.success){
console.log("222222222222222===",res.result,par);
let pam = res.result.records||res.result;
// pam.forEach( item => {
// let name = null;
// if(index == 1){
// name = item.coding;
// }else if(index == 2 ){
// name = item.name;
// }
// a.push({
// title : name,
// value : item.id,
// disabled: false
// })
// })
// this.columns[index].options = a;
this.$emit("shifu",true);
resolve( );
}
});
})
},
a(){
// console.log("l");
@ -2732,80 +2800,6 @@ export default {
// console.log("option.componentOptions.children[0]",option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0)
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
},
searchOption (input,pro,index){
// console.log("searchOption=========",input,index);
return new Promise(async (resolve, reject) => {
if(index == 1 && !input || index == 3 && !input){
return;
}
let ib = false;
let par = {
materialsNumber: input,
materialType: this.dragSortType,
// materialDepart: this.putUnder
}
let pattern = new RegExp("[\u4E00-\u9FA5]+");
if(pattern.test(input) && index == 1 || pattern.test(input) && index == 3){
ib = true;
}
let url = '' ;
if(!!this.appropriationPlan){
//
// url = this.url.merchandiseNewsList;
// console.log("222222222");
}else{
//
// console.log("111",this.sections);
if(!!this.materialNature){
console.log("执行了");
par.materialNature = this.materialNature;
}
if(!!this.sections){
if(this.sections.orgType == "2"){
par.departId = this.sections.departIds;
}
if(this.sections.orgType == "3"){
par.departId = this.sections.parentId;
}
}
url = this.url.merchandiseNewsListDB;
}
await getAction(url,par).then( (res)=>{
let a= [];
if(res.success){
console.log("222222222222222===",res.result);
let pam = res.result.records||res.result;
pam.forEach( item => {
let isb = false;
let val = '';
if(!!this.appropriationPlan){
val = item.id
}else{
val = item.merchandiseNewsId
}
let name = null;
if(ib){
name = item.merchandiseName;
}else{
name = item.materialsNumber;
}
a.push({
title : name,
value : val,
disabled: isb
})
})
this.columns[index].options = a;
this.$emit("shifu",true);
resolve( );
}
});
})
},
getEllipsisWord(content, len){
if(!content || content.length === 0){
return ''

10
src/components/jeecg/RPlan.vue

@ -195,12 +195,12 @@ export default {
}
},
callBack(rows) {
console.log("-=-=-=-==",rows);
// console.log("-=-=-=-==",rows);
let orgFieldsArr = this.orgFields.split(',')
let destFieldsArr = this.destFields.split(',')
let resetText = false
if (this.field && this.field.length > 0) {
console.log(this.field.length,"this.field.length")
// console.log(this.field.length,"this.field.length")
this.showText = ''
resetText = true
}
@ -232,10 +232,10 @@ export default {
params.vals.push(rw.warehousingBatch)
}
params.vals=params.vals.join(",")
console.log(params,"*-*-*-*-*-*-*-")
// console.log(params,"*-*-*-*-*-*-*-")
this.showText = params
}else {
console.log("222222222222222222")
// console.log("222222222222222222")
this.showText =rows[0].id
}
// update--end--autor:lvdandan-----date:20200630------for------
@ -245,7 +245,7 @@ export default {
this.$emit('callback', rows[0].id)
this.$emit('mounted', rows)
this.$emit('callType', rows[0])
// console.log(rows,"-----")
// console.log(rows,"-----1111111111111111111")
} else {
//v-model field
// this.$emit("input",row[orgFieldsArr[destFieldsArr.indexOf(this.field)]])

2
src/components/jeecg/modal/ProcessStorage.vue

@ -402,6 +402,7 @@ export default {
var params = this.getQueryParams();//
let ue= sessionStorage.getItem('USER_INFORMATION');
let res=JSON.parse(ue);
console.log("-=-=-==-123",res);
if(res.realname !== "管理员"){
if(!!res.departIds){
params.departId = res.departIds ;
@ -410,6 +411,7 @@ export default {
}
}
this.loading = true;
console.log("12341234",params);
getAction(this.url.list, params).then((res) => {
if (res.success) {
this.dataSource = res.result;

2
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -436,7 +436,7 @@
let company = sessionStorage.getItem('PARENT_ID')
let puwwcid = sessionStorage.getItem('PUWWC_Id')
let userInfo = sessionStorage.getItem('USER_INFORMATION')
console.log(userInfo)
// console.log(userInfo)
// userInfo.company=company;
if (!this.isNew) {
this.init()

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

@ -166,28 +166,39 @@ import pick from 'lodash.pick'
dataSource: [],
columns: [
{
title: '民爆物资Id',
key: 'industrialId',
title: '火工品物料组',
key: 'materialGroup',
type: FormTypes.input,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
disabled: true
},
{
title: '火工品物料号',
key: 'industrialId',
type: FormTypes.sel_search,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
options:[]
},
{
title: '民爆物资名称',
title: '火工品名称',
key: 'industrialName',
type: FormTypes.input,
type: FormTypes.sel_search,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
},
{
title: '单位',
title: '火工品单位',
key: 'unit',
type: FormTypes.input,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
disabled:true
},
{
title: '请数量',
@ -204,6 +215,7 @@ import pick from 'lodash.pick'
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
disabled: !this.disabled
},
{
title: '用途',
@ -213,14 +225,14 @@ import pick from 'lodash.pick'
placeholder: '请输入${title}',
defaultValue:'',
},
{
title: '出库表ID',
key: 'industrialDeliveryId',
type: FormTypes.input,
width:"200px",
placeholder: '请输入${title}',
defaultValue:'',
},
// {
// title: 'ID',
// key: 'industrialDeliveryId',
// type: FormTypes.input,
// width:"200px",
// placeholder: '${title}',
// defaultValue:'',
// },
// {
// title: '',
// key: 'delFlag',
@ -491,19 +503,19 @@ import pick from 'lodash.pick'
}
console.log(formData, '表单数据')
if (this.btndisabled === false) {
this.btndisabled = true
httpAction(url, formData, method).then((res) => {
if (res.success) {
this.$message.success('提交申请成功!')
//todo
this.$emit('afterSubmit',formData)
//this.close()
} else {
this.$message.error(res.message)
}
}).finally(() => {
this.btndisabled = false
})
// this.btndisabled = true
// httpAction(url, formData, method).then((res) => {
// if (res.success) {
// this.$message.success('')
// //todo
// this.$emit('afterSubmit',formData)
// //this.close()
// } else {
// this.$message.error(res.message)
// }
// }).finally(() => {
// this.btndisabled = false
// })
}
}
})
@ -677,7 +689,7 @@ import pick from 'lodash.pick'
close() {
this.visible = false
this.$emit('close')
this.$refs.form.clearValidate();
// this.$refs.form.clearValidate();
},
}

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

@ -69,8 +69,7 @@
<div v-if="isGetOneAndLast">
<a-form-item v-if="!disabled" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" :disabled="disabled||btndisabled" @click="handleSubmit">保存</a-button>
<a-button style="margin-left: 8px" type="primary" :disabled="disabled||btndisabled" @click="applySubmit">提交申请
</a-button>
<a-button style="margin-left: 8px" type="primary" :disabled="disabled||btndisabled" @click="applySubmit">提交申请</a-button>
<a-button style="margin-left: 8px" :disabled="disabled" @click="close">取消</a-button>
</a-form-item>
<a-form-item v-if="task" :wrapperCol="{ span: 24 }" style="text-align: center">
@ -680,6 +679,11 @@ import { getCurrentTime, httpAction } from '@api/manage'
validateError(msg){
this.$message.error(msg)
},
close() {
this.visible = false
this.$emit('close');
// this.$refs.form.clearValidate();
},
}
}

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

@ -740,7 +740,7 @@ export default {
{
this.visible = false
this.$emit('close')
this.$refs.form.clearValidate()
// this.$refs.form.clearValidate()
}
}

12
src/views/burst/form/purchase/ProcessIndustrialStorage.vue

@ -4,7 +4,7 @@
<a-tabs style="text-align: center;">
<a-tab-pane tab="流程正文" key="1" forceRender>
<process-industrial-storage-form :isNew="isNew" :processData="processData" :disabled="disabled" @close="close"
:task="task" :hieg="hieg" :isPlanType="isPlanType"
:task="task" :hieg="hieg" :isPlanType="isPlanType" @passTask="passTask" @backTask="backTask"
:isSourceCapital="isSourceCapital" :routePlanName="routePlanName" @loadData="loadData"
:itemId="itemId" />
</a-tab-pane>
@ -89,7 +89,15 @@ export default {
},
loadData() {
this.$emit('loadData')
}
},
/*通过审批*/
passTask() {
this.$emit('passTask')
},
/*驳回审批*/
backTask() {
this.$emit('backTask')
},
}
}
</script>

127
src/views/burst/form/purchase/ProcessIndustrialStorageForm.vue

@ -20,19 +20,23 @@
</a-form-model-item>
</a-col>
<a-col :xs="24" :sm="8">
<a-form-model-item label="入目标库" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="storageLocation">
<a-form-model-item label="入目标库" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="storageLocation" >
<!-- <a-input v-decorator="['storageLocation']" placeholder="请输入目标库"></a-input>-->
<j-select-depart v-decorator="['storageLocation',validatorRules.storageLocation]" :multiple="false" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-item label="关联采购流程" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-form-item label="关联采购流程" :labelCol="labelCol" :wrapperCol="wrapperCol" v-if="!!this.isNew">
<!-- <a-input v-decorator="['processUdgetPlanId']" placeholder="请输入关联预算流程" ></a-input>-->
<r-plan v-decorator="['industrialPurchaseId']" :trigger-change="true"
code="demo" field="name" orgFields="name" @mounted="getPlanList" @PlanIds="getPlanIds"
@callType="getcallType"
destFields="name"/>
</a-form-item>
<a-form-item label="关联采购流程" :labelCol="labelCol" :wrapperCol="wrapperCol" v-else>
<a-input v-decorator="['serialNumber']" placeholder="请输入关联预算流程" ></a-input>
</a-form-item>
</a-col>
<a-col :xs="24" :sm="8">
@ -109,7 +113,7 @@ import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
import JDictSelectTag from '@/components/dict/JDictSelectTag'
import JSelectCompany from '../../../../components/jeecgbiz/JSelectCompany'
import { getStringArry, httpAction,getAction,postFormAction } from '@api/manage'
import { getStringArry, httpAction, getAction, postFormAction, getRecord } from '@api/manage'
import pick from 'lodash.pick'
import RPlan from '@comp/jeecg/RPlan'
import { accMul } from '../../../../../common/common'
@ -132,6 +136,7 @@ export default {
return {
isGetOneAndLast: true, //
btndisabled: false,
assignees: "",
labelCol: {
xs: { span: 24 },
sm: { span: 5 }
@ -331,11 +336,15 @@ export default {
list: '/burst/processIndustrialPurchase/queryProcessIndustrialPurchaseMaterialByMainIds',
edit: '/burst/processIndustrialStorage/edit',
addIndustrialStorage: '/burst/processIndustrialStorage/addIndustrialStorage', //
getFirstNode: '/actProcessIns/getFirstNode',
queryById: '/burst/processIndustrialStorage/queryById',
processIndustrialStorageMaterial: {
list: '/burst/processIndustrialStorage/queryProcessIndustrialStorageMaterialByMainId'
list: '/burst/processIndustrialStorage/queryProcessIndustrialStorageMaterialByMainId',
lists: '/burst/processIndustrialStorage/queryProcessIndustrialStorageMaterialByMainIds',
}
},
industrialPurchaseId: '',
serialNumber: '',
}
},
props: {
@ -368,8 +377,13 @@ export default {
created() {
let company = sessionStorage.getItem('PARENT_ID')
let puwwcid = sessionStorage.getItem('PUWWC_Id')
let userInfo = sessionStorage.getItem('USER_INFORMATION')
this.popupCallback(company, userInfo, puwwcid);
let userInfo = sessionStorage.getItem('USER_INFORMATION');
if (!this.isNew) {
this.init();
} else {
this.popupCallback(company, userInfo, puwwcid);
}
},
methods: {
@ -395,7 +409,8 @@ export default {
},
getcallType(type) {
this.data.materialType = type.materialType
this.data.materialType = type.materialType;
this.serialNumber = type.warehousingBatch;
let fieldval = pick(this.data, 'materialType')
this.$nextTick(() => {
this.form.setFieldsValue(fieldval)
@ -509,17 +524,62 @@ export default {
}
},
getAssignees(v) {
getAction(this.url.getFirstNode, {
procDefId: v.procDefId,
tableId: v.tableId,
tableName: v.tableName
}).then(res => {
if (res.success) {
if (res.result.users && res.result.users.length > 0) {
//
let ids = []
res.result.users.forEach(e => {
ids.push(e.username)
})
this.assignees = ids.join(',')
}
}
})
},
/*回显数据*/
init() {
this.btndisabled = true
var r = this.processData
this.getAssignees(r)
if (!r.tableId) {
return
}
this.getAction(this.url.queryById, {
id: r.tableId
}).then((res) => {
if (res.success) {
let formData = res.result
formData.tableName = r.tableName
this.data = formData
console.log('表单回显数据', this.data)
this.editAfter()
this.btndisabled = false
} else {
this.$message.error(res.message)
}
})
},
popupCallback(company, row, puwwcid) {
let res = JSON.parse(row)
let res = JSON.parse(row);
let param = {}
param.createBy = res.username
param.company = company
param.departId = res.departIds;
if(res.post != "系统管理员"){
param.storageLocation = res.departIds;
}
//
// this.getSortNum(res.departIds);
// param.createTime = getCurrentTime();
this.data = param
let fieldval = pick(this.data, 'createBy', 'company', 'departId');
let fieldval = pick(this.data, 'createBy', 'company', 'departId','storageLocation');
this.$nextTick(() => {
this.form.setFieldsValue(fieldval);
@ -538,9 +598,11 @@ export default {
},
//
backTask() {
this.$emit('backTask')
},
//
passTask() {
this.$emit('passTask')
},
//
applySubmit(e) {
@ -552,21 +614,21 @@ export default {
}
let formData = this.classifyIntoFormData(allValues);
formData.industrialPurchaseId = this.industrialPurchaseId;
formData.serialNumber = this.serialNumber;
this.Globaler.dictOptions.forEach(it =>{
// console.log("it",it);
if(it.text == formData.materialType){
formData.type = it.value;
}
});
console.log('=--=-=-', formData)
console.log('=-industrialPurchaseId-=-=-', this.industrialPurchaseId)
// console.log('=--=-=-', formData)
if (formData.processIndustrialStorageMaterialList.length < 1){
this.$message.error('请填写清单内容')
return
}
let par = false;
formData.processIndustrialStorageMaterialList.forEach(item =>{
console.log("-=-=-=",item);
// console.log("-=-=-=",item);
if(!item.materialPrice || !item.materialQuantity){
par = true;
}
@ -612,7 +674,8 @@ export default {
formData.processInstanceId = this.processData.id
}
if (formData.planType == 1 && formData.materialType != 6) {
console.log('格式化后的数据', formData)
console.log('格式化后的数据', formData);
// if (formData.ifDirect == null && this.routePlanName == '') {
// this.$message.error('!')
// return;
@ -625,7 +688,8 @@ export default {
// }
// }
}
console.log(formData, '表单数据')
console.log(formData, '表单数据');
formData.processStorageMaterialList = formData.processIndustrialStorageMaterialList;
if (this.btndisabled === false) {
this.btndisabled = true
httpAction(url, formData, method).then((res) => {
@ -757,14 +821,43 @@ export default {
},
/** 调用完edit()方法之后会自动调用此方法 */
editAfter() {
if (this.data.id != null && this.data.id != '' && this.data.id != undefined && this.data.fileId != null && this.data.fileId != '') {
//1
this.data = getRecord(this.data)
}
this.data.materialType = this.data.type;
let fieldval = pick(this.data, 'id', 'company', 'createTime', 'departId', 'createBy', 'storageLocation','serialNumber', 'industrialPurchaseId', 'materialType', 'batch', 'fileId')
this.$nextTick(() => {
this.form.setFieldsValue(fieldval)
})
//
if (this.model.id) {
let params = { id: this.model.id }
this.requestSubTableData(this.url.processIndustrialStorageMaterial.list, params, this.processIndustrialStorageMaterialTable)
if (this.data.id) {
let params = { id: this.data.id }
this.requestSubTableData(this.url.processIndustrialStorageMaterial.lists, params, this.processIndustrialStorageMaterialTable)
}
},
/** 查询某个tab的数据 */
requestSubTableData(url, params, tab, success) {
tab.loading = true
getAction(url, params).then(res => {
let { result } = res
let dataSource = []
if (result) {
if (Array.isArray(result)) {
dataSource = result
} else if (Array.isArray(result.records)) {
dataSource = result.records
}
}
console.log("12312312",dataSource);
tab.dataSource = dataSource
typeof success === 'function' ? success(res) : ''
}).finally(() => {
tab.loading = false
})
},
//
validateSubForm(allValues) {
return new Promise((resolve, reject) => {

312
src/views/gunpowder/ProcessIndustrialCachelibraryList.vue

@ -0,0 +1,312 @@
<template>
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="火工品编码">
<a-input placeholder="请输入火工品编码" v-model="queryParam.pyrotechnics"></a-input>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="火工品名称规格">
<a-input placeholder="请输入火工品名称规格" v-model="queryParam.pyrotechnicsName"></a-input>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="火工品类别">
<a-input placeholder="请输入火工品类别" v-model="queryParam.category"></a-input>
</a-form-item>
</a-col>
</template>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<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 @click="handleToggleSearch" style="margin-left: 8px">
{{ toggleSearchStatus ? '收起' : '展开' }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
</span>
</a-col>
</a-row>
</a-form>
</div>
<!-- 查询区域-END -->
<!-- 操作按钮区域 -->
<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-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>
<a-dropdown v-if="selectedRowKeys.length > 0">
<a-menu slot="overlay">
<a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
</a-menu>
<a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
</a-dropdown>
</div>
<!-- table区域-begin -->
<div>
<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
<i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>
<a style="margin-left: 24px" @click="onClearSelected">清空</a>
</div>
<a-table
ref="table"
size="middle"
:scroll="{x:true}"
bordered
rowKey="id"
:columns="columns"
:dataSource="dataSource"
:pagination="ipagination"
:loading="loading"
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
class="j-table-force-nowrap"
@change="handleTableChange">
<template slot="htmlSlot" slot-scope="text">
<div v-html="text"></div>
</template>
<template slot="imgSlot" slot-scope="text,record">
<span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
<img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
</template>
<template slot="fileSlot" slot-scope="text">
<span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
<a-button
v-else
:ghost="true"
type="primary"
icon="download"
size="small"
@click="downloadFile(text)">
下载
</a-button>
</template>
<span slot="action" slot-scope="text, record">
<a @click="handleEdit(record)">编辑</a>
<a-divider type="vertical" />
<a-dropdown>
<a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
<a-menu slot="overlay">
<a-menu-item>
<a @click="handleDetail(record)">详情</a>
</a-menu-item>
<a-menu-item>
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
<a>删除</a>
</a-popconfirm>
</a-menu-item>
</a-menu>
</a-dropdown>
</span>
</a-table>
</div>
<process-industrial-cachelibrary-modal ref="modalForm" @ok="modalFormOk"></process-industrial-cachelibrary-modal>
</a-card>
</template>
<script>
import '@/assets/less/TableExpand.less'
import { mixinDevice } from '@/utils/mixin'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import ProcessIndustrialCachelibraryModal from './modules/ProcessIndustrialCachelibraryModal'
export default {
name: 'ProcessIndustrialCachelibraryList',
mixins:[JeecgListMixin, mixinDevice],
components: {
ProcessIndustrialCachelibraryModal
},
data () {
return {
description: '民爆缓存库管理页面',
//
columns: [
{
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
}
},
{
title:'生产厂家',
align:"center",
dataIndex: 'manufacturer'
},
{
title:'火工品编码',
align:"center",
dataIndex: 'pyrotechnics'
},
{
title:'火工品名称规格',
align:"center",
dataIndex: 'pyrotechnicsName'
},
{
title:'火工品类别',
align:"center",
dataIndex: 'category'
},
{
title:'单位',
align:"center",
dataIndex: 'unit'
},
{
title:'生产日期',
align:"center",
dataIndex: 'producedDate',
customRender:function (text) {
return !text?"":(text.length>10?text.substr(0,10):text)
}
},
{
title:'年初总量',
align:"center",
dataIndex: 'yearBeginningGross'
},
{
title:'年初数量',
align:"center",
dataIndex: 'yearBeginningNumber'
},
{
title:'库存总量',
align:"center",
dataIndex: 'repertoryGross'
},
{
title:'库存数量',
align:"center",
dataIndex: 'repertoryNumber'
},
{
title:'过期报废',
align:"center",
dataIndex: 'staleDated',
customRender:function (text) {
return !text?"":(text.length>10?text.substr(0,10):text)
}
},
{
title:'库别',
align:"center",
dataIndex: 'kube'
},
{
title:'主货位',
align:"center",
dataIndex: 'lordGoodsAllocation'
},
{
title:'副货位',
align:"center",
dataIndex: 'assistantGoodsAllocation'
},
{
title:'单价',
align:"center",
dataIndex: 'unitPrice'
},
{
title:'射孔弹每箱发数',
align:"center",
dataIndex: 'number'
},
{
title:'箱数',
align:"center",
dataIndex: 'cartonNumbers'
},
{
title:'备注',
align:"center",
dataIndex: 'remark'
},
{
title:'删除状态',
align:"center",
dataIndex: 'delFlag'
},
{
title: '操作',
dataIndex: 'action',
align:"center",
fixed:"right",
width:147,
scopedSlots: { customRender: 'action' }
}
],
url: {
list: "/gunpowder/processIndustrialCachelibrary/list",
delete: "/gunpowder/processIndustrialCachelibrary/delete",
deleteBatch: "/gunpowder/processIndustrialCachelibrary/deleteBatch",
exportXlsUrl: "/gunpowder/processIndustrialCachelibrary/exportXls",
importExcelUrl: "gunpowder/processIndustrialCachelibrary/importExcel",
},
dictOptions:{},
superFieldList:[],
}
},
created() {
this.getSuperFieldList();
},
computed: {
importExcelUrl: function(){
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
},
},
methods: {
initDictConfig(){
},
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'string',value:'manufacturer',text:'生产厂家',dictCode:''})
fieldList.push({type:'string',value:'pyrotechnics',text:'火工品编码',dictCode:''})
fieldList.push({type:'string',value:'pyrotechnicsName',text:'火工品名称规格',dictCode:''})
fieldList.push({type:'string',value:'category',text:'火工品类别',dictCode:''})
fieldList.push({type:'string',value:'unit',text:'单位',dictCode:''})
fieldList.push({type:'date',value:'producedDate',text:'生产日期'})
fieldList.push({type:'int',value:'yearBeginningGross',text:'年初总量',dictCode:''})
fieldList.push({type:'int',value:'yearBeginningNumber',text:'年初数量',dictCode:''})
fieldList.push({type:'int',value:'repertoryGross',text:'库存总量',dictCode:''})
fieldList.push({type:'int',value:'repertoryNumber',text:'库存数量',dictCode:''})
fieldList.push({type:'date',value:'staleDated',text:'过期报废'})
fieldList.push({type:'string',value:'kube',text:'库别',dictCode:''})
fieldList.push({type:'string',value:'lordGoodsAllocation',text:'主货位',dictCode:''})
fieldList.push({type:'string',value:'assistantGoodsAllocation',text:'副货位',dictCode:''})
fieldList.push({type:'BigDecimal',value:'unitPrice',text:'单价',dictCode:''})
fieldList.push({type:'int',value:'number',text:'射孔弹每箱发数',dictCode:''})
fieldList.push({type:'int',value:'cartonNumbers',text:'箱数',dictCode:''})
fieldList.push({type:'string',value:'remark',text:'备注',dictCode:''})
fieldList.push({type:'int',value:'delFlag',text:'删除状态',dictCode:''})
this.superFieldList = fieldList
}
}
}
</script>
<style scoped>
@import '~@assets/less/common.less';
</style>

227
src/views/gunpowder/modules/ProcessIndustrialCachelibraryForm.vue

@ -0,0 +1,227 @@
<template>
<a-spin :spinning="confirmLoading">
<j-form-container :disabled="formDisabled">
<a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
<a-row>
<a-col :span="8">
<a-form-model-item label="生产厂家" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="manufacturer">
<a-input v-model="model.manufacturer" placeholder="请输入生产厂家" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="火工品编码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pyrotechnics">
<a-input v-model="model.pyrotechnics" placeholder="请输入火工品编码" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="火工品名称规格" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pyrotechnicsName">
<a-input v-model="model.pyrotechnicsName" placeholder="请输入火工品名称规格" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="火工品类别" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="category">
<a-input v-model="model.category" placeholder="请输入火工品类别" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="单位" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="unit">
<a-input v-model="model.unit" placeholder="请输入单位" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="生产日期" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="producedDate">
<j-date placeholder="请选择生产日期" v-model="model.producedDate" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="年初总量" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="yearBeginningGross">
<a-input-number v-model="model.yearBeginningGross" placeholder="请输入年初总量" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="年初数量" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="yearBeginningNumber">
<a-input-number v-model="model.yearBeginningNumber" placeholder="请输入年初数量" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="库存总量" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="repertoryGross">
<a-input-number v-model="model.repertoryGross" placeholder="请输入库存总量" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="库存数量" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="repertoryNumber">
<a-input-number v-model="model.repertoryNumber" placeholder="请输入库存数量" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="过期报废" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="staleDated">
<j-date placeholder="请选择过期报废" v-model="model.staleDated" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="库别" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="kube">
<a-input v-model="model.kube" placeholder="请输入库别" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="主货位" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="lordGoodsAllocation">
<a-input v-model="model.lordGoodsAllocation" placeholder="请输入主货位" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="副货位" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="assistantGoodsAllocation">
<a-input v-model="model.assistantGoodsAllocation" placeholder="请输入副货位" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="单价" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="unitPrice">
<a-input-number v-model="model.unitPrice" placeholder="请输入单价" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="射孔弹每箱发数" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="number">
<a-input-number v-model="model.number" placeholder="请输入射孔弹每箱发数" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="箱数" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="cartonNumbers">
<a-input-number v-model="model.cartonNumbers" placeholder="请输入箱数" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="备注" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="remark">
<a-input v-model="model.remark" placeholder="请输入备注" ></a-input>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="删除状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="delFlag">
<a-input-number v-model="model.delFlag" placeholder="请输入删除状态" style="width: 100%" />
</a-form-model-item>
</a-col>
</a-row>
</a-form-model>
</j-form-container>
</a-spin>
</template>
<script>
import { httpAction, getAction } from '@/api/manage'
import { validateDuplicateValue } from '@/utils/util'
export default {
name: 'ProcessIndustrialCachelibraryForm',
components: {
},
props: {
//
disabled: {
type: Boolean,
default: false,
required: false
}
},
data () {
return {
model:{
},
labelCol: {
xs: { span: 24 },
sm: { span: 5 },
},
wrapperCol: {
xs: { span: 24 },
sm: { span: 16 },
},
confirmLoading: false,
validatorRules: {
pyrotechnics: [
{ required: true, message: '请输入火工品编码!'},
],
pyrotechnicsName: [
{ required: true, message: '请输入火工品名称规格!'},
],
category: [
{ required: true, message: '请输入火工品类别!'},
],
unit: [
{ required: true, message: '请输入单位!'},
],
yearBeginningGross: [
{ required: true, message: '请输入年初总量!'},
],
yearBeginningNumber: [
{ required: true, message: '请输入年初数量!'},
],
repertoryGross: [
{ required: true, message: '请输入库存总量!'},
],
repertoryNumber: [
{ required: true, message: '请输入库存数量!'},
],
unitPrice: [
{ required: true, message: '请输入单价!'},
],
number: [
{ required: true, message: '请输入射孔弹每箱发数!'},
],
cartonNumbers: [
{ required: true, message: '请输入箱数!'},
],
},
url: {
add: "/gunpowder/processIndustrialCachelibrary/add",
edit: "/gunpowder/processIndustrialCachelibrary/edit",
queryById: "/gunpowder/processIndustrialCachelibrary/queryById"
}
}
},
computed: {
formDisabled(){
return this.disabled
},
},
created () {
//model
this.modelDefault = JSON.parse(JSON.stringify(this.model));
},
methods: {
add () {
this.edit(this.modelDefault);
},
edit (record) {
this.model = Object.assign({}, record);
this.visible = true;
},
submitForm () {
const that = this;
//
this.$refs.form.validate(valid => {
if (valid) {
that.confirmLoading = true;
let httpurl = '';
let method = '';
if(!this.model.id){
httpurl+=this.url.add;
method = 'post';
}else{
httpurl+=this.url.edit;
method = 'put';
}
httpAction(httpurl,this.model,method).then((res)=>{
if(res.success){
that.$message.success(res.message);
that.$emit('ok');
}else{
that.$message.warning(res.message);
}
}).finally(() => {
that.confirmLoading = false;
})
}
})
},
}
}
</script>

60
src/views/gunpowder/modules/ProcessIndustrialCachelibraryModal.vue

@ -0,0 +1,60 @@
<template>
<j-modal
:title="title"
:width="width"
:visible="visible"
switchFullscreen
@ok="handleOk"
:okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
@cancel="handleCancel"
cancelText="关闭">
<process-industrial-cachelibrary-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></process-industrial-cachelibrary-form>
</j-modal>
</template>
<script>
import ProcessIndustrialCachelibraryForm from './ProcessIndustrialCachelibraryForm'
export default {
name: 'ProcessIndustrialCachelibraryModal',
components: {
ProcessIndustrialCachelibraryForm
},
data () {
return {
title:'',
width:1024,
visible: false,
disableSubmit: false
}
},
methods: {
add () {
this.visible=true
this.$nextTick(()=>{
this.$refs.realForm.add();
})
},
edit (record) {
this.visible=true
this.$nextTick(()=>{
this.$refs.realForm.edit(record);
})
},
close () {
this.$emit('close');
this.visible = false;
},
handleOk () {
this.$refs.realForm.submitForm();
},
submitCallback(){
this.$emit('ok');
this.visible = false;
},
handleCancel () {
this.close()
}
}
}
</script>
Loading…
Cancel
Save