Commit 90e66c89 by Kyle_Li

fix: 最大值修改

parent d3487997
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-21114610"],{"3b01":function(e,t,a){"use strict";a("5c59")},"5c59":function(e,t,a){},"5d04":function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"month-target"}},e._l(e.tableData,(function(t){return a("div",{key:t.num,staticClass:"target-box"},[a("header",[e._v(e._s(t.head))]),a("div",{class:{content:!0,red:e.isTrue(t)}},[e.isBatch&&(e.isPreMonth(t)||e.isLastThree(t.num))?a("span",[e._v("无需设置")]):a("el-input-number",{attrs:{controls:!1,placeholder:"请输入",precision:e.isPrecision?2:0,min:0,max:99999999,disabled:t.disabled},on:{change:function(t){return e.$emit("change",e.tableData)}},model:{value:t.val,callback:function(a){e.$set(t,"val",a)},expression:"item.val"}})],1)])})),0)},n=[],s=(a("28a5"),a("ac6a"),a("c5f6"),[{head:"一月",num:"01",val:void 0,disabled:!1},{head:"二月",num:"02",val:void 0,disabled:!1},{head:"三月",num:"03",val:void 0,disabled:!1},{head:"四月",num:"04",val:void 0,disabled:!1},{head:"五月",num:"05",val:void 0,disabled:!1},{head:"六月",num:"06",val:void 0,disabled:!1},{head:"七月",num:"07",val:void 0,disabled:!1},{head:"八月",num:"08",val:void 0,disabled:!1},{head:"九月",num:"09",val:void 0,disabled:!1},{head:"十月",num:"10",val:void 0,disabled:!1},{head:"十一月",num:"11",val:void 0,disabled:!1},{head:"十二月",num:"12",val:void 0,disabled:!1}]),r={name:"MonthTarget",props:{data:{type:Object,default:function(){return[]}},year:{type:[String,Number],default:""},isBatch:{type:Boolean,default:!1},isPrecision:{type:Boolean,default:!1}},data:function(){return{tableData:JSON.parse(JSON.stringify(s)),thisYear:(new Date).getFullYear(),month:(new Date).getMonth()}},mounted:function(){this.$emit("change",this.tableData)},methods:{validate:function(){var e=this;return this.tableData.some((function(t){return e.isTrue(t)}))},isTrue:function(e){return!this.isAllNot&&!this.isLastThree(e.num)&&(!(!(this.isAllRed||this.month<e.num)||void 0!==e.val)||void 0)},isPreMonth:function(e){return!!this.isAllNot||!this.isAllRed&&!(this.month<e.num)},clear:function(){this.tableData=JSON.parse(JSON.stringify(s)),this.$emit("change",this.tableData)},isLastThree:function(e){if(this.year!=this.thisYear)return!1;if(this.month+1!=e)return!1;var t=new Date(this.year,e,0).getDate();return t-3<(new Date).getDate()}},computed:{isAllRed:function(){return this.year>this.thisYear},isAllNot:function(){return this.year<this.thisYear}},watch:{data:function(e){var t=this;Array.isArray(e)&&e.forEach((function(e){var a=e.performanceYm,i=e.performanceValue,n=a.split("-")[1],s=t.tableData[n-1];s.val=i||0==i?i:void 0,(i||0==i)&&t.isPreMonth(s)&&(s.disabled=!0),t.isLastThree(n)&&(s.disabled=!0)}))}}},d=r,l=(a("3b01"),a("2877")),o=Object(l["a"])(d,i,n,!1,null,null,null);t["default"]=o.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-21114610"],{"3b01":function(e,t,a){"use strict";a("5c59")},"5c59":function(e,t,a){},"5d04":function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"month-target"}},e._l(e.tableData,(function(t){return a("div",{key:t.num,staticClass:"target-box"},[a("header",[e._v(e._s(t.head))]),a("div",{class:{content:!0,red:e.isTrue(t)}},[e.isBatch&&(e.isPreMonth(t)||e.isLastThree(t.num))?a("span",[e._v("无需设置")]):a("el-input-number",{attrs:{controls:!1,placeholder:"请输入",precision:e.isPrecision?2:0,min:0,max:99999999.99,disabled:t.disabled},on:{change:function(t){return e.$emit("change",e.tableData)}},model:{value:t.val,callback:function(a){e.$set(t,"val",a)},expression:"item.val"}})],1)])})),0)},n=[],s=(a("28a5"),a("ac6a"),a("c5f6"),[{head:"一月",num:"01",val:void 0,disabled:!1},{head:"二月",num:"02",val:void 0,disabled:!1},{head:"三月",num:"03",val:void 0,disabled:!1},{head:"四月",num:"04",val:void 0,disabled:!1},{head:"五月",num:"05",val:void 0,disabled:!1},{head:"六月",num:"06",val:void 0,disabled:!1},{head:"七月",num:"07",val:void 0,disabled:!1},{head:"八月",num:"08",val:void 0,disabled:!1},{head:"九月",num:"09",val:void 0,disabled:!1},{head:"十月",num:"10",val:void 0,disabled:!1},{head:"十一月",num:"11",val:void 0,disabled:!1},{head:"十二月",num:"12",val:void 0,disabled:!1}]),r={name:"MonthTarget",props:{data:{type:Object,default:function(){return[]}},year:{type:[String,Number],default:""},isBatch:{type:Boolean,default:!1},isPrecision:{type:Boolean,default:!1}},data:function(){return{tableData:JSON.parse(JSON.stringify(s)),thisYear:(new Date).getFullYear(),month:(new Date).getMonth()}},mounted:function(){this.$emit("change",this.tableData)},methods:{validate:function(){var e=this;return this.tableData.some((function(t){return e.isTrue(t)}))},isTrue:function(e){return!this.isAllNot&&!this.isLastThree(e.num)&&(!(!(this.isAllRed||this.month<e.num)||void 0!==e.val)||void 0)},isPreMonth:function(e){return!!this.isAllNot||!this.isAllRed&&!(this.month<e.num)},clear:function(){this.tableData=JSON.parse(JSON.stringify(s)),this.$emit("change",this.tableData)},isLastThree:function(e){if(this.year!=this.thisYear)return!1;if(this.month+1!=e)return!1;var t=new Date(this.year,e,0).getDate();return t-3<(new Date).getDate()}},computed:{isAllRed:function(){return this.year>this.thisYear},isAllNot:function(){return this.year<this.thisYear}},watch:{data:function(e){var t=this;Array.isArray(e)&&e.forEach((function(e){var a=e.performanceYm,i=e.performanceValue,n=a.split("-")[1],s=t.tableData[n-1];s.val=i||0==i?i:void 0,(i||0==i)&&t.isPreMonth(s)&&(s.disabled=!0),t.isLastThree(n)&&(s.disabled=!0)}))}}},d=r,l=(a("3b01"),a("2877")),o=Object(l["a"])(d,i,n,!1,null,null,null);t["default"]=o.exports}}]);
\ No newline at end of file
......@@ -11,7 +11,7 @@
placeholder="请输入"
:precision="isPrecision ? 2 : 0"
:min="0"
:max="99999999"
:max="99999999.99"
@change="$emit('change', tableData)"
:disabled="item.disabled">
</el-input-number>
......
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