liuyunfeng 1 year ago
parent
commit
f1069ce7f7
  1. 36
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue
  2. 3
      vue/static/config.js

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

@ -244,7 +244,7 @@
<ScrapZHB v-bind:customerInfosZHB="customerInfosZHB"></ScrapZHB> <ScrapZHB v-bind:customerInfosZHB="customerInfosZHB"></ScrapZHB>
</el-drawer> </el-drawer>
<div class="l-table" style="margin-top: -10px"> <div class="l-table" style="margin-top: -15px">
<!--表格渲染--> <!--表格渲染-->
<el-table <el-table
ref="multipleTable" ref="multipleTable"
@ -434,7 +434,7 @@
<pagination <pagination
v-show="totalCount > 0" v-show="totalCount > 0"
:total="totalCount" :total="totalCount"
style="margin-bottom: -5px; float: right" style="float: right"
:page.sync="page" :page.sync="page"
:limit.sync="listQuery.MaxResultCount" :limit.sync="listQuery.MaxResultCount"
@pagination="getList" @pagination="getList"
@ -674,13 +674,7 @@ export default {
}; };
}, },
mounted() { mounted() {
this.$nextTick(() => { this.setTableHeight()
var offsetHei = document.documentElement.clientHeight;
//console.log(offsetHei);
let boxH = this.$refs.box.offsetHeight;
this.tableHeight = offsetHei - boxH - 67 - 79; //57footer79
//this.tableHeight = offsetHei -260
});
let timer = setInterval(() => { let timer = setInterval(() => {
this.open(); this.open();
@ -766,6 +760,15 @@ export default {
...mapGetters(["userInfo"]), // ...mapGetters(["userInfo"]), //
}, },
methods: { methods: {
setTableHeight(){
this.$nextTick(() => {
var offsetHei = document.documentElement.clientHeight;
//console.log(offsetHei);
let boxH = this.$refs.box.offsetHeight;
this.tableHeight = offsetHei - boxH - 67 - 79 - 10; //57footer79
//this.tableHeight = offsetHei -260
});
},
opens() { opens() {
this.getList(); this.getList();
@ -820,7 +823,7 @@ export default {
if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) { if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) {
// //
console.log( console.log(
"222222222222222222222222222222222222222222222222" "222222222222222222222222222222222222222222222222-1"
); );
this.$refs.sp01.style.color = "red"; this.$refs.sp01.style.color = "red";
this.$refs.sp01.style.fontWeight = "bold"; this.$refs.sp01.style.fontWeight = "bold";
@ -837,8 +840,9 @@ export default {
if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) { if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) {
// //
console.log( console.log(
"222222222222222222222222222222222222222222222222" "222222222222222222222222222222222222222222222222-2"
); );
this.setTableHeight()
this.$refs.sp05.style.color = "red"; this.$refs.sp05.style.color = "red";
this.$refs.sp05.style.fontWeight = "bold"; this.$refs.sp05.style.fontWeight = "bold";
} else { } else {
@ -1232,7 +1236,6 @@ export default {
}, },
valueselectChange(val) { valueselectChange(val) {
debugger
this.$forceUpdate(); this.$forceUpdate();
this.customerInfosMB = []; this.customerInfosMB = [];
this.customerInfosZHB = []; this.customerInfosZHB = [];
@ -1258,7 +1261,6 @@ export default {
} }
}, },
fwStation_selectChange(val) { fwStation_selectChange(val) {
debugger
this.$forceUpdate(); this.$forceUpdate();
if (this.listQuery.productType === 1) { if (this.listQuery.productType === 1) {
//线 //线
@ -1325,7 +1327,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,
@ -1544,7 +1545,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) {
@ -1722,7 +1722,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",
@ -1793,7 +1792,6 @@ export default {
*/ */
private_printZhuHuBan(isSelAll = true) private_printZhuHuBan(isSelAll = true)
{ {
debugger
// //
// //
this.$axios this.$axios
@ -1815,6 +1813,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
//-------------------------------------- //--------------------------------------
// //
// //
@ -1888,7 +1887,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) => {
@ -1920,6 +1918,7 @@ export default {
return a.productLineCode - b.productLineCode; return a.productLineCode - b.productLineCode;
}); });
//console.log(this.PLList) //console.log(this.PLList)
this.setTableHeight()
// //
if (this.listQuery.productType === 1) { if (this.listQuery.productType === 1) {
this.$refs.btn1.$el.innerText = "打印门板发货排序单"; this.$refs.btn1.$el.innerText = "打印门板发货排序单";
@ -1935,6 +1934,7 @@ export default {
this.listQuery.state = []; this.listQuery.state = [];
this.isShowState = false; this.isShowState = false;
} }
if (this.listQuery.productType === 2) { if (this.listQuery.productType === 2) {
this.listQueryList.ZHBBillStatus = 2; this.listQueryList.ZHBBillStatus = 2;
} else { } else {

3
vue/static/config.js

@ -2,7 +2,8 @@ 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',//new
// ip: 'http://192.168.0.140',//old
ip: 'http://127.0.0.1', //?? two ip: 'http://127.0.0.1', //?? two
auth_port: '8066', auth_port: '8066',
public_port: '8092', public_port: '8092',

Loading…
Cancel
Save