Vue+ElementUI項目筆記(點擊確定保存數(shù)據(jù)昼浦,點擊取消刪除未保存數(shù)據(jù))

模板

<el-form label="" class="grid-content break_line" prop="batch_list" :rules="rules" ref="batchForm">
                    <el-button type="warning" @click="dialogTableVisible = true" size="mini" style="margin-top:150">分批記錄</el-button>

                    <el-dialog title="分批記錄" :visible.sync="dialogTableVisible">
                        <el-table :data="gridData" show-summary :summary-method="getSummaries">
                            <el-table-column type="index" label="批次號" width="150" prop='batch_no'></el-table-column>
                            <el-table-column prop='weight' label="重量" width="200">
                                <template slot-scope="scope">
                                    <div slot="reference">
                                        <el-input size="mini" v-model="scope.row.weight" ref='weight'></el-input>
                                    </div>
                                </template>
                            </el-table-column>
                            <el-table-column prop='quantity' label="件數(shù)" width="200">
                                <template slot-scope="scope">
                                    <div slot="reference">
                                        <el-input size="mini" ref='quantity' v-model="scope.row.quantity"></el-input>
                                    </div>
                                </template>
                            </el-table-column>
                            <el-table-column prop='arrive_time' label="到達時間" width="200">
                                <template slot-scope="scope">
                                    <div slot="reference">
                                        <el-input size="mini" ref='arrive_time' v-model="scope.row.arrive_time" @keyup.enter.native="volumeAdd(scope.$index,scope.row)"></el-input>
                                    </div>
                                </template>
                            </el-table-column>

                        </el-table>
                        <div slot="footer" class="dialog-footer">
                            <el-button @click="cancel">取 消</el-button>
                            <el-button type="primary" @click="total">確 定</el-button>
                        </div>
                    </el-dialog>
                </el-form>

交互

import { getTime } from "../../utils/time"
export default {
      data() {
      return {
            detailInfo: {
                params: {
                batch_list: [ //分批記錄
                        {
                            quantity: '', //件數(shù)
                            weight: '', //計重
                            arrive_time: '', //到達時間
                        }
                    ],
                 }
             },
            gridData: [{
                quantity: '', //件數(shù)
                weight: '', //計重
                arrive_time: '', //到達時間
            }], //分批記錄
    }
},
mounted() {
      this.gridData[0].arrive_time = getTime()
},
methods: {
//計算屬性總和
getSummaries(param) {
            const {
                data
            } = param;
            let sumInfo = data.reduce((item1, item2) => {
                let getquantity = Decimal.add([item1.quantity || 0, item2.quantity || 0]).toNumber()
                let getWeight = Decimal.add([item1.weight || 0, item2.weight || 0]).toNumber()

                return {
                    quantity: getquantity,
                    weight: getWeight,
                }
            }, {
                weight: 0,
                quantity: 0
            })
            this.getquantity = sumInfo.quantity
            this.getWeight = sumInfo.weight
            return ['合計', sumInfo.weight, sumInfo.quantity]

        },
                  //  存儲數(shù)據(jù)
        total() {
            this.detailInfo.params.batch_list = [{
                quantity: '', //件數(shù)
                weight: '', //計重
                arrive_time: '',
            }]
            this.dialogTableVisible = false
            //存儲數(shù)據(jù)JSON.stringify將javascript值轉(zhuǎn)化為字符串
            this.gridDataCopy = JSON.parse(JSON.stringify(this.gridData))
        },
      //回車后添加下一行
        volumeAdd(index, row) {
            if(index == this.gridData.length - 1) {
                this.gridData.push({
                    weight: '',
                    quantity: '',
                    arrive_time: '',
                })
                this.$nextTick(function() {
                    this.$refs['weight'].focus()
                })
            }
        },

       //取消后遂铡,保存的數(shù)據(jù)還在,未保存的數(shù)據(jù)清空搁宾。  也就是點擊取消后讓數(shù)據(jù)=保存的數(shù)據(jù)
        cancel() {
            this.dialogTableVisible = false
            this.gridData = JSON.parse(JSON.stringify(this.gridDataCopy))
        },
      },
     }
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末猎唁,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子会放,更是在濱河造成了極大的恐慌饲齐,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,123評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件咧最,死亡現(xiàn)場離奇詭異捂人,居然都是意外死亡,警方通過查閱死者的電腦和手機矢沿,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,031評論 2 384
  • 文/潘曉璐 我一進店門滥搭,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人捣鲸,你說我怎么就攤上這事论熙。” “怎么了摄狱?”我有些...
    開封第一講書人閱讀 156,723評論 0 345
  • 文/不壞的土叔 我叫張陵脓诡,是天一觀的道長。 經(jīng)常有香客問我媒役,道長祝谚,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,357評論 1 283
  • 正文 為了忘掉前任酣衷,我火速辦了婚禮交惯,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘穿仪。我一直安慰自己席爽,他們只是感情好,可當我...
    茶點故事閱讀 65,412評論 5 384
  • 文/花漫 我一把揭開白布啊片。 她就那樣靜靜地躺著只锻,像睡著了一般。 火紅的嫁衣襯著肌膚如雪紫谷。 梳的紋絲不亂的頭發(fā)上齐饮,一...
    開封第一講書人閱讀 49,760評論 1 289
  • 那天,我揣著相機與錄音笤昨,去河邊找鬼祖驱。 笑死,一個胖子當著我的面吹牛瞒窒,可吹牛的內(nèi)容都是我干的捺僻。 我是一名探鬼主播,決...
    沈念sama閱讀 38,904評論 3 405
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼匕坯!你這毒婦竟也來了束昵?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,672評論 0 266
  • 序言:老撾萬榮一對情侶失蹤醒颖,失蹤者是張志新(化名)和其女友劉穎妻怎,沒想到半個月后壳炎,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體泞歉,經(jīng)...
    沈念sama閱讀 44,118評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,456評論 2 325
  • 正文 我和宋清朗相戀三年匿辩,在試婚紗的時候發(fā)現(xiàn)自己被綠了腰耙。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,599評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡铲球,死狀恐怖挺庞,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情稼病,我是刑警寧澤选侨,帶...
    沈念sama閱讀 34,264評論 4 328
  • 正文 年R本政府宣布,位于F島的核電站然走,受9級特大地震影響援制,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜芍瑞,卻給世界環(huán)境...
    茶點故事閱讀 39,857評論 3 312
  • 文/蒙蒙 一晨仑、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧拆檬,春花似錦洪己、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,731評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至屑那,卻和暖如春噪珊,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背齐莲。 一陣腳步聲響...
    開封第一講書人閱讀 31,956評論 1 264
  • 我被黑心中介騙來泰國打工痢站, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人选酗。 一個月前我還...
    沈念sama閱讀 46,286評論 2 360
  • 正文 我出身青樓阵难,卻偏偏與公主長得像,于是被迫代替她去往敵國和親芒填。 傳聞我的和親對象是個殘疾皇子呜叫,可洞房花燭夜當晚...
    茶點故事閱讀 43,465評論 2 348

推薦閱讀更多精彩內(nèi)容