Compare commits

...

15 Commits

  1. 2
      vue/babel.config.js
  2. 18
      vue/src/components/ImportTxt/index.vue
  3. 13
      vue/src/router/index.js
  4. 3
      vue/src/settings.js
  5. 11
      vue/src/views/login/index.vue
  6. 15
      vue/src/views/pg-fis/basedate/assemblyCfg/index.vue
  7. 39
      vue/src/views/pg-fis/basedate/customerPartCfg/index.vue
  8. 4
      vue/src/views/pg-fis/basedate/m100BIll/detail.vue
  9. 25
      vue/src/views/pg-fis/basedate/m100BIll/index.vue
  10. 12
      vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue
  11. 11
      vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue
  12. 13
      vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue
  13. 5
      vue/src/views/pg-fis/basedate/m100Online/detail.vue
  14. 3
      vue/src/views/pg-fis/basedate/m100Online/detailZHB.vue
  15. 4
      vue/src/views/pg-fis/basedate/m100Online/index-old.vue
  16. 4
      vue/src/views/pg-fis/basedate/m100Online/index.vue
  17. 330
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue
  18. 4
      vue/src/views/pg-fis/basedate/r100Online/detail.vue
  19. 1
      vue/src/views/pg-fis/basedate/r100Online/index.vue
  20. 4
      vue/src/views/pg-fis/basedate/select/detail.vue
  21. 3
      vue/src/views/pg-fis/basedate/select/detailZHB.vue
  22. 23
      vue/src/views/pg-fis/basedate/select/index.vue
  23. 22
      vue/static/config.js

2
vue/babel.config.js

@ -2,4 +2,4 @@ module.exports = {
presets: [ presets: [
'@vue/app' '@vue/app'
] ]
} }

18
vue/src/components/ImportTxt/index.vue

