问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

vuejs如何双向绑定传值之前处理值

发布网友 发布时间:2022-04-25 20:40

我来回答

1个回答

热心网友 时间:2022-04-20 01:31

看例子

<!--html代码-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>财产查勘处理</title>
<link rel="stylesheet" type="text/css" href="../css/global.css" />
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="../css/AdminLTE.min.css" />
<link rel="stylesheet" type="text/css" href="../css/propertySurvey.css" />
</head>
<body>
    <div class="container-fluid">
        <div style="text-align: center; height:30px;background:#F4F9FD;padding:10px 0px;border-bottom:1px solid #000; font-weight: bold;">请输入物损查看信息</div>
        <h4 class="box-title">
            <i class="glyphicon glyphicon-play-circle" style="color: #82C542;"></i>
            报案信息
        </h4>
        <hr style="height: 3px; border: none; border-top: 3px solid #75C2D2;" />
        <div class="row text-center" style="margin-top: -23px; padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="width: 33%; float: left; text-align: left;">
                <label>损失方</label><input v-model="RegistInfo_name" type="text" name="RegistInfo_name"/>
            </div>
            <div style="width: 33%; float: left; text-align: left;">
                <label>联系人</label><input v-model="RegistInfo_user" type="text" name="RegistInfo_user"/>
            </div>
            <div style="width: 33%; float: right; text-align: left;">
                <label>联系方式</label> <input v-model="RegistInfo_phone" name="RegistInfo_phone" type="text"/>
            </div>
        </div>
        <div class="row text-center" style="margin-top: -23px; padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="width: 33%; float: left; text-align: left;">
                <label>损失方1</label><input v-model="Prplregist_name" type="text" name="Prplregist_name"/>
            </div>
            <div style="width: 33%; float: left; text-align: left;">
                <label>联系人1</label><input v-model="Prplregist_user" type="text" name="Prplregist_user"/>
            </div>
            <div style="width: 33%; float: right; text-align: left;">
                <label>联系方式1</label> <input v-model="Prplregist_phone" name="Prplregist_phone" type="text"/>
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="width: 33%; float: left; text-align: left;">
                <label>查勘估损金额</label> <input v-model="RegistInfo_chakan_money" name="RegistInfo_chakan_money" type="text" value="400.00" /> *
            </div>
            <div style="width: 33%; float: left; text-align: left;">
                <label>施救费金额</label> <input v-model="RegistInfo_rescue_money" name="RegistInfo_rescue_money" type="text" name="" id="" value="0.00" />
            </div>
            <div style="width: 33%; float: right; text-align: left;">
                <label>需要施救</label> <input type="checkbox" />是否需要
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="width: 33%; float: left; text-align: left;">
                <label>查勘估损金额1</label> <input v-model="Prplregist_chakan_money" name="Prplregist_chakan_money" type="text" value="400.00" /> *
            </div>
            <div style="width: 33%; float: left; text-align: left;">
                <label>施救费金额1</label> <input v-model="Prplregist_rescue_money" name="Prplregist_rescue_money" type="text" name="" id="" value="0.00" />
            </div>
            <div style="width: 33%; float: right; text-align: left;">
                <label>需要施救1</label> <input type="checkbox" />是<input type="checkbox" />没错<input type="checkbox" />必须
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="width: 67%; float: left; text-align: left;">
                <label>查勘地点</label> <input v-model="address" name="address" type="text" style="width: 400px;" /> *
            </div>
            <div style="width: 33%; float: left; text-align: left;">
                <label>查勘日期</label> <input v-model="RegistInfo_chakan_data" name="RegistInfo_chakan_data" type="text" name="" id="" value="2017-03-09" />
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <label>施救过程描述</label> <input v-model="RegistInfo_say" name="RegistInfo_say" type="text" style="width: 900px; height: 50px;" />
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <label>备注</label> <input v-model="remark" name="remark" type="text" style="width: 900px; height: 50px;" />
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <select class="select2">
                    <option value="123" id="sel1">123</option>
                    <option value="456" id="sel2">456</option>
                    <option value="789" id="sel3">789</option>
                </select>
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <input type="radio" id="google" value="Google" v-model="RegistInfo_radio" name="RegistInfo_radio">
                <label for="google">Google</label>
                <br>
                <input type="radio" id="runoob" value="Runoob" v-model="RegistInfo_radio" name="RegistInfo_radio">
                <label for="runoob">Runoob</label>
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <input type="radio" id="helongjun" value="helongjun" v-model="RegistInfo_helongjun" name="RegistInfo_helongjun">
                <label for="helongjun">helongjun</label>
                <br>
                <input type="radio" id="longjun" value="longjun" v-model="RegistInfo_helongjun" name="RegistInfo_helongjun">
                <label for="longjun">longjun</label>
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <input type="radio" id="testOne" value="testOne" v-model="testOne" name="testOne">
                <label for="helongjun">testOne</label>
                <br>
                <!--<input type="radio" id="testOne" value="testTwo" v-model="testOne" name="testOne">
                <label for="longjun">testTwo</label>-->
            </div>
        </div>
        <div class="row text-center" style="padding: 3px 50px; border-bottom: 1px solid #DBEEF1;">
            <div style="height: 50px; text-align: left;">
                <select v-model="RegistInfo_selected" name="RegistInfo_selected">
                    <option value="">选择一个网站</option>
                    <option value=""></option>
                    <option value="google">Google</option>
                </select>
            </div>
        </div>
        <div class="text-center row">
            <button>暂存(S)</button>
            <button onclick="getInputVal()">返回(F)</button>
        </div>
    </div>
    <script type="text/javascript" src="../js/vue.min.js" ></script>
    <script type="text/javascript" src="../js/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="../js/bootstrap.min.js"></script>
    <script type="text/javascript" src="../js/bootstrap-datetimepicker.min.js"></script>
    <script type="text/javascript" src="../VueFormSub.js" ></script>
