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

kuaikuai 发布系统代码 [后台服务,演示应用]

上级 b882dd3d
...@@ -419,6 +419,7 @@ export default { ...@@ -419,6 +419,7 @@ export default {
type: "图书类型", type: "图书类型",
press: "图书出版社", press: "图书出版社",
price: "图书价格", price: "图书价格",
uagridcolumn1: "操作",
}, },
nodata:"", nodata:"",
uiactions: { uiactions: {
......
...@@ -418,6 +418,7 @@ export default { ...@@ -418,6 +418,7 @@ export default {
type: "图书类型", type: "图书类型",
press: "图书出版社", press: "图书出版社",
price: "图书价格", price: "图书价格",
uagridcolumn1: "操作",
}, },
nodata:"", nodata:"",
uiactions: { uiactions: {
......
...@@ -697,7 +697,6 @@ export default { ...@@ -697,7 +697,6 @@ export default {
columns: { columns: {
ibizordername: "订单名称", ibizordername: "订单名称",
ordertype: "订单类型", ordertype: "订单类型",
ibizcustomername: "客户名称",
}, },
nodata:"", nodata:"",
uiactions: { uiactions: {
......
...@@ -696,7 +696,6 @@ export default { ...@@ -696,7 +696,6 @@ export default {
columns: { columns: {
ibizordername: "订单名称", ibizordername: "订单名称",
ordertype: "订单类型", ordertype: "订单类型",
ibizcustomername: "客户名称",
}, },
nodata:"", nodata:"",
uiactions: { uiactions: {
......
...@@ -81,6 +81,14 @@ ...@@ -81,6 +81,14 @@
</template> </template>
</el-table-column> </el-table-column>
</template> </template>
!!!!模版产生代码错误:----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #if item.getPSDEUIActionGroup().getPS... [in template "TEMPLCODE_en_US" at line 156, column 3]
----
<template v-if="adaptiveState"> <template v-if="adaptiveState">
<el-table-column></el-table-column> <el-table-column></el-table-column>
</template> </template>
...@@ -683,6 +691,15 @@ export default class InternalFuncBase extends Vue implements ControlInterface { ...@@ -683,6 +691,15 @@ export default class InternalFuncBase extends Vue implements ControlInterface {
isEnableRowEdit: false, isEnableRowEdit: false,
enableCond: 3 , enableCond: 3 ,
}, },
{
name: 'uagridcolumn1',
label: '操作',
langtag: 'entities.ibizbook.internalfunc_grid.columns.uagridcolumn1',
show: true,
unit: 'PX',
isEnableRowEdit: false,
enableCond: 3 ,
},
] ]
/** /**
...@@ -1385,7 +1402,7 @@ export default class InternalFuncBase extends Vue implements ControlInterface { ...@@ -1385,7 +1402,7 @@ export default class InternalFuncBase extends Vue implements ControlInterface {
* @memberof InternalFuncBase * @memberof InternalFuncBase
*/ */
public arraySpanMethod({row, column, rowIndex, columnIndex} : any) { public arraySpanMethod({row, column, rowIndex, columnIndex} : any) {
let allColumns:Array<any> = ['ibizbookname','author','type','press','price']; let allColumns:Array<any> = ['ibizbookname','author','type','press','price','uagridcolumn1'];
if(row && row.children) { if(row && row.children) {
if(columnIndex == (this.isSingleSelect ? 0:1)) { if(columnIndex == (this.isSingleSelect ? 0:1)) {
return [1, allColumns.length+1]; return [1, allColumns.length+1];
......
...@@ -383,11 +383,19 @@ tag='WFStates' codelistType='STATIC' :data="data" :context="context" :viewparams ...@@ -383,11 +383,19 @@ tag='WFStates' codelistType='STATIC' :data="data" :context="context" :viewparams
</i-col> </i-col>
<i-col v-show="detailsModel.ibizsample0001id.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col v-show="detailsModel.ibizsample0001id.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='ibizsample0001id' :itemRules="this.rules().ibizsample0001id" class='' :caption="$t('entities.ibizsample0001.main3_2_form.details.ibizsample0001id')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ibizsample0001id.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='ibizsample0001id' :itemRules="this.rules().ibizsample0001id" class='' :caption="$t('entities.ibizsample0001.main3_2_form.details.ibizsample0001id')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ibizsample0001id.error" :isEmptyCaption="false" labelPos="LEFT">
<disk-image-upload
<app-span name='ibizsample0001id' :value="data.ibizsample0001id" dataType="GUID" :precision="0" :data="data"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style=""> formItemName="ibizsample0001id"
</app-span> :value="data.ibizsample0001id"
:formState="formState"
folder="ibizsample0001"
ownertype="ibizsample0001id"
:ownerid="data.srfkey"
:show-ocrview="false"
:show-preview="false"
:persistence="false"
@formitemvaluechange="onFormItemValueChange">
</disk-image-upload>
</app-form-item> </app-form-item>
</i-col> </i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册