@ -346,6 +346,7 @@ export default {
fis: "FIS发运数据", fis: "FIS发运数据",
settleAccount: "R3数据", settleAccount: "R3数据",
AssemblyCfgERP:"总成SAP数据", AssemblyCfgERP:"总成SAP数据",
PartCfg:"物料数据",
}[this.crmType] || "" }[this.crmType] || ""
); );
}, },
@ -355,6 +356,7 @@ export default {
fis: "/api/settleaccount/fis/ExcelImport", fis: "/api/settleaccount/fis/ExcelImport",
settleAccount: "/api/settleaccount/SettleAccount/ExcelImport", settleAccount: "/api/settleaccount/SettleAccount/ExcelImport",
AssemblyCfgERP:"/api/newjit/assembly-cfg-erp/import", AssemblyCfgERP:"/api/newjit/assembly-cfg-erp/import",
PartCfg:"/api/newjit/part-cfg/import",
}[this.crmType] || "" }[this.crmType] || ""
); );
}, },
@ -365,6 +367,7 @@ export default {
fis: "FIS发运数据导入模板.xlsx", fis: "FIS发运数据导入模板.xlsx",
settleAccount: "R3数据模板.xlsx", settleAccount: "R3数据模板.xlsx",
AssemblyCfgERP:"BOM-批量导入模板.txt", AssemblyCfgERP:"BOM-批量导入模板.txt",
PartCfg:"BOM-批量导入模板.txt",
}[this.crmType] || "" }[this.crmType] || ""
); );
}, },
@ -474,12 +477,13 @@ export default {
beforeAvatarUpload(file) { beforeAvatarUpload(file) {
var FileExt = file.name.replace(/.+\./, ""); var FileExt = file.name.replace(/.+\./, "");
if (["txt"].indexOf(FileExt.toLowerCase()) === -1) { if (["txt"].indexOf(FileExt.toLowerCase()) === -1) {
this.$message({ // this.$message({
type: "warning", // type: "warning",
message: "只支持txt文本类型文件!", // message: "txt",
}); // });
this.isFileType = "0"; // this.isFileType = "0";
return false; // return false;
this.isFileType = "1";
} else { } else {
this.isFileType = "1"; this.isFileType = "1";
} }
@ -563,7 +567,7 @@ export default {
.posts(webapi, fd) .posts(webapi, fd)
.then(async (res) => { .then(async (res) => {
console.log("导入条件:" + JSON.stringify(res)); console.log("导入条件:" + JSON.stringify(res));
if(this.crmType !== "AssemblyCfgERP"){ if(this.crmType !== "AssemblyCfgERP" && this.crmType !== "PartCfg"){
if (res === "Success") { if (res === "Success") {
if (this.isLt2M === "1" && this.isFileType === "1") { if (this.isLt2M === "1" && this.isFileType === "1") {
this.$notify({ this.$notify({

13
vue/src/router/index.js

@ -64,11 +64,16 @@ export const constantRoutes = [
}, },
{ {
path: '/login', path: '/login',
//component: () => import('@/views/login/index'), component: () => import('@/views/login/index'),
//component: () => import('@/views/pg-fis/basedate/customerPartCfg'),
//component: () => import('@/views/pg-fis/basedate/partSwitch'), //?? one //component: () => import('@/views/pg-fis/basedate/partSwitch'), //?? one
//component: () => import('@/views/pg-fis/basedate/assemblyCfg'), //?? one //component: () => import('@/views/pg-fis/basedate/assemblyCfg'), //?? one
component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'), //component: () => import('@/views/pg-fis/basedate/unknownAssembly'), //?? one
hidden: true // component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'),
//component: () => import('@/views/pg-fis/basedate/select'), //M100查询
//component: () => import('@/views/pg-fis/basedate/m100BIll'), //M100单据信息维护
//component: () => import('@/views/pg-fis/basedate/r100Online'), //R100上线信息
//component: () => import('@/views/pg-fis/basedate/customerPartCfg'), //客户零件管理
}, },
{ {
path: '/auth-redirect', path: '/auth-redirect',
@ -188,7 +193,7 @@ export const asyncRoutes = [
//wheeldataRouter,//大众看板和备件 //wheeldataRouter,//大众看板和备件
pgfisPrint,//排序单打印 pgfisPrint,//排序单打印
pgfis,//派格fis pgfis,//派格fis
JobTimeDataRouter,//后台作业监控 //JobTimeDataRouter,//后台作业监控
// 404 page must be placed at the end !!! // 404 page must be placed at the end !!!
{ path: '*', redirect: '/404', hidden: true } { path: '*', redirect: '/404', hidden: true }

3
vue/src/settings.js

@ -1,5 +1,6 @@
module.exports = { module.exports = {
title: '长春派格汽车塑料技术有限公司结算管理系统', // title: '长春派格汽车塑料技术有限公司结算管理系统',
title: '佛山FIS排序单打印系统',
/** /**
* @type {boolean} true | false * @type {boolean} true | false

11
vue/src/views/login/index.vue

@ -2,7 +2,11 @@
<div class="wrapper"> <div class="wrapper">
<div class="left"> <div class="left">
<div class="container"><span class="one">SAS/JIT-长春派格汽车塑料技术有限公司结算管理系统</span><span class="two"></span></div> <div class="container">
<!-- <span class="one">SAS/JIT-长春派格汽车塑料技术有限公司结算管理系统</span> -->
<span class="one">佛山FIS排序单打印系统</span>
<span class="two"></span>
</div>
<!-- <div class="container"><span class="one">闻荫科技-长春派格结算管理系统</span><span class="two"></span></div> --> <!-- <div class="container"><span class="one">闻荫科技-长春派格结算管理系统</span><span class="two"></span></div> -->
@ -10,9 +14,8 @@
<div class=""> <div class="">
<div class="copyright"> <div class="copyright">
长春市闻荫科技 长春市闻荫科技
<a <!-- <a target="_blank" href="http://www.ccwin-in.com">©2021 闻荫科技-长春派格结算管理系统</a> -->
target="_blank" <a target="_blank" href="http://www.ccwin-in.com">©2021 闻荫科技-佛山FIS排序单打印系统</a>
href="http://www.ccwin-in.com">©2021 闻荫科技-长春派格结算管理系统</a>
</div> </div>
</div> </div>
</div> </div>

15
vue/src/views/pg-fis/basedate/assemblyCfg/index.vue

@ -40,13 +40,13 @@
</el-form-item> </el-form-item>
<!-- <el-divider class="divider1" ></el-divider> --> <!-- <el-divider class="divider1" ></el-divider> -->
<el-form-item style="margin-bottom: 0px; "> <el-form-item style="margin-bottom: 0px; ">
<el-button class="filter-item" size="mini" type="primary" icon="el-icon-plus" @click="handleCreate" disabled>新增 <el-button class="filter-item" size="mini" type="primary" icon="el-icon-plus" @click="handleCreate" disabled>新增
</el-button> </el-button>
<el-button class="filter-item" size="mini" type="primary" icon="el-icon-edit" @click="handleUpdate" disabled>修改 <el-button class="filter-item" size="mini" type="primary" icon="el-icon-edit" @click="handleUpdate" disabled>修改
</el-button> </el-button>
<el-button class="filter-item" size="mini" type="primary" icon="el-icon-delete" @click="handleDelete" disabled>删除 <el-button class="filter-item" size="mini" type="primary" icon="el-icon-delete" @click="handleDelete" disabled>删除
</el-button> </el-button>
<el-button class="filter-item" size="mini" type="primary" icon="el-icon-plus" @click="handleImportSAP" disabled>导入SAP对接 <el-button class="filter-item" size="mini" type="primary" icon="el-icon-plus" @click="handleImportSAP" >导入SAP对接
</el-button> </el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
@ -182,7 +182,7 @@
<pagination v-show="totalCount > 0" :total="totalCount" :page.sync="page" :limit.sync="listQuery.maxResultCount" <pagination v-show="totalCount > 0" :total="totalCount" :page.sync="page" :limit.sync="listQuery.maxResultCount"
@pagination="getList" /> @pagination="getList" />
<!-- 导入Excel组件 --> <!-- 导入Excel组件 -->
<importExcel ref="importexcel" :show="showExcelImport" :crmType="crmType" @close="importExcelData" /> <importExcelCtrl ref="importexcel" :show="showExcelImport" :crmType="crmType" @close="onImportExcelDlgClosed" />
</div> </div>
<!-- 抽屉控件 --> <!-- 抽屉控件 -->
<el-drawer title="信息详细页" size="75%" direction="rtl" :visible.sync="drawer" :before-close="handleDrawerClose"> <el-drawer title="信息详细页" size="75%" direction="rtl" :visible.sync="drawer" :before-close="handleDrawerClose">
@ -197,7 +197,8 @@
import Pagination from "@/components/Pagination"; import Pagination from "@/components/Pagination";
import permission from "@/directive/permission/index.js"; import permission from "@/directive/permission/index.js";
import CRMTableHead from "../../components/CRMTableHead"; import CRMTableHead from "../../components/CRMTableHead";
import importExcel from "@/components/ImportTxt"; import importExcelCtrl from "@/components/ImportTxt";
//import importExcelCtrl from "@/components/ImportExcel";
import Lockr from "lockr"; import Lockr from "lockr";
import moment from "moment"; import moment from "moment";
import Detail from "./detail.vue"; import Detail from "./detail.vue";
@ -229,7 +230,7 @@
components: { components: {
Pagination, Pagination,
CRMTableHead, CRMTableHead,
importExcel, importExcelCtrl,
Detail Detail
}, },
directives: { directives: {
@ -565,7 +566,7 @@
selectOptionsChange(item) { selectOptionsChange(item) {
this.getList(); this.getList();
}, },
importExcelData() { onImportExcelDlgClosed() {
// //
this.listLoading = false; this.listLoading = false;
this.showExcelImport = false; this.showExcelImport = false;

39
vue/src/views/pg-fis/basedate/customerPartCfg/index.vue

@ -117,6 +117,11 @@
>导出Excel >导出Excel
</el-button> </el-button>
</el-form-item> </el-form-item>
<el-form-item>
<el-button class="filter-item" size="mini" type="primary" icon="el-icon-plus" @click="handleImportSAP" >导入零件
</el-button>
</el-form-item>
<!--表格头组件filter查询--> <!--表格头组件filter查询-->
<!-- <c-r-m-table-head <!-- <c-r-m-table-head
ref="crmTableHead" ref="crmTableHead"
@ -187,13 +192,8 @@
:limit.sync="listQuery.MaxResultCount" :limit.sync="listQuery.MaxResultCount"
@pagination="getList" @pagination="getList"
/> />
<!-- 导入Excel组件 --> <!-- 导入Excel组件 -->
<importExcel <importExcelCtrl ref="importexcel" :show="showExcelImport" :crmType="crmType" @close="onImportExcelDlgClosed" />
ref="importexcel"
:show="showExcelImport"
:crmType="crmType"
@close="importExcelData"
/>
</div> </div>
</div> </div>
</template> </template>
@ -201,7 +201,8 @@
<script> <script>
import Pagination from "@/components/Pagination"; // secondary package based on el-pagination import Pagination from "@/components/Pagination"; // secondary package based on el-pagination
import permission from "@/directive/permission/index.js"; import permission from "@/directive/permission/index.js";
import importExcel from "@/components/ImportExcel-invoice"; //import importExcelCtrl from "@/components/ImportExcel-invoice";
import importExcelCtrl from "@/components/ImportTxt";
import CRMTableHead from "../../components/CRMTableHead"; import CRMTableHead from "../../components/CRMTableHead";
import moment from "moment"; import moment from "moment";
import Lockr from "lockr"; import Lockr from "lockr";
@ -210,7 +211,7 @@ import XhJSSelect from "@/components/CreateCom/Xh-JS-Select-Label.vue";
export default { export default {
name: "CustomerPartCfg", name: "CustomerPartCfg",
components: { Pagination, CRMTableHead, importExcel, XhJSSelect }, components: { Pagination, CRMTableHead, importExcelCtrl, XhJSSelect },
directives: { permission }, directives: { permission },
filters: { filters: {
IsCustomerSignFilter(status) { IsCustomerSignFilter(status) {
@ -310,6 +311,7 @@ export default {
formTitle: "", formTitle: "",
drawer: false, drawer: false,
showExcelImport: false, showExcelImport: false,
crmType: "PartCfg",
tableHeight: document.documentElement.clientHeight - 260, tableHeight: document.documentElement.clientHeight - 260,
isEdit: false, isEdit: false,
sortState:false, // sortState:false, //
@ -481,12 +483,12 @@ export default {
} }
return row[column.property] || "--"; return row[column.property] || "--";
}, },
importExcelData() { onImportExcelDlgClosed() {
//this.getVersionInfo(); //
this.listLoading = false; this.listLoading = false;
// this.showExcelImport = false;
this.showExcelImport = false; this.getList();
}, },
// //
async handleDownload() { async handleDownload() {
this.listLoading = true; this.listLoading = true;
@ -753,7 +755,12 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
}, handleImportSAP() {
//
this.showExcelImport = true;
this.$refs.importexcel.handleImportExcelClick();
},
}, //method
}; };
</script> </script>

4
vue/src/views/pg-fis/basedate/m100BIll/detail.vue

@ -148,6 +148,7 @@ export default {
searchContent: "", // searchContent: "", //
customerInfo: { customerInfo: {
parentId: "", parentId: "",
billId: ""
}, },
form: { form: {
dicDetailID: "", dicDetailID: "",
@ -206,6 +207,7 @@ export default {
} else { } else {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.parentId = element.ParentId; this.customerInfo.parentId = element.ParentId;
this.customerInfo.billId = element.BillId;
}); });
if (this.customerInfo.parentId != "") { if (this.customerInfo.parentId != "") {
this.getList(); this.getList();
@ -270,7 +272,7 @@ export default {
this.listLoading = true; this.listLoading = true;
console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId)); console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId));
//alert("" + JSON.stringify(this.customerInfo.parentId)); //alert("" + JSON.stringify(this.customerInfo.parentId));
let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId }; let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId, billId: this.customerInfo.billId };
this.$axios this.$axios
.gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId) .gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId)
.then((response) => { .then((response) => {

25
vue/src/views/pg-fis/basedate/m100BIll/index.vue

@ -42,6 +42,23 @@
:value="item.productLineCode"/> :value="item.productLineCode"/>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="大众工位" prop="fwStation" v-show="listQuery.productType == 2">
<el-select
v-model="listQuery.fwStation"
clearable
placeholder="请选择"
size="medium"
style="margin-right: 15px"
>
<el-option
v-for="item in fwStationList"
:key="item.id"
:label="item.name"
:value="item.id"
/>
</el-select>
</el-form-item>
<el-form-item label="版本:" prop="Version"> <el-form-item label="版本:" prop="Version">
<el-input <el-input
@ -638,6 +655,7 @@ export default {
SkipCount: 0, SkipCount: 0,
MaxResultCount: 15, MaxResultCount: 15,
productType: 1, productType: 1,
fwStation : "BA2", //
ProductLine: undefined, ProductLine: undefined,
version:undefined, version:undefined,
HostSNBegin:undefined, HostSNBegin:undefined,
@ -725,7 +743,11 @@ export default {
dicTypeName:"派格车型", dicTypeName:"派格车型",
}, },
vehicleModelList:[],//list vehicleModelList:[],//list
productTypeList:[{id:1,name:'门板'},{id:2,name:'柱护板'}], productTypeList:[{id:1,name:'门板'},{id:2,name:'柱护板'}],
fwStationList: [
{ id: "BA2", name: "BA2" },
{ id: "BA5", name: "BA5" }
],
gettime:"", gettime:"",
KNRlist:null, KNRlist:null,
}; };
@ -810,6 +832,7 @@ export default {
this.customerInfos = [ this.customerInfos = [
{ {
ParentId: parentId, ParentId: parentId,
BillId: param.id
}, },
]; ];
}, },

12
vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue

@ -99,6 +99,7 @@
type="success" type="success"
icon="el-icon-s-shop" icon="el-icon-s-shop"
@click="handleUpdate()" @click="handleUpdate()"
style="visibility: collapse;"
>打印当前页</el-button >打印当前页</el-button
> >
<el-button <el-button
@ -252,6 +253,7 @@ export default {
printType: "1", printType: "1",
productLine: "", productLine: "",
partType: "", partType: "",
fwStation: ""
}, },
// //
filterObj: { filterObj: {
@ -337,6 +339,7 @@ export default {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.printType = "1"; this.customerInfo.printType = "1";
this.customerInfo.productLine = element.ProductLine; this.customerInfo.productLine = element.ProductLine;
this.customerInfo.fwStation = element.fwStation;
}); });
console.log("柱护板监控传值:" + JSON.stringify(this.customerInfo)); console.log("柱护板监控传值:" + JSON.stringify(this.customerInfo));
if (this.customerInfo.productLine != "") { if (this.customerInfo.productLine != "") {
@ -488,6 +491,10 @@ export default {
if (this.customerInfo.productLine != "") { if (this.customerInfo.productLine != "") {
this.listQuery.ProductLine = this.customerInfo.productLine; this.listQuery.ProductLine = this.customerInfo.productLine;
} }
if (this.customerInfo.fwStation != "") {
this.listQuery.fwStation = this.customerInfo.fwStation;
}
console.log("柱护板-列表查询条件:" + JSON.stringify(this.listQuery)); console.log("柱护板-列表查询条件:" + JSON.stringify(this.listQuery));
this.$axios this.$axios
@ -533,6 +540,7 @@ export default {
var params = { var params = {
printType: "1", printType: "1",
productLine: this.customerInfo.productLine, productLine: this.customerInfo.productLine,
fwStation: this.customerInfo.fwStation,
reportIdList: ZHBId, reportIdList: ZHBId,
partType: this.multipleSelection[0].partType, partType: this.multipleSelection[0].partType,
dataResultType: "2", dataResultType: "2",
@ -615,11 +623,13 @@ export default {
var params = { var params = {
printType: "1", printType: "1",
productLine: this.customerInfo.productLine, productLine: this.customerInfo.productLine,
fwStation: this.customerInfo.fwStation,
reportIdList: ZHBId, reportIdList: ZHBId,
//partType: this.multipleSelection[0].partType, //partType: this.multipleSelection[0].partType,
dataResultType: "1", dataResultType: "1",
}; };
console.log("柱护版-主界面传过来的值:" + JSON.stringify(params)); console.log("柱护版-主界面传过来的值:" + JSON.stringify(params));
let _this = this;
this.$axios this.$axios
//.posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params) //.posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params)
.posts("/api/newjit/bill-m100/load-zhuhuban-report", params) .posts("/api/newjit/bill-m100/load-zhuhuban-report", params)
@ -640,7 +650,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

11
vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue

@ -312,6 +312,7 @@ export default {
customerInfo: { customerInfo: {
printType: "1", printType: "1",
productLine: "", productLine: "",
fwStation: ""
}, },
// //
filterObj: { filterObj: {
@ -401,6 +402,7 @@ export default {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.printType = "1"; this.customerInfo.printType = "1";
this.customerInfo.productLine = element.ProductLine; this.customerInfo.productLine = element.ProductLine;
this.customerInfo.fwStation = element.fwStation;
}); });
console.log("柱护板监控传值:" + JSON.stringify(this.customerInfo)); console.log("柱护板监控传值:" + JSON.stringify(this.customerInfo));
if (this.customerInfo.productLine != "") { if (this.customerInfo.productLine != "") {
@ -415,7 +417,7 @@ export default {
getDefaultField() { getDefaultField() {
var tempsTabs = []; var tempsTabs = [];
tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 }); tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 });
tempsTabs.push({ label: "单据顺号", prop: "billSerialNum", width: 120 }); //tempsTabs.push({ label: "", prop: "billSerialNum", width: 120 });
tempsTabs.push({ label: "起始顺序号", prop: "beginHostSN", width: 120 }); tempsTabs.push({ label: "起始顺序号", prop: "beginHostSN", width: 120 });
tempsTabs.push({ label: "结束顺序号", prop: "endHostSN", width: 120 }); tempsTabs.push({ label: "结束顺序号", prop: "endHostSN", width: 120 });
tempsTabs.push({ tempsTabs.push({
@ -552,6 +554,9 @@ export default {
if (this.customerInfo.productLine != "") { if (this.customerInfo.productLine != "") {
this.listQuery.ProductLine = this.customerInfo.productLine; this.listQuery.ProductLine = this.customerInfo.productLine;
} }
if (this.customerInfo.fwStation != "") {
this.listQuery.fwStation = this.customerInfo.fwStation;
}
console.log("柱护板-列表查询条件:" + JSON.stringify(this.listQuery)); console.log("柱护板-列表查询条件:" + JSON.stringify(this.listQuery));
this.$axios this.$axios
@ -597,10 +602,12 @@ export default {
var params = { var params = {
printType: "1", printType: "1",
productLine: this.customerInfo.productLine, productLine: this.customerInfo.productLine,
fwStation: this.customerInfo.fwStation,
beginVin: beginVin1, beginVin: beginVin1,
endVin: endVin1, endVin: endVin1,
}; };
console.log("柱护版-主界面传过来的值:" + JSON.stringify(params)); console.log("柱护版-主界面传过来的值:" + JSON.stringify(params));
let _this = this;
this.$axios this.$axios
.posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params) .posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params)
.then((response) => { .then((response) => {
@ -620,7 +627,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

13
vue/src/views/pg-fis/basedate/m100Online/budaZHB.vue

@ -218,6 +218,7 @@ export default {
customerInfo: { customerInfo: {
printType: "", printType: "",
productLine: "", productLine: "",
fwStation: ""
}, },
// //
filterObj: { filterObj: {
@ -306,6 +307,7 @@ export default {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.printType = 2; //2 this.customerInfo.printType = 2; //2
this.customerInfo.productLine = element.ProductLine; this.customerInfo.productLine = element.ProductLine;
this.customerInfo.fwStation = element.fwStation;
}); });
if (this.customerInfo.productLine != "") { if (this.customerInfo.productLine != "") {
this.getList(); this.getList();
@ -474,6 +476,9 @@ export default {
if (this.customerInfo.productLine != "") { if (this.customerInfo.productLine != "") {
inputParam.productLine = this.customerInfo.productLine; inputParam.productLine = this.customerInfo.productLine;
} }
if (this.customerInfo.fwStation != "") {
inputParam.fwStation = this.customerInfo.fwStation;
}
console.log('取柱护板补打列表replenish-print-zhb-list方法输入参数:' + JSON.stringify(this.listQuery)); console.log('取柱护板补打列表replenish-print-zhb-list方法输入参数:' + JSON.stringify(this.listQuery));
this.$axios this.$axios
@ -510,6 +515,7 @@ export default {
var params = { var params = {
printType: 2, printType: 2,
productLine: this.customerInfo.productLine, productLine: this.customerInfo.productLine,
fwStation: this.customerInfo.fwStation,
beginVin: beginVin1, beginVin: beginVin1,
endVin: endVin1, endVin: endVin1,
m100IdList: [] m100IdList: []
@ -539,7 +545,7 @@ export default {
// this.$axios // this.$axios
// .posts( // .posts(
// "/Handlers/Handler1.ashx?report=zhuhuban", // "/Handlers/Handler1.ashx?report=zhuhuban_" + this.customerInfo.productLine + '-' + this.customerInfo.fwStation,
// qs.stringify(this.fileQuery) // qs.stringify(this.fileQuery)
// ) // )
// .then((response) => { // .then((response) => {
@ -561,6 +567,7 @@ export default {
debugger debugger
// //
// //
let _this = this;
this.$axios this.$axios
.posts( .posts(
"/api/newjit/bill-m100/save-zhuhuban-report", "/api/newjit/bill-m100/save-zhuhuban-report",
@ -605,12 +612,14 @@ export default {
this.fileQuery.dataname = JSON.stringify( this.fileQuery.dataname = JSON.stringify(
response.item response.item
); );
//this.fileQuery.dataname = ""; //this.fileQuery.dataname = "";
console.log("打印json"); console.log("打印json");
console.log(this.fileQuery.dataname); console.log(this.fileQuery.dataname);
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", //"/Handlers/Handler1.ashx?report=zhuhuban",
"/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

5
vue/src/views/pg-fis/basedate/m100Online/detail.vue

@ -148,6 +148,7 @@ export default {
searchContent: "", // searchContent: "", //
customerInfo: { customerInfo: {
parentId: "", parentId: "",
billId: ""
}, },
form: { form: {
dicDetailID: "", dicDetailID: "",
@ -201,11 +202,13 @@ export default {
watch: { watch: {
customerInfos: { customerInfos: {
handler(newVal) { handler(newVal) {
debugger
if (newVal == "" || newVal == "undefined") { if (newVal == "" || newVal == "undefined") {
//TODO //TODO
} else { } else {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.parentId = element.ParentId; this.customerInfo.parentId = element.ParentId;
this.customerInfo.billId = element.BillId;
}); });
if (this.customerInfo.parentId != "") { if (this.customerInfo.parentId != "") {
this.getList(); this.getList();
@ -270,7 +273,7 @@ export default {
this.listLoading = true; this.listLoading = true;
console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId)); console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId));
//alert("" + JSON.stringify(this.customerInfo.parentId)); //alert("" + JSON.stringify(this.customerInfo.parentId));
let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId }; let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId, billId: this.customerInfo.billId };
this.$axios this.$axios
.gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId) .gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId)
.then((response) => { .then((response) => {

3
vue/src/views/pg-fis/basedate/m100Online/detailZHB.vue

@ -553,6 +553,7 @@ export default {
endVin: endVin1, endVin: endVin1,
}; };
console.log("柱护版-主界面传过来的值:" + JSON.stringify(params)); console.log("柱护版-主界面传过来的值:" + JSON.stringify(params));
let _this = this;
this.$axios this.$axios
.posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params) .posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params)
.then((response) => { .then((response) => {
@ -572,7 +573,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

4
vue/src/views/pg-fis/basedate/m100Online/index-old.vue

@ -702,6 +702,7 @@ export default {
this.customerInfos = [ this.customerInfos = [
{ {
ParentId: parentId, ParentId: parentId,
BillId: param.id
}, },
]; ];
}, },
@ -1249,6 +1250,7 @@ export default {
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
// //
// //
let _this = this;
this.$axios this.$axios
.posts( .posts(
"/api/newjit/bill-m100/print-zhuhuban-packing-list", "/api/newjit/bill-m100/print-zhuhuban-packing-list",
@ -1274,7 +1276,7 @@ export default {
console.log(this.fileQuery.dataname); console.log(this.fileQuery.dataname);
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

4
vue/src/views/pg-fis/basedate/m100Online/index.vue

@ -737,6 +737,7 @@ export default {
this.customerInfos = [ this.customerInfos = [
{ {
ParentId: parentId, ParentId: parentId,
BillId: param.id
}, },
]; ];
}, },
@ -1290,6 +1291,7 @@ export default {
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
// //
// //
let _this = this;
this.$axios this.$axios
.posts( .posts(
"/api/newjit/bill-m100/print-zhuhuban-packing-list", "/api/newjit/bill-m100/print-zhuhuban-packing-list",
@ -1315,7 +1317,7 @@ export default {
console.log(this.fileQuery.dataname); console.log(this.fileQuery.dataname);
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

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

@ -1,4 +1,5 @@
<!--日常打印M100信息模块--> <!--日常打印M100信息模块-->
<!--日常打印M100信息模块-->
<template> <template>
<div class="cr-body-content"> <div class="cr-body-content">
<div ref="box"> <div ref="box">
@ -44,6 +45,24 @@
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="大众工位" prop="fwStation" v-show="this.listQuery.productType === 2">
<el-select
v-model="listQuery.fwStation"
clearable
placeholder="请选择"
size="medium"
style="margin-right: 15px"
@change="fwStation_selectChange"
>
<el-option
v-for="item in fwStationList"
:key="item.id"
:label="item.name"
:value="item.id"
/>
</el-select>
</el-form-item>
<el-form-item> <el-form-item>
<el-button <el-button
@ -76,8 +95,9 @@
@click="print()" @click="print()"
>打印门板发货排序单 >打印门板发货排序单
</el-button> </el-button>
<el-button <el-button
v-show="this.listQuery.productType === 1" v-show="false"
@click="drawerMBPrint = true" @click="drawerMBPrint = true"
size="mini" size="mini"
type="warning" type="warning"
@ -86,7 +106,7 @@
<strong>重新打印门板</strong></el-button <strong>重新打印门板</strong></el-button
> >
<el-button <el-button
v-show="this.listQuery.productType === 1" v-show="false"
@click="drawerbudaMBPrint = true" @click="drawerbudaMBPrint = true"
size="mini" size="mini"
type="warning" type="warning"
@ -95,7 +115,7 @@
<strong>门板补打</strong></el-button <strong>门板补打</strong></el-button
> >
<el-button <el-button
v-show="this.listQuery.productType === 1" v-show="false"
@click="drawerMBDelete = true" @click="drawerMBDelete = true"
size="mini" size="mini"
type="danger" type="danger"
@ -114,15 +134,15 @@
> >
<el-button <el-button
v-show="this.listQuery.productType === 2" v-show="this.listQuery.productType === 2"
@click="drawerbudaZHBPrint = true" @click="drawerbudaZHBPrint = true"
size="mini" size="mini"
type="warning" type="warning"
plain plain
> >
<strong>柱护板补打</strong></el-button <strong>柱护板补打</strong></el-button
> >
<el-button <el-button
@ -224,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"
@ -365,7 +385,7 @@
clearable clearable
:disabled="true" :disabled="true"
size="small" size="small"
style="width: 240px" style="width: 240px;"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -414,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"
@ -557,6 +577,7 @@ export default {
SkipCount: 0, SkipCount: 0,
MaxResultCount: 15, MaxResultCount: 15,
productType: 1, //1:2: productType: 1, //1:2:
fwStation : "BA2", //
ProductLine: undefined, ProductLine: undefined,
Version: undefined, Version: undefined,
printBillNum: undefined, printBillNum: undefined,
@ -643,19 +664,17 @@ export default {
{ id: 1, name: "门板" }, { id: 1, name: "门板" },
{ id: 2, name: "柱护板" }, { id: 2, name: "柱护板" },
], ],
fwStationList: [
{ id: "BA2", name: "BA2" },
{ id: "BA5", name: "BA5" }
],
isShowHostSN: false, isShowHostSN: false,
isShowVin: false, isShowVin: false,
isShowState: true, isShowState: true,
}; };
}, },
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();
@ -741,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();
@ -751,7 +779,7 @@ export default {
// productLineList.forEach(element => { // productLineList.forEach(element => {
// element=this.listQuery.productLine; // element=this.listQuery.productLine;
// }); // });
//let productLineList = { productLineList: [this.listQuery.productLine] }; //let productLineList = { productLineList: [this.listQuery.productLine] };
this.$refs.sp01.Visible = false; this.$refs.sp01.Visible = false;
this.$refs.sp05.Visible = false; this.$refs.sp05.Visible = false;
@ -789,13 +817,13 @@ export default {
if (JKITEM.productLine == "01") { if (JKITEM.productLine == "01") {
this.$refs.sp01.Visible = true; this.$refs.sp01.Visible = true;
this.content01 = this.content01 =
"01生产线已经" + "大众一厂已经" +
JKITEM.timeoutMinutes + JKITEM.timeoutMinutes +
"分钟没收到报文\xa0\xa0\xa0\xa0"; "分钟没收到报文\xa0\xa0\xa0\xa0";
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";
@ -803,58 +831,76 @@ export default {
this.$refs.sp01.style.color = "green"; this.$refs.sp01.style.color = "green";
} }
} }
if (JKITEM.productLine == "05") { if (JKITEM.productLine == "02") {
this.$refs.sp05.Visible = true; this.$refs.sp05.Visible = true;
this.content05 = this.content05 =
"05生产线已经" + "大众二厂已经" +
JKITEM.timeoutMinutes + JKITEM.timeoutMinutes +
"分钟没收到报文\xa0\xa0\xa0\xa0"; "分钟没收到报文\xa0\xa0\xa0\xa0";
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 {
this.$refs.sp05.style.color = "green"; this.$refs.sp05.style.color = "green";
} }
} }
if (JKITEM.productLine == "07") { // if (JKITEM.productLine == "05") {
this.$refs.sp07.Visible = true; // this.$refs.sp05.Visible = true;
this.content07 = // this.content05 =
"07生产线已经" + // "05线" +
JKITEM.timeoutMinutes + // JKITEM.timeoutMinutes +
"分钟没收到报文\xa0\xa0\xa0\xa0"; // "\xa0\xa0\xa0\xa0";
if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) { // if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) {
// // //
console.log( // console.log(
"222222222222222222222222222222222222222222222222" // "222222222222222222222222222222222222222222222222"
); // );
this.$refs.sp07.style.color = "red"; // this.$refs.sp05.style.color = "red";
this.$refs.sp07.style.fontWeight = "bold"; // this.$refs.sp05.style.fontWeight = "bold";
} else { // } else {
this.$refs.sp07.style.color = "green"; // this.$refs.sp05.style.color = "green";
} // }
} // }
if (JKITEM.productLine == "08") { // if (JKITEM.productLine == "07") {
this.$refs.sp08.Visible = true; // this.$refs.sp07.Visible = true;
this.content08 = // this.content07 =
JKITEM.productLine + // "07线" +
"生产线已经" + // JKITEM.timeoutMinutes +
JKITEM.timeoutMinutes + // "\xa0\xa0\xa0\xa0";
"分钟没收到报文"; // if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) {
if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) { // //
// // console.log(
console.log( // "222222222222222222222222222222222222222222222222"
"222222222222222222222222222222222222222222222222" // );
); // this.$refs.sp07.style.color = "red";
this.$refs.sp08.style.color = "red"; // this.$refs.sp07.style.fontWeight = "bold";
this.$refs.sp08.style.fontWeight = "bold"; // } else {
} else { // this.$refs.sp07.style.color = "green";
this.$refs.sp08.style.color = "green"; // }
} // }
} // if (JKITEM.productLine == "08") {
// this.$refs.sp08.Visible = true;
// this.content08 =
// JKITEM.productLine +
// "线" +
// JKITEM.timeoutMinutes +
// "";
// if (JKITEM.timeoutMinutes >= JKITEM.configMinutes) {
// //
// console.log(
// "222222222222222222222222222222222222222222222222"
// );
// this.$refs.sp08.style.color = "red";
// this.$refs.sp08.style.fontWeight = "bold";
// } else {
// this.$refs.sp08.style.color = "green";
// }
// }
}); });
} else { } else {
this.$message({ this.$message({
@ -979,6 +1025,7 @@ export default {
}, },
// //
handleDrawerOpen(param) { handleDrawerOpen(param) {
debugger
this.drawer = true; this.drawer = true;
//console.log(510) //console.log(510)
//console.log(param) //console.log(param)
@ -986,9 +1033,11 @@ export default {
this.customerInfos = [ this.customerInfos = [
{ {
ParentId: parentId, ParentId: parentId,
BillId: param.id
}, },
]; ];
}, },
handleDrawerClose(done) { handleDrawerClose(done) {
done(); done();
}, },
@ -1119,6 +1168,7 @@ export default {
return projectTypeKeyValue[type]; return projectTypeKeyValue[type];
}, },
getList(data) { getList(data) {
this.listLoading = true; this.listLoading = true;
if (data != undefined) { if (data != undefined) {
this.listQueryList.SkipCount = (this.page - 1) * data.limit; this.listQueryList.SkipCount = (this.page - 1) * data.limit;
@ -1138,6 +1188,7 @@ export default {
this.listQueryList.BillStatus = 2; // this.listQueryList.BillStatus = 2; //
this.listQueryList.ProductLine = this.listQuery.productLine; //线 this.listQueryList.ProductLine = this.listQuery.productLine; //线
this.listQueryList.CanNotPrint = false; // this.listQueryList.CanNotPrint = false; //
this.listQueryList.fwStation = this.listQuery.fwStation; //BA2 BA5
console.log( console.log(
"日常打印M100查询条件:" + JSON.stringify(this.listQueryList) "日常打印M100查询条件:" + JSON.stringify(this.listQueryList)
); );
@ -1194,6 +1245,7 @@ export default {
{ {
PrintType: 1, PrintType: 1,
ProductLine: val, ProductLine: val,
fwStation: this.listQuery.fwStation
}, },
]; ];
} }
@ -1203,10 +1255,36 @@ export default {
{ {
PrintType: 1, PrintType: 1,
ProductLine: val, ProductLine: val,
fwStation: this.listQuery.fwStation
}, },
]; ];
} }
}, },
fwStation_selectChange(val) {
this.$forceUpdate();
if (this.listQuery.productType === 1) {
//线
this.customerInfosMB = [
{
PrintType: 1,
ProductLine: this.listQuery.productLine,
fwStation: val
},
];
}
if (this.listQuery.productType === 2) {
//线
this.customerInfosZHB = [
{
PrintType: 1,
ProductLine: this.listQuery.productLine,
fwStation: val
}
];
}
},
handleImportSAP() {}, handleImportSAP() {},
handleFilter() { handleFilter() {
@ -1260,6 +1338,7 @@ export default {
(this.hostCheckQuery.printType = 0); (this.hostCheckQuery.printType = 0);
this.hostPrintQuery.printType = 0; this.hostPrintQuery.printType = 0;
this.vinPrintQuery.printType = 0; this.vinPrintQuery.printType = 0;
if ( if (
this.listQuery.productLine === "" || this.listQuery.productLine === "" ||
this.listQuery.productLine === undefined this.listQuery.productLine === undefined
@ -1272,8 +1351,13 @@ export default {
} }
(this.printNum = "12"), (this.printNum = "12"),
(this.printNumZHB = "24"), (this.printNumZHB = "24"),
(this.hostSNQuery.productLine = this.listQuery.productLine);
this.hostSNQuery.productLine = this.listQuery.productLine;
this.hostSNQuery.fwStation = this.listQuery.fwStation
this.hostPrintQuery.productLine = this.listQuery.productLine; this.hostPrintQuery.productLine = this.listQuery.productLine;
this.hostPrintQuery.fwStation = this.listQuery.fwStation;
// //
if (this.listQuery.productType === 1) { if (this.listQuery.productType === 1) {
// //
@ -1281,16 +1365,17 @@ export default {
console.log("门板hostsn2参数" + JSON.stringify(this.hostSNQuery)); console.log("门板hostsn2参数" + JSON.stringify(this.hostSNQuery));
this.$axios this.$axios
.gets( .gets(
"/api/newjit/bill-m100/get-print-start-hostsn2", "/api/newjit/bill-m100/get-print-start-hostsn3",
this.hostSNQuery this.hostSNQuery
) )
.then((response) => { .then((response) => {
console.log("获取hostsn大众顺序号起始"); console.log("获取hostsn大众顺序号起始");
console.log(response.item); console.log(response.item);
if (response.item !== null) { if (response.item !== null) {
this.form.beginHostSN = parseInt(response.item); this.form.beginHostSN = parseInt(response.item.beginHostSN);
this.printNum = parseInt(response.item.count);
if (this.listQuery.productType === 1) { if (this.listQuery.productType === 1) {
this.form.endHostSN = parseInt(response.item) + 11; this.form.endHostSN = parseInt(response.item.beginHostSN) + parseInt(response.item.count) - 1;
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
// //
this.form.endHostSN = parseInt(response.item) + 23; this.form.endHostSN = parseInt(response.item) + 23;
@ -1307,6 +1392,31 @@ export default {
// //
this.hostSNQuery.isZhuHuBan = "1"; this.hostSNQuery.isZhuHuBan = "1";
console.log("柱护板hostsn2参数" + JSON.stringify(this.hostSNQuery)); console.log("柱护板hostsn2参数" + JSON.stringify(this.hostSNQuery));
// get-zhuhuban-vin-num this.printNumZHB---------------------------------
this.$axios
.gets(
"/api/newjit/bill-m100/get-zhuhuban-vin-num",
this.hostSNQuery
)
.then((response) => {
console.log("获取柱护板打印数量");
console.log(response.item);
if (response.item !== null) {
this.printNumZHB = parseInt(response.item);
//this.form.endHostSN = this.form.beginHostSN + this.printNumZHB - 1;
this.form.endHostSN = parseInt(this.printNumZHB) + parseInt(this.form.beginHostSN) - 1;
} else {
this.$message({
message: "获取柱护板打印数量失败,返回空",
type: "warning",
});
return;
}
});
//---------------------------------------------------------------------------------------
this.$axios this.$axios
.gets( .gets(
@ -1323,7 +1433,8 @@ export default {
this.form.endHostSN = parseInt(response.item) + 11; this.form.endHostSN = parseInt(response.item) + 11;
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
// //
this.form.endHostSN = parseInt(response.item) + 23; //this.form.endHostSN = parseInt(response.item) + 23;
this.form.endHostSN = parseInt(this.printNumZHB) + parseInt(this.form.beginHostSN) - 1;
} }
} else { } else {
this.$message({ this.$message({
@ -1337,17 +1448,8 @@ export default {
if (this.$refs.btn1.$el.innerText === "打印门板发货排序单") { if (this.$refs.btn1.$el.innerText === "打印门板发货排序单") {
this.productName = ""; this.productName = "";
switch (this.listQuery.productLine) { switch (this.listQuery.productLine) {
case "01": case "00":
this.productName = "总装-01"; this.productName = "全部门板";
break;
case "05":
this.productName = "总装-05";
break;
case "07":
this.productName = "总装-07";
break;
case "08":
this.productName = "总装-08";
break; break;
} }
@ -1355,8 +1457,11 @@ export default {
} else { } else {
this.productName = ""; this.productName = "";
switch (this.listQuery.productLine) { switch (this.listQuery.productLine) {
case "08": case "01":
this.productName = "总装-柱护板"; this.productName = "大众一厂";
break;
case "02":
this.productName = "大众二厂";
break; break;
} }
this.formTitle = "打印-柱护板发货排序单"; this.formTitle = "打印-柱护板发货排序单";
@ -1395,6 +1500,7 @@ export default {
} }
this.formTitle = "重打"; this.formTitle = "重打";
this.hostPrintQuery.productLine = this.listQuery.productLine; this.hostPrintQuery.productLine = this.listQuery.productLine;
this.hostPrintQuery.fwStation = this.listQuery.fwStation;
this.dialogFormVisible = true; this.dialogFormVisible = true;
this.form = { this.form = {
beginVin: "", beginVin: "",
@ -1428,6 +1534,7 @@ export default {
} }
this.formTitle = "补打"; this.formTitle = "补打";
this.hostPrintQuery.productLine = this.listQuery.productLine; this.hostPrintQuery.productLine = this.listQuery.productLine;
this.hostPrintQuery.fwStation = this.listQuery.fwStation;
this.dialogFormVisible = true; this.dialogFormVisible = true;
this.form = { this.form = {
beginVin: "", beginVin: "",
@ -1438,11 +1545,10 @@ export default {
}, },
save() { save() {
this.$refs.form.validate((valid) => { this.$refs.form.validate((valid) => {
if (valid) { if (valid) {
//this.listLoaddingPrint = true; //this.listLoaddingPrint = true;
if (this.isShowHostSN === true) { if (this.isShowHostSN === true) {
if (this.form.beginHostSN === "" || this.form.endHostSN === "") { if (this.form.beginHostSN === "") { // || this.form.endHostSN === ""
this.$message({ this.$message({
message: "请输入完整的顺序号起始范围", message: "请输入完整的顺序号起始范围",
type: "error", type: "error",
@ -1453,8 +1559,7 @@ export default {
// //
if ( if (
parseInt(this.form.endHostSN) - parseInt(this.form.endHostSN) -
parseInt(this.form.beginHostSN) <= parseInt(this.form.beginHostSN) < 0
0
) { ) {
this.$message({ this.$message({
message: "起止大众顺序号相减不能为零!", message: "起止大众顺序号相减不能为零!",
@ -1464,19 +1569,19 @@ export default {
} }
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
// //
if ( // if (
parseInt(this.form.endHostSN) - // parseInt(this.form.endHostSN) -
parseInt(this.form.beginHostSN) > // parseInt(this.form.beginHostSN) >
23 // 23
) { // ) {
this.$message({ // this.$message({
message: // message:
"最多只能打印24个顺序号,终止顺序号不能大于" + // "24" +
(parseInt(this.form.beginHostSN) + 23), // (parseInt(this.form.beginHostSN) + 23),
type: "error", // type: "error",
}); // });
return; // return;
} // }
} }
} }
} }
@ -1498,7 +1603,7 @@ export default {
this.hostPrintQuery.endHostSN = parseInt(this.form.endHostSN); this.hostPrintQuery.endHostSN = parseInt(this.form.endHostSN);
if (this.listQuery.productType === 1) { if (this.listQuery.productType === 1) {
//- //-
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN);
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN);
this.hostCheckQuery.productLine = this.listQuery.productLine; this.hostCheckQuery.productLine = this.listQuery.productLine;
@ -1550,6 +1655,7 @@ export default {
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN);
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN);
this.hostCheckQuery.productLine = this.listQuery.productLine; this.hostCheckQuery.productLine = this.listQuery.productLine;
this.hostCheckQuery.fwStation = this.listQuery.fwStation;
this.isDisable = true; this.isDisable = true;
this.$axios this.$axios
.posts( .posts(
@ -1616,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",
@ -1687,7 +1792,6 @@ export default {
*/ */
private_printZhuHuBan(isSelAll = true) private_printZhuHuBan(isSelAll = true)
{ {
debugger
// //
// //
this.$axios this.$axios
@ -1709,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
//-------------------------------------- //--------------------------------------
// //
// //
@ -1736,9 +1841,12 @@ export default {
//this.fileQuery.dataname = ""; //this.fileQuery.dataname = "";
console.log("打印json"); console.log("打印json");
console.log(this.fileQuery.dataname); console.log(this.fileQuery.dataname);
let reporturl = "/Handlers/Handler1.ashx?report=zhuhuban_" + this.hostPrintQuery.productLine + '-' + this.hostPrintQuery.fwStation; //zhuhuban_01-BA2
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", reporturl, //"/Handlers/Handler1.ashx?report=zhuhuban",
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {
@ -1761,10 +1869,18 @@ export default {
//线 //线
getProductLine() { getProductLine() {
this.listPLQuery.UserId = this.userInfo.userId;
if (this.userInfo == null || this.userInfo.userId == null) //使
{
this.listPLQuery.UserId = 'AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA';
}
else
{
this.listPLQuery.UserId = this.userInfo.userId;
}
console.log( console.log(
"this.listPLQuery.UserIdthis.listPLQuery.UserIdthis.listPLQuery.UserIdthis.listPLQuery.UserIdthis.listPLQuery.UserId" + "this.listPLQuery.UserId::" + this.listPLQuery.UserId
this.listPLQuery.UserId
); );
this.$axios this.$axios
.gets("/api/newjit/product-line/list", this.listPLQuery) .gets("/api/newjit/product-line/list", this.listPLQuery)
@ -1802,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 = "打印门板发货排序单";
@ -1809,6 +1926,7 @@ export default {
this.$refs.btn3.$el.innerText = "补打门板发货排序单"; this.$refs.btn3.$el.innerText = "补打门板发货排序单";
this.listQuery.state.push(this.billState[0].id); this.listQuery.state.push(this.billState[0].id);
this.isShowState = true; this.isShowState = true;
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
this.$refs.btn1.$el.innerText = "打印柱护板发货排序单"; this.$refs.btn1.$el.innerText = "打印柱护板发货排序单";
this.$refs.btn2.$el.innerText = "重新打印柱护板发货排序单"; this.$refs.btn2.$el.innerText = "重新打印柱护板发货排序单";
@ -1816,12 +1934,14 @@ 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 {
this.listQueryList.ZHBBillStatus = 0; this.listQueryList.ZHBBillStatus = 0;
} }
}, },
/*单据状态变更 */ /*单据状态变更 */
checkedListChange(index) { checkedListChange(index) {
if (this.listQuery.state.length <= 1) { if (this.listQuery.state.length <= 1) {

4
vue/src/views/pg-fis/basedate/r100Online/detail.vue

@ -148,6 +148,7 @@ export default {
searchContent: "", // searchContent: "", //
customerInfo: { customerInfo: {
parentId: "", parentId: "",
billId: ""
}, },
form: { form: {
dicDetailID: "", dicDetailID: "",
@ -206,6 +207,7 @@ export default {
} else { } else {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.parentId = element.ParentId; this.customerInfo.parentId = element.ParentId;
this.customerInfo.billId = element.BillId;
}); });
if (this.customerInfo.parentId != "") { if (this.customerInfo.parentId != "") {
this.getList(); this.getList();
@ -270,7 +272,7 @@ export default {
this.listLoading = true; this.listLoading = true;
console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId)); console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId));
//alert("" + JSON.stringify(this.customerInfo.parentId)); //alert("" + JSON.stringify(this.customerInfo.parentId));
let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId }; let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId, billId: this.customerInfo.billId };
this.$axios this.$axios
.gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId) .gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId)
.then((response) => { .then((response) => {

1
vue/src/views/pg-fis/basedate/r100Online/index.vue

@ -501,6 +501,7 @@ export default {
this.customerInfos = [ this.customerInfos = [
{ {
ParentId: parentId, ParentId: parentId,
BillId: param.id
}, },
]; ];
}, },

4
vue/src/views/pg-fis/basedate/select/detail.vue

@ -148,6 +148,7 @@ export default {
searchContent: "", // searchContent: "", //
customerInfo: { customerInfo: {
parentId: "", parentId: "",
billId: ""
}, },
form: { form: {
dicDetailID: "", dicDetailID: "",
@ -206,6 +207,7 @@ export default {
} else { } else {
newVal.forEach((element) => { newVal.forEach((element) => {
this.customerInfo.parentId = element.ParentId; this.customerInfo.parentId = element.ParentId;
this.customerInfo.billId = element.BillId;
}); });
if (this.customerInfo.parentId != "") { if (this.customerInfo.parentId != "") {
this.getList(); this.getList();
@ -270,7 +272,7 @@ export default {
this.listLoading = true; this.listLoading = true;
console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId)); console.log("详表条件:" + JSON.stringify(this.customerInfo.parentId));
//alert("" + JSON.stringify(this.customerInfo.parentId)); //alert("" + JSON.stringify(this.customerInfo.parentId));
let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId }; let vehicleAssemblyId = { vehicleAssemblyId: this.customerInfo.parentId, billId: this.customerInfo.billId };
this.$axios this.$axios
.gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId) .gets("/api/newjit/assembly-cfg-vehicle/list", vehicleAssemblyId)
.then((response) => { .then((response) => {

3
vue/src/views/pg-fis/basedate/select/detailZHB.vue

@ -553,6 +553,7 @@ export default {
endVin: endVin1, endVin: endVin1,
}; };
console.log("柱护版-主界面传过来的值:" + JSON.stringify(params)); console.log("柱护版-主界面传过来的值:" + JSON.stringify(params));
let _this = this;
this.$axios this.$axios
.posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params) .posts("/api/newjit/bill-m100/print-zhuhuban-packing-list", params)
.then((response) => { .then((response) => {
@ -572,7 +573,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

23
vue/src/views/pg-fis/basedate/select/index.vue

@ -634,8 +634,13 @@ export default {
width: 120, width: 120,
}); });
tempsTabs.push({ tempsTabs.push({
label: "柱护板状态", label: "柱护板状态BA2",
prop: "printBillNum", prop: "bA2",
width: 120,
});
tempsTabs.push({
label: "柱护板状态BA5",
prop: "bA5",
width: 120, width: 120,
}); });
tempsTabs.push({ tempsTabs.push({
@ -672,6 +677,7 @@ export default {
this.customerInfos = [ this.customerInfos = [
{ {
ParentId: parentId, ParentId: parentId,
BillId: param.id
}, },
]; ];
}, },
@ -797,6 +803,14 @@ export default {
if (column.property === "billStatus") { if (column.property === "billStatus") {
return { 1: "未匹配", 2: "未打印", 3: "已打印" }[row[column.property]]; return { 1: "未匹配", 2: "未打印", 3: "已打印" }[row[column.property]];
} }
if (column.property === "bA2") {
return { null: "未打印", 0: "未打印", 1: "已打印" }[row[column.property]];
}
if (column.property === "bA5") {
return { null: "未打印", 0: "未打印", 1: "已打印" }[row[column.property]];
}
if (column.property == "onlineTime" || column.property == "receiveTime") { if (column.property == "onlineTime" || column.property == "receiveTime") {
var date = row[column.property]; var date = row[column.property];
if (date == undefined) { if (date == undefined) {
@ -1199,7 +1213,7 @@ export default {
console.log("检查hostsn大众顺序号是否断号"); console.log("检查hostsn大众顺序号是否断号");
console.log(response); console.log(response);
if (response.item.length > 0) { if (response.item.length > 0) {
this.$confirm("本次打印存在断号是否继续?", "提示", { this.$confirm("本次打印存在断号是否继续?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning", type: "warning",
@ -1248,6 +1262,7 @@ export default {
} else if (this.listQuery.productType === 2) { } else if (this.listQuery.productType === 2) {
// //
// //
let _this = this;
this.$axios this.$axios
.posts( .posts(
"/api/newjit/bill-m100/print-zhuhuban-packing-list", "/api/newjit/bill-m100/print-zhuhuban-packing-list",
@ -1273,7 +1288,7 @@ export default {
console.log(this.fileQuery.dataname); console.log(this.fileQuery.dataname);
this.$axios this.$axios
.posts( .posts(
"/Handlers/Handler1.ashx?report=zhuhuban", "/Handlers/Handler1.ashx?report=zhuhuban_" + _this.customerInfo.productLine + '-' + _this.customerInfo.fwStation,
qs.stringify(this.fileQuery) qs.stringify(this.fileQuery)
) )
.then((response) => { .then((response) => {

22
vue/static/config.js

@ -2,11 +2,10 @@ 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://127.0.0.1', //?? two 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: {},
@ -37,15 +36,16 @@ if (process.env.NODE_ENV === 'development') {
configJSON = { configJSON = {
base: { base: {
//ip: 'http://192.168.0.67', ip: 'http://192.168.7.21',
//ip: 'http://192.168.0.140', //ip: "http://222.169.228.163",
ip: 'http://192.168.0.63',
//ip: 'http://149.223.116.5', auth_port: '8066',
//ip: 'http://114.116.225.148', public_port: '8092',
//ip: 'http://10.123.148.162', backend_port: '8092',
auth_port: '8066',
public_port: '8092', // auth_port: "7696",
backend_port: '8092' // public_port: "7692",
// backend_port: "7692",
}, },
basic: {}, basic: {},

Loading…
Cancel
Save