Browse Source

不可用设置代码

branch_ccpg_220107
44673626 3 years ago
parent
commit
a5f2db0402
  1. 8
      vue/src/router/index.js
  2. 17
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

8
vue/src/router/index.js

@ -169,11 +169,11 @@ export const asyncRoutes = [
/** when your routing map is too long, you can split it into small modules **/ /** when your routing map is too long, you can split it into small modules **/
managerRouter,//系统首页 managerRouter,//系统首页
personRouter,//系统管理 personRouter,//系统管理
basedataRouter,//基础数据维护 //basedataRouter,//基础数据维护
vwFisDataRouter,//结算与开票数据导入 //vwFisDataRouter,//结算与开票数据导入
billdataRouter,//销售结算与开票报表 //billdataRouter,//销售结算与开票报表
//businessdataRouter, //businessdataRouter,
wheeldataRouter,//大众看板和备件 //wheeldataRouter,//大众看板和备件
pgfisPrint,//排序单打印 pgfisPrint,//排序单打印
pgfis,//派格fis pgfis,//派格fis
//JobTimeDataRouter,//后台作业监控 //JobTimeDataRouter,//后台作业监控

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

@ -283,6 +283,7 @@
v-model="form.beginHostSN" v-model="form.beginHostSN"
placeholder="" placeholder=""
clearable clearable
:disabled="true"
size="small" size="small"
style="width: 240px" style="width: 240px"
/> />
@ -445,6 +446,7 @@ export default {
list: null, list: null,
totalCount: 0, totalCount: 0,
listLoading: true, listLoading: true,
listLoaddingPrint: true,
customerInfo: { customerInfo: {
bomId: "", bomId: "",
}, },
@ -1124,6 +1126,7 @@ export default {
}, },
/**保存*/ /**保存*/
save() { save() {
//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({
@ -1233,14 +1236,19 @@ export default {
.then((response) => { .then((response) => {
console.log("获取文件base64编码"); console.log("获取文件base64编码");
console.log(response); console.log(response);
this.formLoading = false;
this.printpdf(response); // this.printpdf(response); //
})
.catch((error) => {
this.formLoading = false;
}); });
} }
}); });
}) })
.catch(() => {}); .catch(() => {});
} // }
else { else {//
// //
// //
this.$axios this.$axios
@ -1272,7 +1280,12 @@ export default {
.then((response) => { .then((response) => {
console.log("获取文件base64编码"); console.log("获取文件base64编码");
console.log(response); console.log(response);
this.formLoading = false;
this.printpdf(response); // this.printpdf(response); //
})
.catch((error) => {
this.formLoading = false;
}); });
} }
}) })

Loading…
Cancel
Save