提交 c2eda770 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 da9b321b
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
"memo": "" "memo": ""
}, },
"pricelevelgridview": { "pricelevelgridview": {
"title": "价目表表格视图", "title": "价目表",
"caption": "价目表", "caption": "价目表",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Product", "viewmodule": "Product",
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"memo": "" "memo": ""
}, },
"discounttypegridview": { "discounttypegridview": {
"title": "折扣表表格视图", "title": "折扣表",
"caption": "折扣表", "caption": "折扣表",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Sales", "viewmodule": "Sales",
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"discounttypeeditview": { "discounttypeeditview": {
"title": "折扣表编辑视图", "title": "折扣表",
"caption": "折扣表", "caption": "折扣表",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Sales", "viewmodule": "Sales",
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
"memo": "" "memo": ""
}, },
"territorygridview": { "territorygridview": {
"title": "区域表格视图", "title": "区域",
"caption": "区域", "caption": "区域",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -620,7 +620,7 @@ ...@@ -620,7 +620,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"uomeditview": { "uomeditview": {
"title": "计价单位编辑视图", "title": "计价单位",
"caption": "计价单位", "caption": "计价单位",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -830,7 +830,7 @@ ...@@ -830,7 +830,7 @@
"memo": "" "memo": ""
}, },
"territoryeditview": { "territoryeditview": {
"title": "区域编辑视图", "title": "区域",
"caption": "区域", "caption": "区域",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -1140,7 +1140,7 @@ ...@@ -1140,7 +1140,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"uomschedulegridview": { "uomschedulegridview": {
"title": "计价单位组表格视图", "title": "计价单位组",
"caption": "计价单位组", "caption": "计价单位组",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -2050,7 +2050,7 @@ ...@@ -2050,7 +2050,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"uomgridview": { "uomgridview": {
"title": "计价单位表格视图", "title": "计价单位",
"caption": "计价单位", "caption": "计价单位",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -2540,7 +2540,7 @@ ...@@ -2540,7 +2540,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"priceleveleditview": { "priceleveleditview": {
"title": "价目表编辑视图", "title": "价目表",
"caption": "价目表", "caption": "价目表",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Product", "viewmodule": "Product",
...@@ -2860,7 +2860,7 @@ ...@@ -2860,7 +2860,7 @@
"memo": "" "memo": ""
}, },
"uomscheduleeditview": { "uomscheduleeditview": {
"title": "计价单位组编辑视图", "title": "计价单位组",
"caption": "计价单位组", "caption": "计价单位组",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Base", "viewmodule": "Base",
......
...@@ -21,11 +21,11 @@ export default { ...@@ -21,11 +21,11 @@ export default {
views: { views: {
gridview: { gridview: {
caption: "折扣表", caption: "折扣表",
title: "折扣表表格视图", title: "折扣表",
}, },
editview: { editview: {
caption: "折扣表", caption: "折扣表",
title: "折扣表编辑视图", title: "折扣表",
}, },
pickupgridview: { pickupgridview: {
caption: "折扣表", caption: "折扣表",
......
...@@ -20,11 +20,11 @@ export default { ...@@ -20,11 +20,11 @@ export default {
views: { views: {
gridview: { gridview: {
caption: "折扣表", caption: "折扣表",
title: "折扣表表格视图", title: "折扣表",
}, },
editview: { editview: {
caption: "折扣表", caption: "折扣表",
title: "折扣表编辑视图", title: "折扣表",
}, },
pickupgridview: { pickupgridview: {
caption: "折扣表", caption: "折扣表",
......
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
views: { views: {
gridview: { gridview: {
caption: "价目表", caption: "价目表",
title: "价目表表格视图", title: "价目表",
}, },
pickupview: { pickupview: {
caption: "价目表", caption: "价目表",
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
}, },
editview: { editview: {
caption: "价目表", caption: "价目表",
title: "价目表编辑视图", title: "价目表",
}, },
pickupgridview: { pickupgridview: {
caption: "价目表", caption: "价目表",
......
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
views: { views: {
gridview: { gridview: {
caption: "价目表", caption: "价目表",
title: "价目表表格视图", title: "价目表",
}, },
pickupview: { pickupview: {
caption: "价目表", caption: "价目表",
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
}, },
editview: { editview: {
caption: "价目表", caption: "价目表",
title: "价目表编辑视图", title: "价目表",
}, },
pickupgridview: { pickupgridview: {
caption: "价目表", caption: "价目表",
......
...@@ -26,11 +26,11 @@ export default { ...@@ -26,11 +26,11 @@ export default {
views: { views: {
gridview: { gridview: {
caption: "区域", caption: "区域",
title: "区域表格视图", title: "区域",
}, },
editview: { editview: {
caption: "区域", caption: "区域",
title: "区域编辑视图", title: "区域",
}, },
}, },
main_form: { main_form: {
......
...@@ -25,11 +25,11 @@ export default { ...@@ -25,11 +25,11 @@ export default {
views: { views: {
gridview: { gridview: {
caption: "区域", caption: "区域",
title: "区域表格视图", title: "区域",
}, },
editview: { editview: {
caption: "区域", caption: "区域",
title: "区域编辑视图", title: "区域",
}, },
}, },
main_form: { main_form: {
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
}, },
gridview: { gridview: {
caption: "计价单位组", caption: "计价单位组",
title: "计价单位组表格视图", title: "计价单位组",
}, },
pickupgridview: { pickupgridview: {
caption: "计价单位组", caption: "计价单位组",
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
}, },
editview: { editview: {
caption: "计价单位组", caption: "计价单位组",
title: "计价单位组编辑视图", title: "计价单位组",
}, },
}, },
main_form: { main_form: {
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
}, },
gridview: { gridview: {
caption: "计价单位组", caption: "计价单位组",
title: "计价单位组表格视图", title: "计价单位组",
}, },
pickupgridview: { pickupgridview: {
caption: "计价单位组", caption: "计价单位组",
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
}, },
editview: { editview: {
caption: "计价单位组", caption: "计价单位组",
title: "计价单位组编辑视图", title: "计价单位组",
}, },
}, },
main_form: { main_form: {
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
views: { views: {
editview: { editview: {
caption: "计价单位", caption: "计价单位",
title: "计价单位编辑视图", title: "计价单位",
}, },
pickupgridview: { pickupgridview: {
caption: "计价单位", caption: "计价单位",
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
}, },
gridview: { gridview: {
caption: "计价单位", caption: "计价单位",
title: "计价单位表格视图", title: "计价单位",
}, },
pickupview: { pickupview: {
caption: "计价单位", caption: "计价单位",
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
views: { views: {
editview: { editview: {
caption: "计价单位", caption: "计价单位",
title: "计价单位编辑视图", title: "计价单位",
}, },
pickupgridview: { pickupgridview: {
caption: "计价单位", caption: "计价单位",
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
}, },
gridview: { gridview: {
caption: "计价单位", caption: "计价单位",
title: "计价单位表格视图", title: "计价单位",
}, },
pickupview: { pickupview: {
caption: "计价单位", caption: "计价单位",
......
...@@ -72,7 +72,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -72,7 +72,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "02131b45343ed8c70e500cd8ac520361" "viewtag": "02131b45343ed8c70e500cd8ac520361"
}, },
"pricelevelgridview": { "pricelevelgridview": {
"title": "价目表表格视图", "title": "价目表",
"caption": "价目表", "caption": "价目表",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Product", "viewmodule": "Product",
...@@ -80,7 +80,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -80,7 +80,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "02653a27f371622ac0a726752936646c" "viewtag": "02653a27f371622ac0a726752936646c"
}, },
"discounttypegridview": { "discounttypegridview": {
"title": "折扣表表格视图", "title": "折扣表",
"caption": "折扣表", "caption": "折扣表",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Sales", "viewmodule": "Sales",
...@@ -320,7 +320,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -320,7 +320,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "190c4bc310209f379ac5d63277dac0a5" "viewtag": "190c4bc310209f379ac5d63277dac0a5"
}, },
"discounttypeeditview": { "discounttypeeditview": {
"title": "折扣表编辑视图", "title": "折扣表",
"caption": "折扣表", "caption": "折扣表",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Sales", "viewmodule": "Sales",
...@@ -400,7 +400,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -400,7 +400,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "21eb3cee3363f2590cf0cf6af8446300" "viewtag": "21eb3cee3363f2590cf0cf6af8446300"
}, },
"territorygridview": { "territorygridview": {
"title": "区域表格视图", "title": "区域",
"caption": "区域", "caption": "区域",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -504,7 +504,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -504,7 +504,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "29bfcd628ab25e297248ff0524d12908" "viewtag": "29bfcd628ab25e297248ff0524d12908"
}, },
"uomeditview": { "uomeditview": {
"title": "计价单位编辑视图", "title": "计价单位",
"caption": "计价单位", "caption": "计价单位",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -672,7 +672,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -672,7 +672,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "321c9f14181d1afaf18a8ffacea2a29f" "viewtag": "321c9f14181d1afaf18a8ffacea2a29f"
}, },
"territoryeditview": { "territoryeditview": {
"title": "区域编辑视图", "title": "区域",
"caption": "区域", "caption": "区域",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -920,7 +920,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -920,7 +920,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "4ab71df980f390b6663b8912f64ede02" "viewtag": "4ab71df980f390b6663b8912f64ede02"
}, },
"uomschedulegridview": { "uomschedulegridview": {
"title": "计价单位组表格视图", "title": "计价单位组",
"caption": "计价单位组", "caption": "计价单位组",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -1648,7 +1648,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -1648,7 +1648,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "976e7a90095f22af96879a4f46b79b7c" "viewtag": "976e7a90095f22af96879a4f46b79b7c"
}, },
"uomgridview": { "uomgridview": {
"title": "计价单位表格视图", "title": "计价单位",
"caption": "计价单位", "caption": "计价单位",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Base", "viewmodule": "Base",
...@@ -2040,7 +2040,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -2040,7 +2040,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "b6b6215e439e78cdf6959b6f45bd7927" "viewtag": "b6b6215e439e78cdf6959b6f45bd7927"
}, },
"priceleveleditview": { "priceleveleditview": {
"title": "价目表编辑视图", "title": "价目表",
"caption": "价目表", "caption": "价目表",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Product", "viewmodule": "Product",
...@@ -2296,7 +2296,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -2296,7 +2296,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "d8b664607bd727900320b23da3fafaf2" "viewtag": "d8b664607bd727900320b23da3fafaf2"
}, },
"uomscheduleeditview": { "uomscheduleeditview": {
"title": "计价单位组编辑视图", "title": "计价单位组",
"caption": "计价单位组", "caption": "计价单位组",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Base", "viewmodule": "Base",
......
...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine'; ...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine';
import TerritoryUIService from '@/uiservice/territory/territory-ui-service'; import TerritoryUIService from '@/uiservice/territory/territory-ui-service';
/** /**
* 区域编辑视图视图基类 * 区域视图基类
* *
* @export * @export
* @class TerritoryEditViewBase * @class TerritoryEditViewBase
......
<studio-view-style2 viewName="territoryeditview" viewTitle="区域编辑视图" class='deeditview territory-edit-view'> <studio-view-style2 viewName="territoryeditview" viewTitle="区域" class='deeditview territory-edit-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -6,7 +6,7 @@ import { TerritoryEditViewBase } from './territory-edit-view-base'; ...@@ -6,7 +6,7 @@ import { TerritoryEditViewBase } from './territory-edit-view-base';
import view_form from '@widgets/territory/main-form/main-form.vue'; import view_form from '@widgets/territory/main-form/main-form.vue';
/** /**
* 区域编辑视图视图 * 区域视图
* *
* @export * @export
* @class TerritoryEditView * @class TerritoryEditView
......
...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 区域表格视图视图基类 * 区域视图基类
* *
* @export * @export
* @class TerritoryGridViewBase * @class TerritoryGridViewBase
......
<studio-view-style2 viewName="territorygridview" viewTitle="区域表格视图" class='degridview territory-grid-view'> <studio-view-style2 viewName="territorygridview" viewTitle="区域" class='degridview territory-grid-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/territory/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/territory/main-grid/main-grid.vue';
import view_searchform from '@widgets/territory/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/territory/default-searchform/default-searchform.vue';
/** /**
* 区域表格视图视图 * 区域视图
* *
* @export * @export
* @class TerritoryGridView * @class TerritoryGridView
......
...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine'; ...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine';
import UomUIService from '@/uiservice/uom/uom-ui-service'; import UomUIService from '@/uiservice/uom/uom-ui-service';
/** /**
* 计价单位编辑视图视图基类 * 计价单位视图基类
* *
* @export * @export
* @class UomEditViewBase * @class UomEditViewBase
......
<studio-view-style2 viewName="uomeditview" viewTitle="计价单位编辑视图" class='deeditview uom-edit-view'> <studio-view-style2 viewName="uomeditview" viewTitle="计价单位" class='deeditview uom-edit-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -6,7 +6,7 @@ import { UomEditViewBase } from './uom-edit-view-base'; ...@@ -6,7 +6,7 @@ import { UomEditViewBase } from './uom-edit-view-base';
import view_form from '@widgets/uom/main-form/main-form.vue'; import view_form from '@widgets/uom/main-form/main-form.vue';
/** /**
* 计价单位编辑视图视图 * 计价单位视图
* *
* @export * @export
* @class UomEditView * @class UomEditView
......
...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 计价单位表格视图视图基类 * 计价单位视图基类
* *
* @export * @export
* @class UomGridViewBase * @class UomGridViewBase
......
<studio-view-style2 viewName="uomgridview" viewTitle="计价单位表格视图" class='degridview uom-grid-view'> <studio-view-style2 viewName="uomgridview" viewTitle="计价单位" class='degridview uom-grid-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/uom/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/uom/main-grid/main-grid.vue';
import view_searchform from '@widgets/uom/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/uom/default-searchform/default-searchform.vue';
/** /**
* 计价单位表格视图视图 * 计价单位视图
* *
* @export * @export
* @class UomGridView * @class UomGridView
......
...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine'; ...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine';
import UomScheduleUIService from '@/uiservice/uom-schedule/uom-schedule-ui-service'; import UomScheduleUIService from '@/uiservice/uom-schedule/uom-schedule-ui-service';
/** /**
* 计价单位组编辑视图视图基类 * 计价单位组视图基类
* *
* @export * @export
* @class UomScheduleEditViewBase * @class UomScheduleEditViewBase
......
<studio-view-style2 viewName="uomscheduleeditview" viewTitle="计价单位组编辑视图" class='deeditview uom-schedule-edit-view'> <studio-view-style2 viewName="uomscheduleeditview" viewTitle="计价单位组" class='deeditview uom-schedule-edit-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -6,7 +6,7 @@ import { UomScheduleEditViewBase } from './uom-schedule-edit-view-base'; ...@@ -6,7 +6,7 @@ import { UomScheduleEditViewBase } from './uom-schedule-edit-view-base';
import view_form from '@widgets/uom-schedule/main-form/main-form.vue'; import view_form from '@widgets/uom-schedule/main-form/main-form.vue';
/** /**
* 计价单位组编辑视图视图 * 计价单位组视图
* *
* @export * @export
* @class UomScheduleEditView * @class UomScheduleEditView
......
...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 计价单位组表格视图视图基类 * 计价单位组视图基类
* *
* @export * @export
* @class UomScheduleGridViewBase * @class UomScheduleGridViewBase
......
<studio-view-style2 viewName="uomschedulegridview" viewTitle="计价单位组表格视图" class='degridview uom-schedule-grid-view'> <studio-view-style2 viewName="uomschedulegridview" viewTitle="计价单位组" class='degridview uom-schedule-grid-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/uom-schedule/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/uom-schedule/main-grid/main-grid.vue';
import view_searchform from '@widgets/uom-schedule/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/uom-schedule/default-searchform/default-searchform.vue';
/** /**
* 计价单位组表格视图视图 * 计价单位组视图
* *
* @export * @export
* @class UomScheduleGridView * @class UomScheduleGridView
......
...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine'; ...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine';
import PriceLevelUIService from '@/uiservice/price-level/price-level-ui-service'; import PriceLevelUIService from '@/uiservice/price-level/price-level-ui-service';
/** /**
* 价目表编辑视图视图基类 * 价目表视图基类
* *
* @export * @export
* @class PriceLevelEditViewBase * @class PriceLevelEditViewBase
......
<studio-view-style2 viewName="priceleveleditview" viewTitle="价目表编辑视图" class='deeditview price-level-edit-view'> <studio-view-style2 viewName="priceleveleditview" viewTitle="价目表" class='deeditview price-level-edit-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -6,7 +6,7 @@ import { PriceLevelEditViewBase } from './price-level-edit-view-base'; ...@@ -6,7 +6,7 @@ import { PriceLevelEditViewBase } from './price-level-edit-view-base';
import view_form from '@widgets/price-level/main-form/main-form.vue'; import view_form from '@widgets/price-level/main-form/main-form.vue';
/** /**
* 价目表编辑视图视图 * 价目表视图
* *
* @export * @export
* @class PriceLevelEditView * @class PriceLevelEditView
......
...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 价目表表格视图视图基类 * 价目表视图基类
* *
* @export * @export
* @class PriceLevelGridViewBase * @class PriceLevelGridViewBase
......
<studio-view-style2 viewName="pricelevelgridview" viewTitle="价目表表格视图" class='degridview price-level-grid-view'> <studio-view-style2 viewName="pricelevelgridview" viewTitle="价目表" class='degridview price-level-grid-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/price-level/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/price-level/main-grid/main-grid.vue';
import view_searchform from '@widgets/price-level/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/price-level/default-searchform/default-searchform.vue';
/** /**
* 价目表表格视图视图 * 价目表视图
* *
* @export * @export
* @class PriceLevelGridView * @class PriceLevelGridView
......
...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine'; ...@@ -6,7 +6,7 @@ import EditViewEngine from '@engine/view/edit-view-engine';
import DiscountTypeUIService from '@/uiservice/discount-type/discount-type-ui-service'; import DiscountTypeUIService from '@/uiservice/discount-type/discount-type-ui-service';
/** /**
* 折扣表编辑视图视图基类 * 折扣表视图基类
* *
* @export * @export
* @class DiscountTypeEditViewBase * @class DiscountTypeEditViewBase
......
<studio-view-style2 viewName="discounttypeeditview" viewTitle="折扣表编辑视图" class='deeditview discount-type-edit-view'> <studio-view-style2 viewName="discounttypeeditview" viewTitle="折扣表" class='deeditview discount-type-edit-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -6,7 +6,7 @@ import { DiscountTypeEditViewBase } from './discount-type-edit-view-base'; ...@@ -6,7 +6,7 @@ import { DiscountTypeEditViewBase } from './discount-type-edit-view-base';
import view_form from '@widgets/discount-type/main-form/main-form.vue'; import view_form from '@widgets/discount-type/main-form/main-form.vue';
/** /**
* 折扣表编辑视图视图 * 折扣表视图
* *
* @export * @export
* @class DiscountTypeEditView * @class DiscountTypeEditView
......
...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -9,7 +9,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 折扣表表格视图视图基类 * 折扣表视图基类
* *
* @export * @export
* @class DiscountTypeGridViewBase * @class DiscountTypeGridViewBase
......
<studio-view-style2 viewName="discounttypegridview" viewTitle="折扣表表格视图" class='degridview discount-type-grid-view'> <studio-view-style2 viewName="discounttypegridview" viewTitle="折扣表" class='degridview discount-type-grid-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/discount-type/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/discount-type/main-grid/main-grid.vue';
import view_searchform from '@widgets/discount-type/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/discount-type/default-searchform/default-searchform.vue';
/** /**
* 折扣表表格视图视图 * 折扣表视图
* *
* @export * @export
* @class DiscountTypeGridView * @class DiscountTypeGridView
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册