|
|
|
@ -981,9 +981,9 @@ export default {
|
|
|
|
|
classifyList: [],
|
|
|
|
|
formRules: {
|
|
|
|
|
|
|
|
|
|
detailSort: [
|
|
|
|
|
{ required: true, message: '请选择明细分类', trigger: 'blur' }
|
|
|
|
|
],
|
|
|
|
|
// detailSort: [
|
|
|
|
|
// { required: true, message: '请选择明细分类', trigger: 'blur' }
|
|
|
|
|
// ],
|
|
|
|
|
distributeLevel: [
|
|
|
|
|
{ required: true, message: '请选择计量单位', trigger: 'blur' }
|
|
|
|
|
]
|
|
|
|
@ -1265,7 +1265,7 @@ export default {
|
|
|
|
|
this.repEditQuery.zczbhhzbapzbh = this.currentRow.zczbhhzbapzbh
|
|
|
|
|
this.repEditQuery.packMatrial = this.currentRow.packMatrial
|
|
|
|
|
this.repEditQuery.measname = this.currentRow.measname
|
|
|
|
|
this.repEditQuery.distributeLevel = this.currentRow.distributeLevel
|
|
|
|
|
// this.repEditQuery.distributeLevel = this.currentRow.distributeLevel
|
|
|
|
|
this.repEditQuery.detailSort = this.currentRow.detailSort
|
|
|
|
|
|
|
|
|
|
this.getYbHcData()
|
|
|
|
|