Browse Source

api/newjit/bill-m100/load-zhuhuban-report添加参数

FoShanPG
安虹睿 1 year ago
parent
commit
fd88809b55
  1. 8
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue
  2. 9
      vue/static/config.js

8
vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

@ -1228,7 +1228,6 @@ export default {
}, },
valueselectChange(val) { valueselectChange(val) {
debugger
this.$forceUpdate(); this.$forceUpdate();
this.customerInfosMB = []; this.customerInfosMB = [];
this.customerInfosZHB = []; this.customerInfosZHB = [];
@ -1254,7 +1253,6 @@ export default {
} }
}, },
fwStation_selectChange(val) { fwStation_selectChange(val) {
debugger
this.$forceUpdate(); this.$forceUpdate();
if (this.listQuery.productType === 1) { if (this.listQuery.productType === 1) {
//线 //线
@ -1321,7 +1319,6 @@ export default {
closeDialog() {}, closeDialog() {},
/**打印 */ /**打印 */
print() { print() {
debugger
(this.hostPrintQuery = { (this.hostPrintQuery = {
printType: undefined, //0:;1:;2:; printType: undefined, //0:;1:;2:;
productLine: undefined, productLine: undefined,
@ -1540,7 +1537,6 @@ export default {
}, },
save() { save() {
this.$refs.form.validate((valid) => { this.$refs.form.validate((valid) => {
debugger
if (valid) { if (valid) {
//this.listLoaddingPrint = true; //this.listLoaddingPrint = true;
if (this.isShowHostSN === true) { if (this.isShowHostSN === true) {
@ -1719,7 +1715,6 @@ export default {
*/ */
private_printMenBan() private_printMenBan()
{ {
debugger
this.$axios this.$axios
.posts( .posts(
"/api/newjit/bill-m100/save-menban-report", "/api/newjit/bill-m100/save-menban-report",
@ -1790,7 +1785,6 @@ export default {
*/ */
private_printZhuHuBan(isSelAll = true) private_printZhuHuBan(isSelAll = true)
{ {
debugger
// //
// //
this.$axios this.$axios
@ -1812,6 +1806,7 @@ export default {
let loadInput = {}; let loadInput = {};
loadInput.dataResultType = (isSelAll == true) ? "1" : "2"; loadInput.dataResultType = (isSelAll == true) ? "1" : "2";
loadInput.reportIdList = response.item; loadInput.reportIdList = response.item;
loadInput.productLine = this.hostPrintQuery.productLine
//-------------------------------------- //--------------------------------------
// //
// //
@ -1885,7 +1880,6 @@ export default {
.then((response) => { .then((response) => {
//console.log(response); //console.log(response);
this.PLList = response.item; this.PLList = response.item;
debugger
this.PLChildList = this.PLList.filter( this.PLChildList = this.PLList.filter(
(u) => u.productType === parseInt(this.listQuery.productType) (u) => u.productType === parseInt(this.listQuery.productType)
).sort((a, b) => { ).sort((a, b) => {

9
vue/static/config.js

@ -2,12 +2,13 @@ let configJSON
if (process.env.NODE_ENV === 'development') { if (process.env.NODE_ENV === 'development') {
configJSON = { configJSON = {
base: { base: {
//ip: 'http://192.168.0.140', ip: 'http://192.168.7.21',
ip: 'http://127.0.0.1', //?? two // ip: 'http://192.168.0.140',
// ip: 'http://127.0.0.1', //?? two
auth_port: '8066', auth_port: '8066',
public_port: '8092', public_port: '8092',
//backend_port: '8092', backend_port: '8092',
backend_port: '44344', //?? three // backend_port: '44344', //?? three
}, },
basic: {}, basic: {},
upload: { upload: {

Loading…
Cancel
Save