diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 50ced752..d042400f 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -487,7 +487,7 @@ export default { }, searchExport() { - this.$confirm("是否确定打印所有查询结果数据", "提示", { + this.$confirm("是否确定导出所有查询结果数据", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning", @@ -506,8 +506,14 @@ export default { keyWords: this.filterQuery.keyWords, mainAction: this.filterQuery.mainAction, action: this.filterQuery.action - }; + + if (this.filterQuery.actionType == 'preInDetail') { + printParams.invCode = '1000001' + } else if (this.filterQuery.actionType == 'preDetail') { + printParams.invCode = '1000002' + } + if (this.actDateRange !== null) { printParams.startAduditTime = this.actDateRange[0]; printParams.endAduditTime = this.actDateRange[1]; diff --git a/src/views/purchase/purApply/purOrderSelectProduct.vue b/src/views/purchase/purApply/purOrderSelectProduct.vue index 77daa3ad..75a2fe88 100644 --- a/src/views/purchase/purApply/purOrderSelectProduct.vue +++ b/src/views/purchase/purApply/purOrderSelectProduct.vue @@ -4,7 +4,7 @@ - + @@ -12,25 +12,25 @@ - + - + - + - + @@ -38,24 +38,24 @@ - + - + - + - + @@ -64,20 +64,20 @@ - + - + - + @@ -109,16 +109,22 @@ - + v-if="productRemarkSet.remarkEnable1" + :label="productRemarkSet.remarkTitle1" prop="basicPrductRemak1" width="140" + show-overflow-tooltip> - + v-if="productRemarkSet.remarkEnable2" + :label="productRemarkSet.remarkTitle2" prop="basicPrductRemak2" width="140" + show-overflow-tooltip> + +