--------------------- 
作者:藏海花无花 
来源:CSDN 
原文:https://blog.csdn.net/lovelongjun/article/details/73371846 
版权声明:本文为博主原创文章,转载请附上博文链接!

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
洛阳火车站到洛阳关林的钢厂怎么坐公车去?钢厂目前是否分为三个小... 李永昌的《桃花运》 歌词 失眠特效药有哪些 失眠有什么快速特效药 长期失眠用什么药最好?失眠治疗特效药有哪些 失眠怎么办办,有没有什么特效药 本人严重失眠,有特效药吗? 长期焦虑失眠怎么办?有没有好的特效药? 离婚了,小孩抚养费对方拖着不给,玩失踪,怎么办? 小孩抚养费前夫每月都拖着不给怎么解决 海尔冰箱冷藏层总是往下化水,怎么办 PPR材料可燃吗? 冰箱上面冷藏室都化成水啦!原先冷藏室冰霜都化成水!怎么回事 哪位大侠知道塑胶原料PVC ABS PS PP PE PC PMMA的防火等级啊 感激不尽 冰箱冷藏的冰都化成水了怎么回事 前端页面用vue的一个博客框架,二者一起使用冲突吗 PP材料防火等级 pp材质的塑料高温有毒吗? 改性pp塑料材料有阻燃的作用吗? 常用的三种PP塑料阻燃剂有哪些 聚乙烯 聚丙烯 火灾危险性类别 防火pp塑料做出成品一年后出现霉点是什原因 阻燃防火PP塑料,注塑时为什么会出现粘模现象 我想买个10寸左右的平板电脑,不知什么牌子的好 常用的PP塑料阻燃剂有哪些? pp防火材料有哪些等级 10寸的平板电脑哪个牌子的好?求推荐 平板电脑10寸的哪个牌子好,在单位值班用用? 10英寸的平板电脑拿在手里玩王者荣耀费力吗? 怎么在苹果手机上申请QQ号 在vue的页面里,需要用文字链接,请问需要配置什么 我家冰箱冷藏室老出水是怎么回事 vue-resource 怎么解决跨域问题 vue2.5.10以上的新版本,如何兼容ie11 vue中动态创建的元素怎样绑定事件博客园 webstorm怎么支持vue 苏州人均GDP排名全国第四,请问前三名是哪几个城市 杭州,苏州,谁更富裕??GDP高 苏州和杭州都是10强成员,苏州GDP高于杭州,那居民富裕程度呢? 支付宝电子身份证可以取火车票吗? 支付宝绑定了身份证,拍了正反面,可以用来取高铁票吗 人均GDP碾压广州,江苏这座城市为何不是一线城市? 支付宝里的电子身份证能在火车站售票窗口取票吗? 用支付宝买高铁票怎么取票?可以直接刷身份证吗?没坐过高铁,坐高铁和地铁是不是一样啊?请有坐过高铁的 苏州GDP接近两万亿直逼广州,怎么还不是一线城市? 支付宝买的高铁票没身份证能取票吗 苏州人均GDP和世界哪个国家相当 用支付宝买的高铁票去哪里取票 在支付宝上!预定高铁票后!怎样取?到火车站那个地方取! 第一次不懂 支付宝上的电子身份证能取火车票吗?