|
|
|
@ -101,16 +101,30 @@
|
|
|
|
|
<a-tabs v-model="activeKey" @change="handleChangeTabs"> |
|
|
|
|
<a-tab-pane tab="采购民爆物资清单" :key="refKeys[0]" :forceRender="true"> |
|
|
|
|
<m-b-c-editable-table |
|
|
|
|
:ref="refKeys[0]" |
|
|
|
|
ref="processIndustrialPurchaseMaterial" |
|
|
|
|
:loading="processIndustrialPurchaseMaterialTable.loading" |
|
|
|
|
:columns="processIndustrialPurchaseMaterialTable.columns" |
|
|
|
|
:dataSource="processIndustrialPurchaseMaterialTable.dataSource" |
|
|
|
|
:maxHeight="200" |
|
|
|
|
:disabled="formDisabled" |
|
|
|
|
:dragSortType = this.assigneesText |
|
|
|
|
:rowNumber="true" |
|
|
|
|
@shifu="shifu" |
|
|
|
|
:isabled = this.newlyIncreased |
|
|
|
|
@valueChange="onSelect" |
|
|
|
|
:rowSelection="true" |
|
|
|
|
:actionButton="true"/> |
|
|
|
|
:actionButton="true"> |
|
|
|
|
<!-- <template v-slot:actionPrice="props">--> |
|
|
|
|
<!-- <a-tooltip placement="top">--> |
|
|
|
|
<!-- <template v-slot:title="props">--> |
|
|
|
|
<!-- <p v-for="(item,index) in historyPrices" :key="index" >历史价格:{{ item.price }} 历史数量:{{item.quantity}}--> |
|
|
|
|
<!-- 修改人:{{item.createBy_dictText}}</p>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
<!-- <a-button @mouseenter="seeHistoryPrice(props)" v-has="'udgePalan:hisotoryPrice'">记录</a-button>--> |
|
|
|
|
<!-- </a-tooltip>--> |
|
|
|
|
<!-- --> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
</m-b-c-editable-table> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
</a-tabs> |
|
|
|
|
<div class="div_process"> |
|
|
|
@ -148,8 +162,9 @@ import { FormTypes, getRefPromise, VALIDATE_NO_PASSED, validateFormAndTables } f
|
|
|
|
|
import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep' |
|
|
|
|
import JDictSelectTag from '@/components/dict/JDictSelectTag' |
|
|
|
|
import JSelectCompany from '../../../../components/jeecgbiz/JSelectCompany' |
|
|
|
|
import { getCurrentTime, getStringArry, httpAction } from '@api/manage' |
|
|
|
|
import { getAction, getCurrentTime, getStringArry, httpAction } from '@api/manage' |
|
|
|
|
import pick from 'lodash.pick' |
|
|
|
|
import { accMul } from '../../../../../common/common' |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: 'ProcessIndustrialPurchaseForm', |
|
|
|
@ -167,6 +182,7 @@ import pick from 'lodash.pick'
|
|
|
|
|
return { |
|
|
|
|
isGetOneAndLast: true, //提交按钮显示 |
|
|
|
|
btndisabled: false, |
|
|
|
|
newlyIncreased: true, //新增按钮 |
|
|
|
|
labelCol: { |
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
sm: { span: 6 }, |
|
|
|
@ -247,7 +263,8 @@ import pick from 'lodash.pick'
|
|
|
|
|
width:"200px", |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue:'', |
|
|
|
|
validateRules: [{ required: true, message: '${title}不能为空' }], |
|
|
|
|
options: [], |
|
|
|
|
// validateRules: [{ required: true, message: '${title}不能为空' }], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '系列', |
|
|
|
@ -277,14 +294,15 @@ import pick from 'lodash.pick'
|
|
|
|
|
defaultValue:'', |
|
|
|
|
validateRules: [{ required: true, message: '${title}不能为空' }], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '对比单价', |
|
|
|
|
key: 'contrastPrice', |
|
|
|
|
type: FormTypes.input, |
|
|
|
|
width:"120px", |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue:'', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '对比单价', |
|
|
|
|
// key: 'contrastPrice', |
|
|
|
|
// type: FormTypes.slot, |
|
|
|
|
// width:"120px", |
|
|
|
|
// placeholder: '请输入${title}', |
|
|
|
|
// defaultValue:'', |
|
|
|
|
// slotName: 'actionPrice' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '数量', |
|
|
|
|
key: 'materialQuantity', |
|
|
|
@ -479,6 +497,8 @@ import pick from 'lodash.pick'
|
|
|
|
|
}, |
|
|
|
|
url: { |
|
|
|
|
add: "/burst/processIndustrialPurchase/add", |
|
|
|
|
queryById: "/burst/processIndustrial/queryById", |
|
|
|
|
list: "/burst/processIndustrial/list", |
|
|
|
|
edit: "/burst/processIndustrialPurchase/edit", |
|
|
|
|
addFromTableApply: "/burst/processIndustrialPurchase/addFromTableApply", |
|
|
|
|
processIndustrialPurchaseMaterial: { |
|
|
|
@ -486,6 +506,9 @@ import pick from 'lodash.pick'
|
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
assigneesText:null, //物资类型 |
|
|
|
|
isShifu: false, //是否搜过 |
|
|
|
|
MBShuJuList: [], //表格数据 |
|
|
|
|
MBShuJu: {}, //民爆对象 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
props: { |
|
|
|
@ -519,17 +542,145 @@ import pick from 'lodash.pick'
|
|
|
|
|
let company = sessionStorage.getItem('PARENT_ID') |
|
|
|
|
let puwwcid = sessionStorage.getItem('PUWWC_Id') |
|
|
|
|
let userInfo = sessionStorage.getItem('USER_INFORMATION') |
|
|
|
|
this.popupCallback(company, userInfo, puwwcid) |
|
|
|
|
this.popupCallback(company, userInfo, puwwcid); |
|
|
|
|
this.getMBShuJu(); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
//列表搜索了 |
|
|
|
|
shifu() { |
|
|
|
|
this.isShifu = true |
|
|
|
|
}, |
|
|
|
|
//列表赋值 |
|
|
|
|
fuZhi(id,v){ |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: id, |
|
|
|
|
values: { |
|
|
|
|
'materialNumber': v.coding, |
|
|
|
|
'materialGroup': null, |
|
|
|
|
'materialSeries': !!v.series ? v.series : undefined , |
|
|
|
|
'materialName': v.name, |
|
|
|
|
'materialUnit': v.unit, |
|
|
|
|
'supplierId': v.manufacturer, |
|
|
|
|
'materialPrice': null, |
|
|
|
|
'materialQuantity': null |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
// console.log(values); |
|
|
|
|
this.$refs.processIndustrialPurchaseMaterial.setValues(values) |
|
|
|
|
}, |
|
|
|
|
//清空 |
|
|
|
|
qingKong(id){ |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: id, |
|
|
|
|
values: { |
|
|
|
|
'materialGroup': null, |
|
|
|
|
'materialNumber': undefined, |
|
|
|
|
'materialSeries': '', |
|
|
|
|
'materialName': undefined, |
|
|
|
|
'materialUnit': '', |
|
|
|
|
'supplierId': '', |
|
|
|
|
'materialAmount': '', |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
this.$refs.processIndustrialPurchaseMaterial.setValues(values); |
|
|
|
|
}, |
|
|
|
|
// 列表数据改变 |
|
|
|
|
onSelect(record){ |
|
|
|
|
console.log("列表值=-",record); |
|
|
|
|
async onSelect(record){ |
|
|
|
|
// console.log("列表值=-",record); |
|
|
|
|
if ( record.column.key == "materialNumber" && !!record.row.materialName |
|
|
|
|
|| record.column.key =="materialName" && !!record.row.materialNumber ) { |
|
|
|
|
console.log("select==清空数据",record.row); |
|
|
|
|
this.qingKong(record.row.id); |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
if(this.isShifu){ |
|
|
|
|
//查询民爆数据 |
|
|
|
|
await this.getMBShuJu(record.value); |
|
|
|
|
this.isShifu = false; |
|
|
|
|
this.fuZhi(record.row.id,this.MBShuJu); |
|
|
|
|
} |
|
|
|
|
if(record.column.key =="materialNumber" && !!record.row.id ){ |
|
|
|
|
this.MBShuJuList.forEach(item =>{ |
|
|
|
|
if(item.id === record.value){ |
|
|
|
|
this.fuZhi(record.row.id,item); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
//计算金额 |
|
|
|
|
if (!!record.row.materialQuantity && !!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: { |
|
|
|
|
'materialQuantity': record.row.materialQuantity, |
|
|
|
|
'materialAmount': accMul(record.row.materialQuantity,record.row.materialPrice), |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
this.$refs.processIndustrialPurchaseMaterial.setValues(values) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//查询数据 |
|
|
|
|
async getMBShuJu(v){ |
|
|
|
|
let par ={}; |
|
|
|
|
let url = ''; |
|
|
|
|
if(!!v){ |
|
|
|
|
par.id = v; |
|
|
|
|
url = this.url.queryById |
|
|
|
|
} else { |
|
|
|
|
url = this.url.list |
|
|
|
|
} |
|
|
|
|
await getAction(url,par).then(res => { |
|
|
|
|
console.log(res,"-=-=0="); |
|
|
|
|
if(res.success){ |
|
|
|
|
if(!!v){ |
|
|
|
|
this.MBShuJu = res.result; |
|
|
|
|
}else{ |
|
|
|
|
this.MBShuJuList = res.result.records; |
|
|
|
|
this.initialData(this.MBShuJuList); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//初始列表数据 |
|
|
|
|
initialData(newList){ |
|
|
|
|
if (this.processIndustrialPurchaseMaterialTable.columns[1].options.length > 0) { |
|
|
|
|
this.processIndustrialPurchaseMaterialTable.columns[1].options = [] |
|
|
|
|
} |
|
|
|
|
if (this.processIndustrialPurchaseMaterialTable.columns[2].options.length > 0) { |
|
|
|
|
this.processIndustrialPurchaseMaterialTable.columns[2].options = [] |
|
|
|
|
} |
|
|
|
|
let qc = []; |
|
|
|
|
newList.forEach(item => { |
|
|
|
|
qc.push({ |
|
|
|
|
title: item.coding, |
|
|
|
|
value: item.id, |
|
|
|
|
disabled: false |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
this.processIndustrialPurchaseMaterialTable.columns[1].options = qc; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
//物资类型切换 |
|
|
|
|
elect(val) { |
|
|
|
|
if (val != undefined) { |
|
|
|
|
this.assigneesText = val; |
|
|
|
|
this.newlyIncreased = false; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//通过 |
|
|
|
|