Commit 6fb00dc8 by lianyang

brtdck页面优化

parent b7cf7710
...@@ -61,7 +61,8 @@ ...@@ -61,7 +61,8 @@
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.brdgrp.rec.approvcod">Documents on Approval Basis</c-checkbox> <c-checkbox v-model="model.brdgrp.rec.approvcod">Documents on Approval Basis</c-checkbox>
</c-col> </c-col>
<c-col :span="24">
<!-- <c-col :span="24">
<c-checkbox v-model="model.brtp.cre752flg">Create 752</c-checkbox> <c-checkbox v-model="model.brtp.cre752flg">Create 752</c-checkbox>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -69,10 +70,24 @@ ...@@ -69,10 +70,24 @@
<c-select v-model="model.brtp.furide" style="width:100%" placeholder="请选择Further Identification"> <c-select v-model="model.brtp.furide" style="width:100%" placeholder="请选择Further Identification">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> -->
<c-col :span="24">
<!-- <c-checkbox v-model="model.brtp.cre752flg">Create 752</c-checkbox> -->
<el-form-item label=" ">
</el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label=" " prop="brtp.furide">
<!-- <c-select v-model="model.brtp.furide" style="width:100%" placeholder="请选择Further Identification"> -->
<!-- </c-select> -->
</el-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.brtp.cre732flg">Create MT 732</c-checkbox> <c-checkbox v-model="model.brtp.cre732flg">Create MT 732</c-checkbox>
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="12"> <!-- <c-col :span="12">
...@@ -88,26 +103,21 @@ ...@@ -88,26 +103,21 @@
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable";
import Event from "~/model/Brtdck/Event" import Event from "~/model/Brtdck/Event";
export default { export default {
inject: ['root'], inject: ["root"],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data(){ data() {
return { return {};
},
} methods: { ...Event },
}, created: function () {},
methods:{...Event}, };
created:function(){
}
}
</script> </script>
<style> <style>
</style> </style>
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