Browse Source

修改数据显示

dev
caoyizhong 2 years ago
parent
commit
8551d01fd1
  1. BIN
      public/static/excle/物资清单表12323123_1672369326884.xlsx
  2. 6
      src/views/activiti/applyList.vue
  3. 6
      src/views/activiti/form/ProcessMaterialsAllotForm.vue
  4. 19
      src/views/activiti/form/ProcessMaterialsDeliveryForm.vue
  5. 20
      src/views/activiti/form/ProcessUdgetPlanForm.vue
  6. 33
      src/views/merchandisenews/ProcessMerchandiseNewsList.vue
  7. 29
      src/views/merchandisenews/modules/ProcessMerchandiseNewsForm.vue
  8. 85
      src/views/statisticanalysis/costecharts/ItemCost.vue
  9. 45
      src/views/wastematerials/modules/ProcessWasteMaterialsForm.vue

BIN
public/static/excle/物资清单表12323123_1672369326884.xlsx

Binary file not shown.

6
src/views/activiti/applyList.vue

@ -241,11 +241,11 @@
}
},
{
title: '标题',
title: '批次号',
// align:"left",
dataIndex: 'title',
dataIndex: 'warehousingBatch',
align:"center",
width: '150px',
width: '250px',
scopedSlots: { customRender: 'logContent' },
sorter: true
},

6
src/views/activiti/form/ProcessMaterialsAllotForm.vue

