Commit 169725cc by yuzhenWang

Merge branch 'wyz' into 'test'

制作薪资单加取消理由

See merge request !173
parents 79baf546 4db4ef33
......@@ -534,6 +534,12 @@ const personSaleryFormConfig = ref([
label: '实发金额',
inputType: 'decimalNumber'
// required: true,
},
{
type: 'input',
prop: 'cancelRemark',
label: '取消理由',
visible: formData => formData.status === '6' && commonDialogType.value == 'view'
}
])
//单个薪资单的表单配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment