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"
:disabled="true"
/>
<label class="label1">-</label>
<!-- <label class="label1">-</label>
<el-input
v-model="form.endHostSN"
placeholder=""
@ -380,7 +380,7 @@
:disabled="true"
size="small"
style="width: 240px"
/>
/> -->
</el-form-item>
</el-col>
</el-row>
@ -529,7 +529,7 @@ export default {
drawerZHBPrint: false,
drawerZHBDelete: false,
activeNames: ["1"],
printNum: "12",
printNum: "10",
printNumZHB: "24",
rules: {
erpAssemblyName: [
@ -1335,7 +1335,7 @@ export default {
});
return;
}
(this.printNum = "12"),
(this.printNum = "10"),
(this.printNumZHB = "24"),
(this.hostSNQuery.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
.posts(
//"/api/newjit/bill-m100/save-menban-report",

5
vue/static/config.js

@ -2,11 +2,14 @@ let configJSON;
if (process.env.NODE_ENV === "development") {
configJSON = {
base: {
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",
},
basic: {},
upload: {

Loading…
Cancel
Save