@ -607,8 +607,8 @@
},
fetchMerchandiseNews(value) { //
console.log("this.form=============================")
console.log(this.form)
// console.log("this.form=============================")
// console.log(this.form)
//
return new Promise((resolve, reject) => {
@ -624,7 +624,7 @@
this.processMaterialsAllotListTable.columns[1].options = []
}
this.$refs.processMaterialsAllotList.getValues((a, b, c) => {
console.log(a, b, c)
// console.log(a, b, c)
b.forEach(item => {
if (item.equipment !== '' && item.equipment !== undefined && item.equipment !== null) {
numberList.push(item.equipment)

19
src/views/activiti/form/ProcessMaterialsDeliveryForm.vue

@ -249,11 +249,12 @@
{
title: '物料名称及规格型号',
key: 'materialName',
type: FormTypes.input,
type: FormTypes.sel_search,
dictCode: '',
width: '200px',
placeholder: '请输入${title}',
defaultValue: '',
// defaultValue: '',
options: [],
disabled: this.disabled
},
// {
@ -601,8 +602,8 @@
}
},
async onSelect(record) {
console.log(record)
let isMA = true
console.log(record,"wer234")
let isMA = true;
if (!record.row.equipment && !!record.row.materialGroup && !!record.row.materialName
|| !record.row.materialName && !!record.row.materialGroup && !!record.row.equipment ) {
// console.log("select==",record.row);
@ -667,19 +668,22 @@
let b = false
for (const res of this.bigIdMerchandiseNewsList) {
if (res.merchandiseNewsId === record.row.equipment) {
b = true
b = true;
}
}
console.log(this.bigIdMerchandiseNewsList.length,"长度");
// console.log("materialNumber",b,record.row.materialGroup , this.materialGroupId)
if (record.column.key == 'equipment' && isMA && record.row.equipment !== this.materialGroupId) {
if (!b) {
if (this.accountingAttributesVal === '1') {
//
await this.fetchMerchandiseNewsZW(record.row.equipment)
await this.fetchMerchandiseNewsZW(record.row.equipment);
console.log("账外")
} else {
//
await this.fetchMerchandiseNews(record.row.equipment)
console.log("总库")
}
}
@ -916,6 +920,9 @@
if (this.processMaterialsDeliveryListTable.columns[1].options.length > 0) {
this.processMaterialsDeliveryListTable.columns[1].options = []
}
if (this.processMaterialsDeliveryListTable.columns[3].options.length > 0) {
this.processMaterialsDeliveryListTable.columns[3].options = []
}
this.$refs.processMaterialsDeliveryList.getValues((a, b, c) => {
// console.log(a, b, c)
b.forEach(item => {

20
src/views/activiti/form/ProcessUdgetPlanForm.vue

@ -721,11 +721,23 @@
this.isShifu = true
},
bumen() {
this.putUnder = null; //
this.form.setFieldsValue({
putUnder: null
let bis= false;
this.$refs.processUdgetPlanMaterial.getValues((a, b, c) => {
// console.log(b.length,"===");
if(b.length > 0){
bis = true;
// console.log("");
}
if(!bis){
this.putUnder = null; //
this.form.setFieldsValue({
putUnder: null
})
this.fetchMerchandiseNews();
}
})
this.fetchMerchandiseNews();
},
// handleChange(value, key, column) {

33
src/views/merchandisenews/ProcessMerchandiseNewsList.vue

@ -61,13 +61,21 @@
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<a-col :xl="5" :lg="7" :md="8" :sm="24">
<a-form-item label="物资属性">
<!-- <a-input placeholder="供应商" v-model="queryParam.materialsUnit"></a-input>-->
<a-select v-model="queryParam.materialAttributes" placeholder="请选择" >
<a-select-option value="一般类物资">一般类物资</a-select-option>
<a-select-option value="资产类物资">资产类物资</a-select-option>
</a-select>
<a-select v-model="queryParam.materialAttributes" placeholder="请选择">
<a-select-option v-for="(item,index) in MaterialAttributes" :key="index" :value="item.materialAttributes">{{item.materialAttributes}}</a-select-option>
</a-select>
</a-form-item>
</a-col>
<a-col :xl="5" :lg="7" :md="8" :sm="24">
<a-form-item label="资产类型">
<!-- <a-input placeholder="供应商" v-model="queryParam.materialsUnit"></a-input>-->
<a-select v-model="queryParam.materialNature" placeholder="请选择" >
<a-select-option value="一般类物资">一般类物资</a-select-option>
<a-select-option value="资产类物资">资产类物资</a-select-option>
</a-select>
</a-form-item>
</a-col>
@ -231,6 +239,7 @@
description: '物资清单表管理页面',
bigId:[],
bigIds:[],
MaterialAttributes:[],
//
columns: [
{
@ -330,7 +339,8 @@
exportXlsUrl: "/merchandisenews/processMerchandiseNews/exportXls",
importExcelUrl: "merchandisenews/processMerchandiseNews/importExcel",
supplierId: "/supplier/processSupplier/list",
getMaterialDepart: "/merchandisenews/processMerchandiseNews/getMaterialDepart"
getMaterialDepart: "/merchandisenews/processMerchandiseNews/getMaterialDepart",
getMaterialAttributes: "/merchandisenews/processMerchandiseNews/getMaterialAttributes"
},
dictOptions:{},
@ -338,6 +348,16 @@
}
},
created() {
this.MaterialAttributes = [];
getAction(this.url.getMaterialAttributes,null).then((res)=>{
if(res.success){
// console.log(res.result,"===================");
// this.bigId = res.result.records;
res.result.forEach( item => {
this.MaterialAttributes.push(item);
})
}
});
this.getSuperFieldList();
},
computed: {
@ -385,6 +405,7 @@
});
},
initDictConfig(){
},

29
src/views/merchandisenews/modules/ProcessMerchandiseNewsForm.vue

@ -82,7 +82,15 @@
<a-col :span="8">
<a-form-item label="物资属性" :labelCol="labelCol" :wrapperCol="wrapperCol">
<!-- <a-input placeholder="供应商" v-model="queryParam.materialsUnit"></a-input>-->
<a-select v-decorator = "['materialAttributes',validatorRules.materialAttributes]" placeholder="请选择" >
<a-select v-decorator = "['materialAttributes',validatorRules.materialAttributes]" placeholder="请选择">
<a-select-option v-for="(item,index) in MaterialAttributes" :key="index" :value="item.materialAttributes">{{item.materialAttributes}}</a-select-option>
</a-select>
</a-form-item>
</a-col>
<a-col :span="8">
<a-form-item label="资产类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<!-- <a-input placeholder="供应商" v-model="queryParam.materialsUnit"></a-input>-->
<a-select v-decorator = "['materialNature',validatorRules.materialNature]" placeholder="请选择" >
<a-select-option value="一般类物资">一般类物资</a-select-option>
<a-select-option value="资产类物资">资产类物资</a-select-option>
</a-select>
@ -141,6 +149,7 @@
bigIder:[],
bigIds:[],
bigIdser:[],
MaterialAttributes:[],
bigIdRake:[],
bigIdRaker:[],
form: this.$form.createForm(this),
@ -157,6 +166,7 @@
validatorRules: {
materialType: { rules: [{ required: true, message: '请选择物资类型!' }] },
materialAttributes: { rules: [{ required: true, message: '请选择物资属性!' }] },
materialNature: { rules: [{ required: true, message: '请选择资产类型!' }] },
merchandiseName: { rules: [{ required: true, message: '请输入物资名称!' }] },
supplierId: { rules: [{ required: true, message: '请输入供应商!' }] },
partyNumber: { rules: [{ required: true, message: '请输入第三方编号!' }] },
@ -172,7 +182,8 @@
queryById: "/merchandisenews/processMerchandiseNews/queryById",
supplierId: "/supplier/processSupplier/list",
descriptionRake: "/description/processDescription/list",
getMaterialDepart: "/merchandisenews/processMerchandiseNews/getMaterialDepart"
getMaterialDepart: "/merchandisenews/processMerchandiseNews/getMaterialDepart",
getMaterialAttributes: "/merchandisenews/processMerchandiseNews/getMaterialAttributes"
}
}
},
@ -196,6 +207,16 @@
}
},
created () {
this.MaterialAttributes = [];
getAction(this.url.getMaterialAttributes,null).then((res)=>{
if(res.success){
// console.log(res.result,"===================");
// this.bigId = res.result.records;
res.result.forEach( item => {
this.MaterialAttributes.push(item);
})
}
});
//data
this.showFlowData();
this.fetchDataSupplier();
@ -281,7 +302,7 @@
this.model = Object.assign({}, record);
this.visible = true;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'merchandiseName','supplierId','partyNumber','descriptionId','materialsNumber','materialsUnit','type','specification','synopsis','classify','materialDepart','materialType','materialAttributes'))
this.form.setFieldsValue(pick(this.model,'merchandiseName','supplierId','partyNumber','descriptionId','materialsNumber','materialsUnit','type','specification','synopsis','classify','materialDepart','materialType','materialAttributes','materialNature'))
})
},
//
@ -350,7 +371,7 @@
})
},
popupCallback(row){
this.form.setFieldsValue(pick(row,'merchandiseName','supplierId','partyNumber','descriptionId','materialsNumber','materialsUnit','type','specification','synopsis','classify','materialDepart','materialType','materialAttributes'))
this.form.setFieldsValue(pick(row,'merchandiseName','supplierId','partyNumber','descriptionId','materialsNumber','materialsUnit','type','specification','synopsis','classify','materialDepart','materialType','materialAttributes','materialNature'))
},
}
}

