Browse Source

造价管理前端页面优化

flowtest
zhouhaibin 4 months ago
parent
commit
8922464fe5
  1. 2
      src/modules/costManagement/components/costTypeComponents.vue
  2. 2
      src/modules/costManagement/view/costTable/add.vue
  3. 2
      src/modules/costManagement/view/costTable/modify.vue
  4. 4
      src/modules/productManagement/view/companyProducts/index.vue
  5. 4
      src/modules/productManagement/view/personProducts/index.vue
  6. 68
      src/modules/productManagement/view/supplierProducts/index.vue

2
src/modules/costManagement/components/costTypeComponents.vue

@ -139,7 +139,7 @@ export default {
precision: 2,
mim: 0
},
modelDescription: {
productSpecifications: {
label: '产品描述',
labelWidth: 120,
//editDisabled: true //

2
src/modules/costManagement/view/costTable/add.vue

@ -306,7 +306,7 @@ export default {
})
},
updateCostInfo(val){
this.curdForm.costDescribe = val.modelDescription
this.curdForm.costDescribe = val.productSpecifications
this.curdForm.unitPrice=val.productPrice
}
},

2
src/modules/costManagement/view/costTable/modify.vue

@ -310,7 +310,7 @@ export default {
})
},
updateCostInfo(val){
this.curdForm.costDescribe = val.modelDescription
this.curdForm.costDescribe = val.productSpecifications
this.curdForm.unitPrice=val.productPrice
},
close() {

4
src/modules/productManagement/view/companyProducts/index.vue

@ -140,9 +140,9 @@ option.value = {
minRows: 4 //
},
{
label: '产品描述',
label: '产品规格',
labelWidth: 120,
prop: 'modelDescription',
prop: 'productSpecifications',
//editDisabled: true //
display: false //
},

4
src/modules/productManagement/view/personProducts/index.vue

@ -140,9 +140,9 @@ option.value = {
minRows: 4 //
},
{
label: '产品描述',
label: '产品规格',
labelWidth: 120,
prop: 'modelDescription',
prop: 'productSpecifications',
//editDisabled: true //
display: false //
},

68
src/modules/productManagement/view/supplierProducts/index.vue

@ -107,6 +107,7 @@ option.value = {
labelWidth: 120,
prop: 'productName', //sProductName
search: true,
overHidden: true,
searchLabelWidth: 120
},
{
@ -142,12 +143,75 @@ option.value = {
minRows: 4 //
},
{
label: '产品描述',
label: '产品规格',
labelWidth: 120,
prop: 'modelDescription',
prop: 'productSpecifications',
//editDisabled: true //
overHidden: true,
display: false //
},
{
label: '图片',
labelWidth: 120,
prop: 'image',
type: 'img',
},
{
label: '品牌',
labelWidth: 120,
prop: 'brand',
},
{
label: '单位',
labelWidth: 120,
prop: 'unit',
},
{
label: '除税价格',
labelWidth: 120,
prop: 'exTaxPrice',
},
{
label: '税率',
labelWidth: 120,
prop: 'taxrate',
},
// {
// label: '',
// labelWidth: 120,
// prop: 'image',
// hide: true
// },
// {
// label: '',
// labelWidth: 120,
// prop: 'brand',
// hide: true
// },
// {
// label: '',
// labelWidth: 120,
// prop: 'unit',
// hide: true
// },
// {
// label: '',
// labelWidth: 120,
// prop: 'exTaxPrice',
// hide: true
// },
// {
// label: '',
// labelWidth: 120,
// prop: 'taxrate',
// hide: true
// },
{
label: '信息来源',
labelWidth: 120,

Loading…
Cancel
Save