Browse Source

添加预览制式表格的提示

dev
long 2 years ago
parent
commit
c0ec8048d9
  1. 26
      src/views/accessrecords/statement/ProcessMaterialWarehousingStatement.vue
  2. 26
      src/views/accessrecords/statement/ProcessMaterialsDeliveryStatement.vue
  3. 24
      src/views/accessrecords/statement/ProcessMaterialsPlanStatement.vue
  4. 3
      src/views/accessrecords/statement/ProcessMaterialsPlanStatement2.vue
  5. 24
      src/views/accessrecords/statement/ProcessMaterialsPlanStatement3.vue
  6. 24
      src/views/accessrecords/statement/ProcessMaterialsPlanStatement4.vue

26
src/views/accessrecords/statement/ProcessMaterialWarehousingStatement.vue

@ -51,8 +51,8 @@
modalLsVisible: false,
pdfWord: '',
pdfSrc: '',
queryParam:{
id:''
queryParam: {
id: ''
},
url: {
list: '/hy/processUdgetPlan/getPlanTable',
@ -65,13 +65,13 @@
mounted() {
this.showSessionId = window.location.search
},
watch:{
materWared:function (newData, oldData) {
watch: {
materWared: function(newData, oldData) {
// newData
// oldData
if(newData !== oldData){
this.loadData();
console.log("数据已经更新")
if (newData !== oldData) {
this.loadData()
console.log('数据已经更新')
}
}
},
@ -99,8 +99,8 @@
//
downWord() {
downFile(this.url.queryPlandDownWord, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件下载失败")
if (!data.size > 0) {
this.$message.warning('文件下载失败')
return
}
const blob = new Blob([data]) //
@ -115,9 +115,10 @@
},
previewWord() {
this.$message.loading('加载中请稍后......')
downFile(this.url.queryPlanPrevie, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件预览失败")
if (!data.size > 0) {
this.$message.warning('文件预览失败')
return
}
const blob = new Blob([data], { type: 'application/pdf' })
@ -128,8 +129,7 @@
},
loadData() {
this.queryParam.id = this.materWared
},
}
}
}

26
src/views/accessrecords/statement/ProcessMaterialsDeliveryStatement.vue

@ -51,8 +51,8 @@
modalLsVisible: false,
pdfWord: '',
pdfSrc: '',
queryParam:{
id:''
queryParam: {
id: ''
},
url: {
list: '/hy/processUdgetPlan/getPlanTable',
@ -65,13 +65,13 @@
mounted() {
this.showSessionId = window.location.search
},
watch:{
materWared:function (newData, oldData) {
watch: {
materWared: function(newData, oldData) {
// newData
// oldData
if(newData !== oldData){
this.loadData();
console.log("数据已经更新")
if (newData !== oldData) {
this.loadData()
console.log('数据已经更新')
}
}
},
@ -99,8 +99,8 @@
//
downWord() {
downFile(this.url.queryDeliveryDownWord, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件下载失败")
if (!data.size > 0) {
this.$message.warning('文件下载失败')
return
}
const blob = new Blob([data]) //
@ -115,9 +115,10 @@
},
previewWord() {
this.$message.loading('加载中请稍后......')
downFile(this.url.queryDeliveryPrevie, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件预览失败")
if (!data.size > 0) {
this.$message.warning('文件预览失败')
return
}
const blob = new Blob([data], { type: 'application/pdf' })
@ -128,8 +129,7 @@
},
loadData() {
this.queryParam.id = this.materWared
},
}
}
}

24
src/views/accessrecords/statement/ProcessMaterialsPlanStatement.vue

@ -43,12 +43,12 @@
required: false
}
},
watch:{
materWared:function (newData, oldData) {
watch: {
materWared: function(newData, oldData) {
//newData
//oldData
if(newData !== oldData){
this.loadData();
if (newData !== oldData) {
this.loadData()
}
}
},
@ -58,8 +58,8 @@
srcHtml: '',
modalLsVisible: false,
pdfWord: '',
queryParam:{
id:''
queryParam: {
id: ''
},
pdfSrc: '',
url: {
@ -97,8 +97,8 @@
//
downWord() {
downFile(this.url.queryPlandDownWord, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件下载失败")
if (!data.size > 0) {
this.$message.warning('文件下载失败')
return
}
const blob = new Blob([data]) //
@ -113,9 +113,10 @@
},
previewWord() {
this.$message.loading('加载中请稍后......')
downFile(this.url.queryPlanPrevie, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件预览失败")
if (!data.size > 0) {
this.$message.warning('文件预览失败')
return
}
console.log(data)
@ -126,8 +127,7 @@
},
loadData() {
this.queryParam.id = this.materWared
},
}
}
}

3
src/views/accessrecords/statement/ProcessMaterialsPlanStatement2.vue

@ -114,7 +114,8 @@
})
},
previewWord() {
previewWord() {
this.$message.success("加载中请稍后......")
downFile(this.url.queryPlanPrevie, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件预览失败")

24
src/views/accessrecords/statement/ProcessMaterialsPlanStatement3.vue

@ -51,8 +51,8 @@
modalLsVisible: false,
pdfWord: '',
pdfSrc: '',
queryParam:{
id:''
queryParam: {
id: ''
},
url: {
list: '/hy/processUdgetPlan/getPlanTable',
@ -65,12 +65,12 @@
mounted() {
this.showSessionId = window.location.search
},
watch:{
materWared:function (newData, oldData) {
watch: {
materWared: function(newData, oldData) {
//newData
//oldData
if(newData !== oldData){
this.loadData();
if (newData !== oldData) {
this.loadData()
}
}
@ -99,8 +99,8 @@
//
downWord() {
downFile(this.url.querySourceCapitalDownWord, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件下载失败")
if (!data.size > 0) {
this.$message.warning('文件下载失败')
return
}
const blob = new Blob([data]) //
@ -115,9 +115,10 @@
},
previewWord() {
this.$message.loading('加载中请稍后......')
downFile(this.url.querySourceCapitalPrevie, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件预览失败")
if (!data.size > 0) {
this.$message.warning('文件预览失败')
return
}
const blob = new Blob([data], { type: 'application/pdf' })
@ -128,8 +129,7 @@
},
loadData() {
this.queryParam.id = this.materWared
},
}
}
}

24
src/views/accessrecords/statement/ProcessMaterialsPlanStatement4.vue

@ -51,8 +51,8 @@
modalLsVisible: false,
pdfWord: '',
pdfSrc: '',
queryParam:{
id:''
queryParam: {
id: ''
},
url: {
list: '/hy/processUdgetPlan/getPlanTable',
@ -65,12 +65,12 @@
mounted() {
this.showSessionId = window.location.search
},
watch:{
materWared:function (newData, oldData) {
watch: {
materWared: function(newData, oldData) {
//newData
//oldData
if(newData !== oldData){
this.loadData();
if (newData !== oldData) {
this.loadData()
}
}
@ -99,8 +99,8 @@
//
downWord() {
downFile(this.url.queryInspectionFormDownWord, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件下载失败")
if (!data.size > 0) {
this.$message.warning('文件下载失败')
return
}
const blob = new Blob([data]) //
@ -115,9 +115,10 @@
},
previewWord() {
this.$message.loading('加载中请稍后......')
downFile(this.url.queryInspectionFormPrevie, { id: this.queryParam.id }).then((data) => {
if (!data.size>0) {
this.$message.warning("文件预览失败")
if (!data.size > 0) {
this.$message.warning('文件预览失败')
return
}
const blob = new Blob([data], { type: 'application/pdf' })
@ -128,8 +129,7 @@
},
loadData() {
this.queryParam.id = this.materWared
},
}
}
}

Loading…
Cancel
Save