款式详情

zhc4dev
暖暖 2 years ago
parent 76af196238
commit e326dec258
  1. 8
      ant-design-vue-jeecg/src/views/process/modules/ZyClothsComponentListDetail.vue
  2. 6
      ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue
  3. 2
      ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleListDetail.vue

@ -81,6 +81,12 @@
this.visible = true; this.visible = true;
this.$http.get('/base/zyClothsComponent/detail?id='+id).then( this.$http.get('/base/zyClothsComponent/detail?id='+id).then(
res=>{ res=>{
if (res.code !== 200) {
this.$message({
type: 'error',
message: '未查询到数据!'
});
}
this.model = res.result.zyClothsComponent this.model = res.result.zyClothsComponent
this.data1 = res.result.zyProcessComponents this.data1 = res.result.zyProcessComponents
this.confirmLoading = false this.confirmLoading = false
@ -89,8 +95,6 @@
// this.basicActionData = res.result.zyClothActions // this.basicActionData = res.result.zyClothActions
// this.accessoriesData = res.result.zyFabrics // this.accessoriesData = res.result.zyFabrics
// this.fabricData = res.result.zyAccessories // this.fabricData = res.result.zyAccessories
console.log('工序详情页')
console.log(res.result)
// console.log(this.data) // console.log(this.data)
// console.log(this.accessoriesData) // console.log(this.accessoriesData)
// console.log(this.fabricData) // console.log(this.fabricData)

@ -111,6 +111,12 @@
// this.model = record // this.model = record
this.$http.get('/base/zyClothsModular/detail?id='+id).then( this.$http.get('/base/zyClothsModular/detail?id='+id).then(
res=>{ res=>{
if (res.code !== 200) {
this.$message({
type: 'error',
message: '未查询到数据!'
});
}
// this.data = res.result // this.data = res.result
this.model = res.result.zyClothsModular this.model = res.result.zyClothsModular
this.data1 = res.result.zyClothsModularComponents this.data1 = res.result.zyClothsModularComponents

@ -385,7 +385,7 @@
if (res.code !== 200) { if (res.code !== 200) {
this.$message({ this.$message({
type: 'error', type: 'error',
message: '查询知识点数据' message: '查询到数据'
}); });
} }
this.confirmLoading = false this.confirmLoading = false

Loading…
Cancel
Save