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

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

上级 b882dd3d
......@@ -419,6 +419,7 @@ export default {
type: "图书类型",
press: "图书出版社",
price: "图书价格",
uagridcolumn1: "操作",
},
nodata:"",
uiactions: {
......
......@@ -418,6 +418,7 @@ export default {
type: "图书类型",
press: "图书出版社",
price: "图书价格",
uagridcolumn1: "操作",
},
nodata:"",
uiactions: {
......
......@@ -697,7 +697,6 @@ export default {
columns: {
ibizordername: "订单名称",
ordertype: "订单类型",
ibizcustomername: "客户名称",
},
nodata:"",
uiactions: {
......
......@@ -696,7 +696,6 @@ export default {
columns: {
ibizordername: "订单名称",
ordertype: "订单类型",
ibizcustomername: "客户名称",
},
nodata:"",
uiactions: {
......
......@@ -81,6 +81,14 @@
</template>
</el-table-column>
</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">
<el-table-column></el-table-column>
</template>
......@@ -683,6 +691,15 @@ export default class InternalFuncBase extends Vue implements ControlInterface {
isEnableRowEdit: false,
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 {
* @memberof InternalFuncBase
*/
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(columnIndex == (this.isSingleSelect ? 0:1)) {
return [1, allColumns.length+1];
......
......@@ -383,11 +383,19 @@ tag='WFStates' codelistType='STATIC' :data="data" :context="context" :viewparams
</i-col>
<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-span name='ibizsample0001id' :value="data.ibizsample0001id" dataType="GUID" :precision="0"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
<disk-image-upload
:data="data"
formItemName="ibizsample0001id"
: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>
</i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册