Commit 79b5458c by nanrui

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 12688354 30e63ab9
...@@ -255,15 +255,16 @@ ...@@ -255,15 +255,16 @@
<!-- 下左 --> <!-- 下左 -->
<c-col :span="12"> <c-col :span="12">
<c-col :span="24"> <c-col :span="24">
<c-form-item label-width="0" prop="liaall.tenstm">
<c-istream-table <c-istream-table
ref="table" ref="table"
:list="model.liaall.tenstm.rows || []" :list="model.liaall.tenstm.rows || []"
:columns="trnData.columns" :columns="trnData.columns"
:showSelection="true" :showSelection="true"
v-on:multipleSelect="multipleSelect" v-on:multipleSelect="multipleSelect"
prop="liaall.tenstm"
> >
</c-istream-table> </c-istream-table>
</c-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<p>Settlement Instructions</p> <p>Settlement Instructions</p>
......
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
type="textarea" type="textarea"
:maxRows="10" :maxRows="10"
:model="model.gitp.indirectswiadd" :model="model.gitp.indirectswiadd"
@change="selectOrCheckboxRule('gitp.indirectswiadd')" @change="commonExecuteRule('gitp.indirectswiadd')"
maxlength="9750" maxlength="9750"
show-word-limit show-word-limit
placeholder="请输入InDirect Swift Add" placeholder="请输入InDirect Swift Add"
......
...@@ -478,7 +478,7 @@ ...@@ -478,7 +478,7 @@
type="textarea" type="textarea"
:maxRows="10" :maxRows="10"
:model="model.gitp.indirectswiadd" :model="model.gitp.indirectswiadd"
@change="selectOrCheckboxRule('gitp.indirectswiadd')" @change="commonExecuteRule('gitp.indirectswiadd')"
maxlength="9750" maxlength="9750"
show-word-limit show-word-limit
placeholder="请输入直接Swift添加" placeholder="请输入直接Swift添加"
......
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary" type="primary"
@click="getButtons(scope.row['Reference'])" @click="getButtons(scope.row['保函编号'])"
> >
处理</c-button 处理</c-button
> >
......
...@@ -536,7 +536,7 @@ ...@@ -536,7 +536,7 @@
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary" type="primary"
@click="getButtons(scope.row['Reference'])" @click="getButtons(scope.row['保函编号'])"
>处理</c-button >处理</c-button
> >
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment