Browse Source

导出导入,查询

dev
kilo 2 years ago
parent
commit
6573bb7f69
  1. 2
      src/views/activiti/form/ProcessMaterialsDelivery.vue
  2. 5
      src/views/activiti/todoManage.vue
  3. 1
      src/views/suppliesstronger/ProcessSuppliesStrongerList.vue
  4. 28
      src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue
  5. 2
      src/views/waste/ProcessWasteList.vue
  6. 2
      src/views/waste/ProcessWasteListCable.vue
  7. 1
      src/views/wastematerials/ProcessWasteMaterialsList.vue
  8. 32
      src/views/wastematerials/ProcessWasteMaterialsLists.vue

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

@ -108,9 +108,11 @@
},
showType(val){
if (val==2){
this.delivery=2;
this.onlineDisabled=false
}
if (val==1){
this.delivery=1;
this.noDisabled=false
}
}

5
src/views/activiti/todoManage.vue

@ -379,6 +379,11 @@
},
/*审批提交的方法*/
handelSubmit() {
if(this.form.comment == ''){
// console.log("zxzxzx++++++++",this.form.comment.toString().trim())
this.$message.error('请填写审批意见')
return
}
console.log('提交')
this.submitLoading = true
var formData = Object.assign({}, this.form)

1
src/views/suppliesstronger/ProcessSuppliesStrongerList.vue

@ -38,6 +38,7 @@
<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="downloadFile('http://182.92.73.21:9090/file/temp/总库导入模板_1669801840316.xlsx')">总库导入模板</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-dropdown v-if="selectedRowKeys.length > 0">

28
src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue

@ -520,12 +520,13 @@
librarySign: null,
del_flag: 0
},
getAction(this.url.list,this.queryParam).then((res)=>{
if(res.success){
// console.log("res.result----------",res.result)
this.dataSource=res.result.records;
}
});
this.loadData(1)
// getAction(this.url.list,this.queryParam).then((res)=>{
// if(res.success){
// // console.log("res.result----------",res.result)
// this.dataSource=res.result.records;
// }
// });
},
judgeRouterParam(){
if (this.$route.query.item == null){
@ -534,14 +535,13 @@
},
initDictConfig(){
},
loadData(){
getAction(this.url.list,this.queryParam).then((res)=>{
console.log(res.result);
if(res.success){
this.dataSource=res.result.records;
}
});
},
// loadData(){
// getAction(this.url.list,this.queryParam).then((res)=>{
// if(res.success){
// this.dataSource=res.result.records;
// }
// });
// },
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'string',value:'processId',text:'流程表单号',dictCode:''})

2
src/views/waste/ProcessWasteList.vue

@ -50,10 +50,10 @@
<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 type="primary" icon="download" @click="handleExportXls('废旧物资库表')">导出</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>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/废旧物资库表导入模板_1669801633970.xls')">报废导入模板</a-button>
<a-button @click="handleInto" type="primary">电缆</a-button>
<a-dropdown v-if="selectedRowKeys.length > 0">
<a-menu slot="overlay">

2
src/views/waste/ProcessWasteListCable.vue

@ -52,10 +52,10 @@
<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 type="primary" icon="download" @click="handleExportXls('电缆')">导出</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>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/电缆模板_1669802180197.xls')">电缆导入模板</a-button>
<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>

1
src/views/wastematerials/ProcessWasteMaterialsList.vue

@ -43,6 +43,7 @@
<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="downloadFile('http://182.92.73.21:9090/file/temp/账外导入模板_1669801377110.xlsx')">帐外导入模板</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload">重置</a-button>
</div>

32
src/views/wastematerials/ProcessWasteMaterialsLists.vue

@ -363,25 +363,21 @@
materialStorageId: this.$route.query.materialStorageId,
del_flag: 0
},
getAction(this.url.list,this.queryParam).then((res)=>{
if(res.success){
// console.log("resultsearch ")
// console.log(res.result);
// console.log(this.queryParam)
this.dataSource=res.result.records;
}
});
},
loadData(){
getAction(this.url.list,this.queryParam).then((res)=>{
if(res.success){
console.log("result :")
console.log(res.result)
console.log(this.queryParam)
this.dataSource=res.result.records;
}
});
this.loadData(1);
// getAction(this.url.list,this.queryParam).then((res)=>{
// if(res.success){
// this.dataSource=res.result.records;
// }
// });
},
// loadData(){
// getAction(this.url.list,this.queryParam).then((res)=>{
// if(res.success){
// this.dataSource=res.result.records;
// }
// });
// },
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'string',value:'supplier',text:'供应商',dictCode:''})

Loading…
Cancel
Save