Commit a70ae51e by jianglong

修改brtcan 码表配置

parent 7644c663
......@@ -314,7 +314,7 @@
v-model="model.rebkpflg"
style="width: 100%"
placeholder="请选择Booking Procedure"
:code="rebkpflg"
:code="codes.rebkpflg"
>
</c-select>
</el-form-item>
......@@ -337,12 +337,7 @@ export default {
"c-litTemp": LitTemp,
},
data() {
return {
rebkpflg: [
{ label: "Reverse Booking (Document Set)", value: "N" },
{ label: "Reverse Booking (Doc. Set, L/C)", value: "B" },
]
};
},
methods: { ...Event },
created: function () {},
......
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