Browse Source

【长春派格1.5】0119需求更改

HQ
安虹睿 10 months ago
parent
commit
cb6b565fb7
  1. 14
      vue/src/views/pg-fis/basedate/alreadyPrint/detail.vue
  2. 2
      vue/src/views/pg-fis/basedate/alreadyPrint/index.vue
  3. 20
      vue/static/config.js

14
vue/src/views/pg-fis/basedate/alreadyPrint/detail.vue

@ -42,7 +42,7 @@
class="two-list"
</el-table-column> -->
<el-table-column type="expand" prop="details">
<!-- <el-table-column type="expand" prop="details">
<template slot-scope="scope">
<el-table :data="scope.row.details">
<el-table-column
@ -66,7 +66,7 @@
</el-table-column>
</el-table>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column
v-for="(item, index) in getDefaultField"
:key="index"
@ -219,6 +219,16 @@ export default {
/** 列表字段 */
getDefaultField() {
var tempsTabs = [];
tempsTabs.push({
label: "规格说明",
prop: "specExplain",
width: 160,
});
tempsTabs.push({
label: "颜色说明",
prop: "colorExplain",
width: 160,
});
tempsTabs.push({
label: "总成编号",
prop: "erpAssemblyCode",

2
vue/src/views/pg-fis/basedate/alreadyPrint/index.vue

@ -449,7 +449,7 @@ export default {
},
created() {
this.billState.forEach((element, index) => {
if (index === 0) {
if (index === 1) {
this.listQuery.state.push(element.id);
}
});

20
vue/static/config.js

@ -2,14 +2,19 @@ let configJSON;
if (process.env.NODE_ENV === "development") {
configJSON = {
base: {
ip: "http://localhost",
auth_port: "44344",
public_port: "44344",
backend_port: "44344",
// ip: "http://localhost",
// auth_port: "44344",
// public_port: "44344",
// backend_port: "44344",
// ip: "http://222.169.228.163",
// auth_port: "7696",
// public_port: "7692",
// backend_port: "7692",
ip: "http://192.168.0.228",
auth_port: "7696",
public_port: "7692",
backend_port: "7692",
},
basic: {},
upload: {
@ -42,7 +47,12 @@ if (process.env.NODE_ENV === "development") {
// auth_port: "8066",
// public_port: "8092",
// backend_port: "8092",
ip: "http://222.169.228.163",
// ip: "http://222.169.228.163",
// auth_port: "7696",
// public_port: "7692",
// backend_port: "7692",
ip: "http://192.168.0.228",
auth_port: "7696",
public_port: "7692",
backend_port: "7692",

Loading…
Cancel
Save