Browse Source

【长春派格1.5】日常打印相关更改

HQ
安虹睿 11 months ago
parent
commit
24a1753366
  1. 6
      package-lock.json
  2. 15
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue
  3. 5
      vue/static/config.js

6
package-lock.json

@ -0,0 +1,6 @@
{
"name": "FIS1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

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

@ -372,7 +372,7 @@
@change="beginHostSNChange" @change="beginHostSNChange"
:disabled="true" :disabled="true"
/> />
<label class="label1">-</label> <!-- <label class="label1">-</label>
<el-input <el-input
v-model="form.endHostSN" v-model="form.endHostSN"
placeholder="" placeholder=""
@ -380,7 +380,7 @@
:disabled="true" :disabled="true"
size="small" size="small"
style="width: 240px" style="width: 240px"
/> /> -->
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
@ -529,7 +529,7 @@ export default {
drawerZHBPrint: false, drawerZHBPrint: false,
drawerZHBDelete: false, drawerZHBDelete: false,
activeNames: ["1"], activeNames: ["1"],
printNum: "12", printNum: "10",
printNumZHB: "24", printNumZHB: "24",
rules: { rules: {
erpAssemblyName: [ erpAssemblyName: [
@ -1335,7 +1335,7 @@ export default {
}); });
return; return;
} }
(this.printNum = "12"), (this.printNum = "10"),
(this.printNumZHB = "24"), (this.printNumZHB = "24"),
(this.hostSNQuery.productLine = this.listQuery.productLine); (this.hostSNQuery.productLine = this.listQuery.productLine);
this.hostPrintQuery.productLine = this.listQuery.productLine; this.hostPrintQuery.productLine = this.listQuery.productLine;
@ -1699,8 +1699,11 @@ export default {
/** /**
* 保存加载打印门板 * 保存加载打印门板
*/ */
private_printMenBan() private_printMenBan(){
{ // 2024-01-10 PrintCount
if(this.listQuery.productType == 1){
this.hostPrintQuery.printCount = this.printNum
}
this.$axios this.$axios
.posts( .posts(
//"/api/newjit/bill-m100/save-menban-report", //"/api/newjit/bill-m100/save-menban-report",

5
vue/static/config.js

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

Loading…
Cancel
Save