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 **/
managerRouter,//系统首页
personRouter,//系统管理
basedataRouter,//基础数据维护
vwFisDataRouter,//结算与开票数据导入
billdataRouter,//销售结算与开票报表
//basedataRouter,//基础数据维护
//vwFisDataRouter,//结算与开票数据导入
//billdataRouter,//销售结算与开票报表
//businessdataRouter,
wheeldataRouter,//大众看板和备件
//wheeldataRouter,//大众看板和备件
pgfisPrint,//排序单打印
pgfis,//派格fis
//JobTimeDataRouter,//后台作业监控

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

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

Loading…
Cancel
Save