sth
This commit is contained in:
parent
bc9aa3fb57
commit
81a499ebfe
|
|
@ -409,7 +409,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
|
|||
url: 'aftersales/aftersale/add',
|
||||
dropdown: "更多",
|
||||
visible: function (row) {
|
||||
if (row.status !== -10 && row.status !== 70 && row.aftersale_id === 0) {
|
||||
if (row.status !== -10 && row.status !== 70 && row.aftersale_id <= 0) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user