提交 2c4594b5 authored 作者: 潘鹏's avatar 潘鹏

activity

上级 8f45392c
......@@ -71,6 +71,10 @@
<Form-item label="免邮价格" prop="postageFreePrice">
<i-input v-model="tbCfExpressTemplate.postageFreePrice" placeholder="免邮价格" style="width:300px"/>
</Form-item>
<Form-item label="运费描述" prop="desc">
<i-input type="textarea" :autosize="{minRows: 10,maxRows: 20}" v-model="tbCfExpressTemplate.desc" placeholder="运费描述" style="width:300px"/>
<!-- <textarea id="desc" style="width: 800px;height: 600px;"></textarea>-->
</Form-item>
<Form-item>
<i-button type="primary" @click="handleSubmit('formValidate')">提交</i-button>
<i-button type="warning" @click="reload" style="margin-left: 8px"/>
......
......@@ -55,7 +55,6 @@
<!-- <i-input v-model="menu.parentName" @on-click="termTree" icon="eye" readonly="readonly"-->
<!-- placeholder="一级菜单"/>-->
<!-- </Form-item>-->
<Form-item label="条款内容" prop="termContent" v-if="flag">
<i-input v-model="term.termContent" placeholder="条款内容"/>
</Form-item>
......
......@@ -45,6 +45,7 @@ $(function () {
{label: '手续费', name: 'handlingFee', index: 'handling_fee', width: 80},
{label: '关税', name: 'tariff', index: 'tariff', width: 80},
{label: '免邮价格', name: 'postageFreePrice', index: 'postage_free_price', width: 80},
{label: '运费描述', name: 'desc', index: 'desc', width: 80},
{label: '创建日期', name: 'createTime', index: 'create_time', width: 80},
// {label: '最后编辑时间', name: 'updateTime', index: 'update_time', width: 80},
/* {
......
......@@ -137,14 +137,22 @@ let vm = new Vue({
}
},
created(){
Ajax.request({
url: "../term/queryAll",
async: true,
successCallback: function (r) {
// console.log(r)
vm.Allfa = r
}
});
// Ajax.request({
// url: "../term/queryAll",
// async: true,
// successCallback: function (r) {
// console.log(r)
// vm.Allfa = r
// }
// });
// Ajax.request({
// url: "../term/list",
// // async: true,
// successCallback: function (r) {
// console.log(r)
// // vm.Allfa = r
// }
// });
// console.log(this.term.parentId)
}
});
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论