Browse Source

修改出库

dev
caoyizhong 2 years ago
parent
commit
4b2570ed5d
  1. 71
      src/components/jeecg/MBCKEditableTable.vue
  2. 122
      src/components/jeecg/MBGEditableTable.vue
  3. 16
      src/views/activiti/applyHome.vue
  4. 273
      src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue
  5. 5
      src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue
  6. 76
      src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue
  7. 32
      src/views/gunpowder/ProcessIndustrialCachelibraryList.vue
  8. 9
      src/views/gunpowder/ProcessIndustrialExplosiveList.vue

71
src/components/jeecg/MBCKEditableTable.vue

@ -816,10 +816,10 @@ export default {
lastPushTimeMap: new Map(),
number:0,
url:{
merchandiseNewsList: '/burst/processIndustrial/ownList', //
// merchandiseNewsList: '/burst/processIndustrial/ownList', //
queryPageDepare: '/hy/processMaterialsDelivery/queryPageDepare',//
merchandiseNewsListZW: '/wastematerials/processWasteMaterials/merchandiseNewsName', //
merchandiseNewsListZK: '/gunpowder/processIndustrialExplosive', //
cachelibraryList: '/gunpowder/processIndustrialCachelibrary/oneselfList', //
// merchandiseNewsListZK: '/gunpowder/processIndustrialExplosive', //
}
}
},
@ -1017,55 +1017,56 @@ export default {
return;
}
let par = {
type: this.dragSortType,
category: this.dragSortType,
}
if(index == 1){
par.coding = input;
par.pyrotechnics = input;
}else if(index == 2){
par.name = input;
par.pyrotechnicsName = 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)=>{
// else{
// //
// par.departId = res.departIds;
// }
// let urls = '' ;
// if(this.verify !== 1){
// urls = this.url.merchandiseNewsListZW;
// // console.log("")
// }else{
// urls = this.url.merchandiseNewsListZK;
// // console.log("")
// }
// console.log("padresresres",par);
await getAction(this.url.cachelibraryList,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;
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( );
}

122
src/components/jeecg/MBGEditableTable.vue

@ -815,9 +815,9 @@ export default {
lastPushTimeMap: new Map(),
number:0,
url:{
descriptionRakeUrl: "/description/processDescription/list",
merchandiseNewsList: '/merchandisenews/processMerchandiseNews/merchandiseNewsList',
merchandiseNewsListDB: '/wastematerials/processWasteMaterials/merchandiseNewsName',
// descriptionRakeUrl: "/description/processDescription/list",
industrialRestoreList: '/burst/processIndustrialRestore/list', //
// merchandiseNewsListDB: '/wastematerials/processWasteMaterials/merchandiseNewsName',
}
}
},
@ -1016,6 +1016,50 @@ export default {
// // });
// });
},
//
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;
}
// console.log("pad",par);
await getAction(this.url.industrialRestoreList,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( );
}
});
})
},
getElement(id, noCaseId = false) {
if (!this.el[id]) {
@ -2733,79 +2777,7 @@ export default {
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 ''

16
src/views/activiti/applyHome.vue

@ -199,6 +199,7 @@
import {initDictOptions, filterDictText} from '@/components/dict/JDictSelectUtil'
import historicDetail from '@/views/activiti/historicDetail'
import hasPermission, { filterGlobalPermission, filterNodePermission } from '../../utils/hasPermission'
import { getAction } from '@api/manage'
export default {
name: "applyHome",
mixins:[activitiMixin],
@ -217,7 +218,8 @@
getProcessDataList: "/activiti_process/listData",
getFirstNode:'/actProcessIns/getFirstNode',
applyBusiness:'/actBusiness/apply',
getProcessNodeByDepart: '/activiti_process/getProcessNodeByDepart'
getProcessNodeByDepart: '/activiti_process/getProcessNodeByDepart',
queryPageDepare: '/hy/processMaterialsDelivery/queryPageDepare',//
},
//
queryParam: {
@ -375,6 +377,18 @@
let userInfo = sessionStorage.getItem('USER_INFORMATION');
let res = JSON.parse(userInfo);
// console.log("",res);
if(v.name == "民爆出库流程" && res.post != "系统管理员"){
let de= {
id: res.departIds
}
let data=await getAction(this.url.queryPageDepare,de);
if(data.result.orgType != "3"){
//
this.$message.warning("请使用小队账号提交出库申请!");
return
}
}
let re = false;
if(v.name != "预算计划采购流程" && v.name != "权限授权流程" && res.post != "系统管理员"){
await this.getNodeData(res.departIds,v,(result) => {

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

@ -63,6 +63,7 @@
:maxHeight="300"
:disabled="formDisabled"
:isabled="isabled"
@shifu="shifu"
@valueChange ="onSelect"
@descriptionFetch = "searchInformation"
:actionButton="!task"
@ -108,6 +109,7 @@ import { FormTypes, getRefPromise, VALIDATE_NO_PASSED, validateFormAndTables } f
import JSelectCompany from '../../../../components/jeecgbiz/JSelectCompany'
import { getAction, getCurrentTime, getStringArry, httpAction } from '@api/manage'
import pick from 'lodash.pick'
import { accMul } from '../../../../../common/common'
export default {
name: 'ProcessIndustrialDeliveryForm',
@ -217,6 +219,63 @@ import pick from 'lodash.pick'
defaultValue:'',
disabled: !this.disabled
},
{
title: '库存',
key: 'repertory',
type: FormTypes.slot,
width: '80px',
// placeholder: '${title}',
// defaultValue: '',
slotName: 'repertory',
disabled: this.disabled
// scopedSlots: {customRender: 'fileSlot'}
},
{
title: '供货商',
key: 'manufacturer',
type: FormTypes.input,
dictCode: '',
width: '200px',
placeholder: '请输入${title}',
defaultValue: '',
disabled: this.disabled
},
{
title: '单价(元)',
key: 'unitPrice',
type: FormTypes.inputNumber,
width: '130px',
placeholder: '请输入${title}',
defaultValue: '',
disabled: true
},
{
title: '金额(元)',
key: 'materialAmount',
type: FormTypes.inputNumber,
width: '130px',
placeholder: '请输入${title}',
defaultValue: '',
disabled: true
},
{
title: '生产日期',
key: 'producedDate',
type: FormTypes.date,
width: '200px',
placeholder: '请输入${title}',
disabled: this.disabled,
defaultValue: ''
},
{
title: '保质期',
key: 'staleDated',
type: FormTypes.inputNumber,
width: '130px',
placeholder: '请输入${title}',
disabled: this.disabled,
defaultValue: ''
},
{
title: '用途',
key: 'purpose',
@ -246,12 +305,17 @@ import pick from 'lodash.pick'
url: {
add: "/burst/processIndustrialDelivery/add",
addApply: "/burst/processIndustrialDelivery/addApply",
queryById: "/burst/processIndustrial/queryById", //
edit: "/burst/processIndustrialDelivery/edit",
processIndustrialUrlList: '/burst/processIndustrial/list', //
processIndustrialUrlList: '/gunpowder/processIndustrialCachelibrary/oneselfList', //
processIndustrialDeliveryMaterial: {
list: '/burst/processIndustrialDelivery/queryProcessIndustrialDeliveryMaterialByMainId'
},
}
},
isShifu:false, //
historyNumList: [], //
equipmentList: [], //
MBShuJu: [], //
}
},
props: {
@ -293,7 +357,7 @@ import pick from 'lodash.pick'
return new Promise( (resolve, reject) => {
let par = {
type: this.accounting
category: this.accounting
}
let numberList = [];
this.$refs.processIndustrialDeliveryMaterial.getValues((a, b, c) => {
@ -304,24 +368,24 @@ import pick from 'lodash.pick'
})
})
//
console.log("=-=-=-",par);
// console.log("=-=-=-",par);
getAction(this.url.processIndustrialUrlList,par).then(res =>{
if(res.success){
console.log("res>>>>>>>>>>>>>>>>>>>>",res)
// console.log("res>>>>>>>>>>>>>>>>>>>>",res)
this.equipmentList = res.result.records;
let nu = res.result.records || res.result;
let qc = [];
// if (this.processIndustrialScrapMaterialTable.columns[1].options.length > 0) {
// this.processIndustrialScrapMaterialTable.columns[1].options = []
// }
if (this.processIndustrialDeliveryMaterialTable.columns[1].options.length > 0) {
this.processIndustrialDeliveryMaterialTable.columns[1].options = []
}
nu.forEach(item =>{
qc.push({
title: item.materialNumber,
value: item.merchandiseNewsId,
title: item.coding,
value: item.materialsNumber,
disabled: false
})
})
console.log("qc>>>>>>>>>>>>>>>",qc)
// console.log("qc>>>>>>>>>>>>>>>",qc)
numberList.forEach( it => {
// console.log("000000",it);
qc.forEach(item =>{
@ -330,82 +394,131 @@ import pick from 'lodash.pick'
}
})
})
// this.processSmaterialsScrapListTable.columns[1].options = qc;
this.processIndustrialDeliveryMaterialTable.columns[1].options = qc;
}
resolve();
})
})
},
//
shifu() {
this.isShifu = true
},
getSurface(){
//
return new Promise(async(resolve, reject) => {
this.historyNumList = [];
await this.$refs.processIndustrialDeliveryMaterial.getValuesPromise().then(re => {
this.historyNumList = re;
})
resolve(this.historyNumList);
})
},
qingKong(id){
let values = [
{
rowKey: id,
values: {
'industrialId': undefined,
'materialGroup': null,
'industrialName': undefined,
'unit': '',
'quantity': '',
'purpose': ''
}
}
]
console.log("清空");
this.$refs.processIndustrialDeliveryMaterial.setValues(values);
},
//
async getMBShuJu(v){
let par ={};
if(!!v){
par.id = v;
}
par.category = this.assigneesText;
await getAction(this.url.queryById,par).then(res => {
if(res.success){
this.MBShuJu = res.result;
}
})
},
//
fuZhi(id,v){
console.log("vvv",v);
let values = [
{
rowKey: id,
values: {
'industrialId': v.coding,
'materialGroup': v.materialClassify,
'industrialName': v.name,
'unit': v.unit,
}
}
]
// console.log(values);
this.$refs.processIndustrialDeliveryMaterial.setValues(values)
},
async onSelect(record){
console.log("record>>>>>>>>>>>>>>>>>>>>>>>>>",record)
// //
// if(record.column.key == "equipment" && !!record.row.id || record.column.key == "materialName" && !!record.row.id ){
// await this.pastSla();
// let l = false;
// this.historyNumList.forEach( item =>{
// // console.log("111",item);
// if(item.equipment == record.value){
// l =true;
// }
// });
// if(l){
// this.qingKong(record.row.id);
// }else{
// let sous = false;
// this.equipmentList.forEach( item =>{
// // console.log(item)
// if(item.merchandiseNewsId == record.value){
// sous = true;
// }
// })
// if(!sous){
// //ID
// await this.searchInformation(record.value);
// }
// this.fuZhi(record.row.id,record.value);
// }
// await this.jinYong();
// }
// //
// if(record.column.key = "actualNumber" && !!record.row.scrapNumber && !this.allotBaoNumber){
// let ase = 0;
// let bao = false;
// this.BaoFeiNumList.forEach(item =>{
//
// if(item.merchandiseNewsId === record.row.equipment){
// // console.log("11-=-=",item);
//
// if(record.row.actualNumber > item.materialQuantity){
// this.$message.warning("");
// bao = true;
// let values = [
// {
// rowKey: record.row.id,
// values: {
// 'actualNumber': null ,
// 'materialAmount': null,
// }
// }
// ]
// this.$refs.processSmaterialsScrapList.setValues(values);
// }
// }
// })
// if(!bao){
// ase = accMul(record.row.actualNumber,record.row.materialPrice) > 0 ? accMul(record.row.actualNumber,record.row.materialPrice) : 1 * record.row.materialPrice;
// let values = [
// {
// rowKey: record.row.id,
// values: {
// // 'scrapNumber': record.row.scrapNumber > 0 ? record.row.scrapNumber : 1 ,
// 'materialAmount': ase,
// }
// }
// ]
// this.$refs.processSmaterialsScrapList.setValues(values);
// }
// }
// console.log("record>>>>>>>>>>>>>>>>>>>>>>>>>",record)
await this.getSurface();
if(!!record.row.id){
let same = false;
this.historyNumList.forEach( item =>{
// console.log("=-",this.historyNumList);
if(!!item.industrialId && !!item.industrialName && item.industrialId == record.value ){
console.log("111====",item);
this.qingKong(record.row.id);
same = true;
}
});
if(same){
return ;
}
}
if ( record.column.key == "industrialId" && !!record.row.industrialName
|| record.column.key =="industrialName" && !!record.row.industrialId ) {
// console.log("select==",record.row);
this.qingKong(record.row.id);
return
}
if(this.isShifu && !!record.row.id){
//
await this.getMBShuJu(record.value);
this.isShifu = false;
this.fuZhi(record.row.id,this.MBShuJu);
}
if(record.column.key === "industrialId" && !!record.row.id ){
this.equipmentList.forEach(item =>{
if(item.materialsNumber === record.value){
// console.log("11134234",item);
this.fuZhi(record.row.id,item);
return
}
})
}
//
if (!!record.row.quantity && !!record.row.materialPrice && !!record.row.id ) {
// record.row.materialAmount = record.row.materialQuantity * record.row.materialPrice;
console.log("3出发了");
//
if (record.row.id !== undefined) {
let values = [
{
rowKey: record.row.id,
values: {
'quantity': record.row.quantity,
'materialAmount': accMul(record.row.materialQuantity,record.row.materialPrice),
}
}
]
this.$refs.processIndustrialPurchaseMaterial.setValues(values)
}
}
},
//

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

@ -122,6 +122,7 @@ import { getCurrentTime, httpAction } from '@api/manage'
materialNature : null, //
accounting: undefined, //
isabled : true,
isShifu:false, //
qeihuan : '' , //
labelCol: {
xs: { span: 24 },
@ -343,6 +344,10 @@ import { getCurrentTime, httpAction } from '@api/manage'
})
},
//
shifu() {
this.isShifu = true
},
async onSelect(record){
console.log("record>>>>>>>>>>>>>>>>>>>>>>>>>",record)
// //

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

@ -164,9 +164,9 @@ export default {
dataSource: [],
columns: [
{
title: '物料组',
title: '火工品物料组',
key: 'materialGroup',
type: FormTypes.sel_search,
type: FormTypes.input,
disabled: true,
dictCode: '',
width: '200px',
@ -174,7 +174,7 @@ export default {
options:[]
},
{
title: '物料编号',
title: '火工品物料编号',
key: 'equipment',
type: FormTypes.sel_search,
dictCode: '',
@ -184,23 +184,24 @@ export default {
disabled: this.disabled,
options:[]
},
// {
// title: 'WBS',
// key: 'wbs',
// type: FormTypes.input,
// dictCode: '',
// disabled: this.disabled,
// width: '200px',
// placeholder: '${title}',
// defaultValue: ''
// },
{
title: 'WBS',
key: 'wbs',
type: FormTypes.input,
dictCode: '',
disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
},
{
title: '民爆物料名称及规格型号',
title: '火工品名称',
key: 'industrialName',
type: FormTypes.input,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
defaultValue: '',
disabled: true
},
// {
// title: 'ID',
@ -219,52 +220,55 @@ export default {
// defaultValue: ''
// },
{
title: '请求报废数量',
key: 'quantity',
title: '火工品单位',
key: 'unit',
type: FormTypes.input,
width: '200px',
width: '100px',
placeholder: '请输入${title}',
defaultValue: ''
defaultValue: '',
disabled: true
},
{
title: '实际报废数量',
key: 'amount',
type: FormTypes.input,
width: '200px',
title: '单价(元)',
key: 'materialPrice',
type: FormTypes.inputNumber,
disabled: true,
width: '130px',
placeholder: '请输入${title}',
defaultValue: ''
},
{
title: '单位',
key: 'unit',
title: '请求报废数量',
key: 'quantity',
type: FormTypes.input,
width: '200px',
width: '120px',
placeholder: '请输入${title}',
defaultValue: ''
},
{
title: '单价(元)',
key: 'materialPrice',
type: FormTypes.inputNumber,
disabled: true,
width: '130px',
title: '实际报废数量',
key: 'amount',
type: FormTypes.input,
width: '120px',
placeholder: '请输入${title}',
defaultValue: ''
defaultValue: '',
disabled: !this.disabled
},
{
title: '报废金额',
key: 'money',
type: FormTypes.input,
width: '200px',
width: '120px',
placeholder: '请输入${title}',
defaultValue: ''
defaultValue: '',
disabled: true
},
{
title: '报废原因',
key: 'scrapCause',
type: FormTypes.input,
width: '200px',
width: '150px',
placeholder: '请输入${title}',
defaultValue: ''
},

32
src/views/gunpowder/ProcessIndustrialCachelibraryList.vue

@ -14,21 +14,21 @@
<a-input placeholder="请输入火工品名称规格" v-model="queryParam.pyrotechnicsName"></a-input>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">
<!-- <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>
<!-- </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>
<!-- <a @click="handleToggleSearch" style="margin-left: 8px">-->
<!-- {{ toggleSearchStatus ? '收起' : '展开' }}-->
<!-- <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>-->
<!-- </a>-->
</span>
</a-col>
</a-row>
@ -77,6 +77,9 @@
<template slot="htmlSlot" slot-scope="text">
<div v-html="text"></div>
</template>
<span slot="pyrotechnicsName" slot-scope="text, record">
<j-ellipsis :value="text" :length="20"/>
</span>
<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;"/>
@ -139,7 +142,7 @@
//
columns: [
{
title: '#',
title: '序号',
dataIndex: '',
key:'rowIndex',
width:60,
@ -161,7 +164,8 @@
{
title:'火工品名称规格',
align:"center",
dataIndex: 'pyrotechnicsName'
dataIndex: 'pyrotechnicsName',
scopedSlots: { customRender: 'pyrotechnicsName' },
},
{
title:'火工品类别',
@ -244,11 +248,11 @@
align:"center",
dataIndex: 'remark'
},
{
title:'删除状态',
align:"center",
dataIndex: 'delFlag'
},
// {
// title:'',
// align:"center",
// dataIndex: 'delFlag'
// },
{
title: '操作',
dataIndex: 'action',
@ -264,7 +268,7 @@
deleteBatch: "/gunpowder/processIndustrialCachelibrary/deleteBatch",
exportXlsUrl: "/gunpowder/processIndustrialCachelibrary/exportXls",
importExcelUrl: "gunpowder/processIndustrialCachelibrary/importExcel",
},
dictOptions:{},
superFieldList:[],

9
src/views/gunpowder/ProcessIndustrialExplosiveList.vue

@ -77,6 +77,12 @@
<template slot="htmlSlot" slot-scope="text">
<div v-html="text"></div>
</template>
<span slot="pyrotechnicsName" slot-scope="text, record">
<j-ellipsis :value="text" :length="20"/>
</span>
<span slot="merchandiseName" slot-scope="text, record">
<j-ellipsis :value="text" :length="10"/>
</span>
<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;" />
@ -163,7 +169,8 @@ export default {
{
title: '名称规格',
align: 'center',
dataIndex: 'pyrotechnicsName'
dataIndex: 'pyrotechnicsName',
scopedSlots: { customRender: 'pyrotechnicsName' },
},
{
title: '火工品类别',

Loading…
Cancel
Save