+
返回
@@ -114,6 +116,7 @@
return {
description: '产品辅料表管理页面',
accessoriesId:'',
+ biaoTi: '',
// 表头
columns: [
{
@@ -186,6 +189,12 @@
},
},
methods: {
+ fanhui(){
+ this.$router.push({
+ /*返回产品*/
+ path: '',/*在引号中填写返回vue*/
+ });
+ },
initDictConfig(){
},
getSuperFieldList(){
@@ -200,6 +209,7 @@
loadParameter() {
if (this.loadRouteType === false) {
this.id = this.$route.query.id;
+ this.biaoTi = this.$route.query.styleNames+"产品辅料管理";
console.log("***********")
this.loadRouteType = true;
}
diff --git a/ant-design-vue-jeecg/src/views/product/pdfabric/ProductFabricList.vue b/ant-design-vue-jeecg/src/views/product/pdfabric/ProductFabricList.vue
index 17208644..6bb3c4de 100644
--- a/ant-design-vue-jeecg/src/views/product/pdfabric/ProductFabricList.vue
+++ b/ant-design-vue-jeecg/src/views/product/pdfabric/ProductFabricList.vue
@@ -1,5 +1,6 @@
+ {{biaoTi}}
@@ -113,6 +115,7 @@
return {
description: '产品面料表管理页面',
fabricId:'',
+ biaoTi: '',
// 表头
columns: [
{
@@ -182,6 +185,12 @@
methods: {
initDictConfig(){
},
+ fanhui(){
+ this.$router.push({
+ /*返回产品*/
+ path: '',/*在引号中填写返回vue*/
+ });
+ },
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'string',value:'productId',text:'产品id',dictCode:''})
@@ -194,6 +203,7 @@
loadParameter() {
if (this.loadRouteType === false) {
this.id = this.$route.query.id;
+ this.biaoTi = this.$route.query.styleNames+"产品面料管理";
console.log("***********")
this.loadRouteType = true;
}
diff --git a/ant-design-vue-jeecg/src/views/product/pdmachine/ProductMachineList.vue b/ant-design-vue-jeecg/src/views/product/pdmachine/ProductMachineList.vue
index 3a351145..995ca46e 100644
--- a/ant-design-vue-jeecg/src/views/product/pdmachine/ProductMachineList.vue
+++ b/ant-design-vue-jeecg/src/views/product/pdmachine/ProductMachineList.vue
@@ -1,5 +1,6 @@
+ {{biaoTi}}
@@ -114,6 +116,7 @@
return {
description: '产品设备表管理页面',
machineId:'',
+ biaoTi: '',
// 表头
columns: [
{
@@ -182,6 +185,12 @@
},
},
methods: {
+ fanhui(){
+ this.$router.push({
+ /*返回产品*/
+ path: '',/*在引号中填写返回vue*/
+ });
+ },
up(id){
getAction(this.url.up,{id:id}).then((res)=>{
if(res.success){
@@ -213,6 +222,7 @@
loadParameter() {
if (this.loadRouteType === false) {
this.id = this.$route.query.id;
+ this.biaoTi = this.$route.query.styleNames+"产品设备管理";
console.log("***********")
this.loadRouteType = true;
}
diff --git a/ant-design-vue-jeecg/src/views/product/pdoperationtool/ProductOperationtoolList.vue b/ant-design-vue-jeecg/src/views/product/pdoperationtool/ProductOperationtoolList.vue
index 094e8d12..cc6c08e4 100644
--- a/ant-design-vue-jeecg/src/views/product/pdoperationtool/ProductOperationtoolList.vue
+++ b/ant-design-vue-jeecg/src/views/product/pdoperationtool/ProductOperationtoolList.vue
@@ -1,5 +1,6 @@
+ {{biaoTi}}
@@ -114,6 +116,7 @@
return {
description: '产品工具表管理页面',
operationtoolId:'',
+ biaoTi: '',
// 表头
columns: [
{
@@ -182,6 +185,12 @@
},
},
methods: {
+ fanhui(){
+ this.$router.push({
+ /*返回产品*/
+ path: '',/*在引号中填写返回vue*/
+ });
+ },
up(id){
getAction(this.url.up,{id:id}).then((res)=>{
if(res.success){
@@ -213,6 +222,7 @@
loadParameter() {
if (this.loadRouteType === false) {
this.id = this.$route.query.id;
+ this.biaoTi = this.$route.query.styleNames+"产品工具管理";
console.log("***********")
this.loadRouteType = true;
}