85
src/views/statisticanalysis/costecharts/ItemCost.vue

@ -3,7 +3,7 @@
<div style="width: 95%;height:100% ;background-color: #ffffff;margin-top: 2%;border-radius: 10px">
<div style="height: 20%;margin-left: 6%;padding-top: 2%">
<div style="font-size: 25px;margin-bottom: 5px;margin-bottom: 2%">项目部成本
<span style="margin: 0% 4%"> <a-month-picker placeholder="选择日期" @change="disabledDate" v-model="this.formData.dateItem"/> </span>
<span style="margin: 0% 4%"> <a-month-picker placeholder="选择日期" @change="disabledDate" v-model="formData.dateItem"/> </span>
<j-dict-select-tag type="list" v-model="formData.materialType" style="width: 30%"
dictCode="material_type" placeholder="请选择物资类型" @input="handleChange"/>
</div>
@ -17,6 +17,7 @@
<script>
import * as echarts from 'echarts';
import moment from 'moment'
import { getAction } from '@api/manage'
//
// let echarts = require('echarts/lib/echarts')
@ -33,22 +34,53 @@ export default {
msg: '我的echarts图表',
timeNum: [], //
formData:{
dateItem: moment(new Date(), 'YYYY-MM'),
materialType: 1,
}
dateItem: undefined,
materialType: 3,
},
url:{
getSection: '/hy/processStatistics/getSection',
},
}
},
mounted() {
this.formData.dateItem = moment(new Date(), 'YYYY-MM');
this.getList();
this.echartsInit();
},
methods:{
getList() {
let date = new Date()
this.timeNum = this.getRecentMonth(date.getMonth() + 1)
this.timeNum = [];
// console.log( this.formData.dateItem,"====");
let date = new Date(this.formData.dateItem);
this.timeNum = this.getRecentMonth(date.getMonth() + 1)
// console.log(ss,"sdasDFsd");
let it ={
time: moment(this.formData.dateItem._d).format('YYYY-MM-DD HH:mm:ss'),
materialsType : this.formData.materialType
}
// console.log("====",moment(this.formData.dateItem._d).format('YYYY-MM-DD HH:mm:ss'));
getAction(this.url.getSection,it).then(res=>{
this.cost = res.result;
console.log("===123132",res.result);
let shuju = [];
let dux= {}
res.result.forEach(item =>{
// console.log("item",parseInt( item.createTime.substring(5,7) ));
dux= {
sj : parseInt( item.createTime.substring(5,7) ),
lld : item.materialAmount
}
shuju.push(dux);
});
// console.log(shuju);
this.echartsInit(shuju);
})
},
@ -90,14 +122,15 @@ export default {
},
disabledDate(current) {
// console.log("curzdsf",current);
let newTime = this.filterTime( current._d,1);
console.log(newTime);// 2022-02-16 00:00:00
this.formData.dateItem = newTime;
// let newTime = this.filterTime( current._d,1);
// console.log("566545645",newTime);// 2022-02-16 00:00:00
// this.formData.dateItem = newTime;
this.getList(1);
},
handleChange(value) {
console.log('selected',value);
this.getList();
},
handleBlur() {
console.log('blur');
@ -110,14 +143,34 @@ export default {
option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
);
},
echartsInit() {
let myEcharts = echarts.init(document.getElementById("myItemCost"))
echartsInit(shuju) {
let myEcharts = echarts.init(document.getElementById("myItemCost"));
let shuzu = []
this.timeNum.forEach(item =>{
let num = 0;
shuju.forEach(it => {
if(item.substring(0,1) == it.sj){
// console.log("",item.substring(0,1));
num += it.lld;
}
})
shuzu.push(num);
})
let option ={
// title: {
// text: '',
// subtext: 'Living Expenses in Shenzhen'
// },
tooltip: {},
tooltip : {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#6a7985'
}
}
},
// ,''¦ {number}(px)
grid: {
top: '10%', // y: '16%'
@ -128,7 +181,7 @@ export default {
},
xAxis: {
type: 'category',
data: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],
data: this.timeNum,
// show: false,
axisLine: {
show: false,
@ -158,7 +211,7 @@ export default {
},
series: [
{
data: [10, 20, 40, 40, 50, 60,60,70,25,56,23,23], //X
data: shuzu, //X
type: 'line',
// itemStyle: {
// normal: {

45
src/views/wastematerials/modules/ProcessWasteMaterialsForm.vue

@ -5,7 +5,23 @@
<a-row>
<a-col :span="12">
<a-form-item label="供应商" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input v-decorator="['supplierId']" placeholder="请输入供应商" ></a-input>
<a-input v-decorator="['supplierId']" placeholder="请输入供应商" disabled></a-input>
<!-- <a-select -->
<!-- show-search-->
<!-- v-decorator="['supplierId']"-->
<!-- placeholder="请输入供应商"-->
<!-- :default-active-first-option="false"-->
<!-- :show-arrow="false"-->
<!-- :filter-option="false"-->
<!-- :not-found-content="null"-->
<!-- allowClear-->
<!-- @search="handleSearch"-->
<!-- @change="handleChangeSupplier"-->
<!-- >-->
<!-- <a-select-option v-for="d in supplierData" :key="d.id">-->
<!-- {{ d.supplierName }}-->
<!-- </a-select-option>-->
<!-- </a-select>-->
</a-form-item>
</a-col>
<a-col :span="12">
@ -154,6 +170,8 @@
return {
form: this.$form.createForm(this),
model: {},
supplierData:[],
supplierValue: null,
bigId:[],
//
queryParamsUntil:[],
@ -179,6 +197,7 @@
queryById: "/wastematerials/processWasteMaterials/queryById",
merchandiseNewsList: '/merchandisenews/processMerchandiseNews/merchandiseNewsList',
listByuntil: '/unitwaste/processUnitWasteWarehouseCode/listAll',
supplierList: '/supplier/processSupplier/list',
}
}
},
@ -206,6 +225,25 @@
this.showFlowData();
},
methods: {
handleSearch(value) {
// fetch(value, data => (this.data = data));
// console.log(value,"111");
getAction(this.url.supplierList,{supplierName: value }).then((res) => {
if (res.success) {
console.log(res.result.records);
this.supplierData = res.result.records;
}
})
},
handleChangeSupplier(value) {
// console.log(value,"222");
// if(){
//
// }
this.supplierValue = value;
// fetch(value, data => (this.data = data));
},
//
getUnit(){
getAction(this.url.listByuntil).then((res) => {
@ -247,11 +285,16 @@
// var sVal = e.target.value
// console.log("row",e);
if(!!e){
let par = {
delFlag: 0,
materialsNumber: e,
// id: id
}
if(!!this.supplierValue){
// console.log("",this.supplierValue);
par.supplierId = this.supplierValue;
}
this.bigId = [];
getAction(this.url.merchandiseNewsList, par).then((res) => {
console.log('12312', res.result);

Loading…
Cancel
Save