Commit ce724650 by xionglin

by字段与td不对应修改

parent e4da5547
......@@ -588,6 +588,13 @@ const CodeTable = {
{ label: "混合付款", value: "M" },
{ label: "承兑", value: "A" },
],
avbby1:[
{ label: "BY NEGOTIATION", value: "N" },
{ label: "BY PAYMENT", value: "P" },
{ label: "BY DEF PAYMENT", value: "D" },
{ label: "BY MIXED PYMT", value: "M" },
{ label: "BY ACCEPTANCE", value: "A" },
],
avbby0: [
{ label: "远期承兑", value: "A" },
{ label: "远期付款", value: "D" },
......
......@@ -153,14 +153,14 @@
<c-col :span="24">
<el-form-item label="by" prop="ledgrp.rec.avbby">
<c-fullbox>
<c-input
<c-select
v-model="model.ledgrp.rec.avbby"
maxlength="3"
style="width: 100%"
placeholder="请输入"
disabled
:code="codes.avbby"
></c-input>
:code="codes.avbby1"
></c-select>
<template slot="footer">
<c-checkbox
v-model="model.ledgrp.rec.redclsflg"
......@@ -412,10 +412,12 @@ export default {
'9 8 "Info" 150 5 6:1 0 I',
],
data: [],
};
},
methods: { ...Event },
created: function () {},
created: function () {
},
};
</script>
<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