客户档案列表显示车架号
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
heibai 2022-06-22 09:34:21 +08:00
parent dc5d9598be
commit 3578ee1b48

View File

@ -326,6 +326,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
//{ field: 'integral', title: __('Integral'), operate: false }, //{ field: 'integral', title: __('Integral'), operate: false },
{ field: 'buydate', title: __('Buydate'), operate: false}, { field: 'buydate', title: __('Buydate'), operate: false},
{ field: 'carno', title: __('Carno'), operate: 'LIKE' }, { field: 'carno', title: __('Carno'), operate: 'LIKE' },
{ field: 'frameno', title: __('车架号'), operate: 'LIKE' },
{ field: 'model', title: __('Model'), operate: false }, { field: 'model', title: __('Model'), operate: false },
{ field: 'color', title: __('Color'), operate: false }, { field: 'color', title: __('Color'), operate: false },