1 line
85 KiB
JavaScript
Raw Normal View History

2024-09-05 09:27:56 +08:00
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["p"],{"0b7c":function(e,t,a){},"0f53":function(e,t,a){},"0f5d":function(e,t,a){},"129f":function(e,t,a){"use strict";e.exports=Object.is||function(e,t){return e===t?0!==e||1/e===1/t:e!==e&&t!==t}},"14f8":function(e,t,a){"use strict";a.r(t);a("4de4"),a("d81d"),a("b0c0"),a("d3b7");var r=function(){var e=this,t=e._self._c;return t("div",{staticClass:"sys area"},[t("el-form",{ref:"form",staticClass:"formAdapt",attrs:{model:e.form,rules:e.rules,"label-width":"90px"}},[t("el-tabs",{attrs:{"tab-position":"left",width:"200px"}},[t("el-tab-pane",{attrs:{label:"基础信息"}},[t("el-form-item",{attrs:{label:"系统名称",prop:"name"}},[t("el-input",{attrs:{placeholder:"请输入系统名称"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),t("el-form-item",{attrs:{label:"公司名称",prop:"company"}},[t("el-input",{attrs:{placeholder:"请输入公司名称"},model:{value:e.form.company,callback:function(t){e.$set(e.form,"company",t)},expression:"form.company"}})],1),t("el-form-item",{attrs:{label:"备案信息"}},[t("el-input",{attrs:{placeholder:"请输入备案信息"},model:{value:e.form.icp,callback:function(t){e.$set(e.form,"icp",t)},expression:"form.icp"}})],1),t("el-form-item",{attrs:{label:"公告信息"}},[t("el-input",{attrs:{type:"textarea",rows:3,placeholder:"公告信息"},model:{value:e.form.notice,callback:function(t){e.$set(e.form,"notice",t)},expression:"form.notice"}})],1)],1),t("el-tab-pane",{attrs:{label:"功能参数"}},[t("table",{staticClass:"funTable"},[t("colgroup",[t("col",{attrs:{width:"160"}}),t("col",{attrs:{width:"120"}}),t("col")]),t("tr",[t("th",[e._v("功能名称")]),t("th",[e._v("功能配置")]),t("th",[e._v("功能说明")])]),t("tr",[t("td",[e._v("自动审核")]),t("td",[t("el-switch",{model:{value:e.form.fun.examine,callback:function(t){e.$set(e.form.fun,"examine",t)},expression:"form.fun.examine"}})],1),t("td",[e._v("启用后单据模块将自动审核")])]),t("tr",[t("td",[e._v("启用税金")]),t("td",[t("el-switch",{on:{change:e.taxChange},model:{value:e.form.fun.tax,callback:function(t){e.$set(e.form.fun,"tax",t)},expression:"form.fun.tax"}})],1),t("td",[t("span",[e._v("增值税税率")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.fun.rate,expression:"form.fun.rate"}],staticClass:"funTabRate",attrs:{type:"text",disabled:!e.form.fun.tax},domProps:{value:e.form.fun.rate},on:{input:function(t){t.target.composing||e.$set(e.form.fun,"rate",t.target.value)}}}),t("span",[e._v("%")])])]),t("tr",[t("td",[e._v("允许负库存")]),t("td",[t("el-switch",{model:{value:e.form.fun.overflow,callback:function(t){e.$set(e.form.fun,"overflow",t)},expression:"form.fun.overflow"}})],1),t("td",[e._v("启用后商品库存将允许为负数")])]),t("tr",[t("td",[e._v("计价方法")]),t("td",[t("select",{directives:[{name:"model",rawName:"v-model",value:e.form.fun.valuation,expression:"form.fun.valuation"}],staticClass:"fluid",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.$set(e.form.fun,"valuation",t.target.multiple?a:a[0])}}},[t("option",{attrs:{value:"base"}},[e._v("基础计价")]),t("option",{attrs:{value:"ma"}},[e._v("移动平均")]),t("option",{attrs:{value:"fifo"}},[e._v("先进先出")])])]),t("td",[e._v("根据实际情况选择相应计价方法")])]),t("tr",[t("td",[e._v("核算类型")]),t("td",[t("select",{directives:[{name:"model",rawName:"v-model",value:e.form.fun.branch,expression:"form.fun.branch"}],staticClass:"fluid",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.$set(e.form.fun,"branch",t.target.multiple?a:a[0])}}},[t("option",{domProps:{value:0}},[e._v("总仓核算")]),t("option",{domProps:{value:1}},[e._v("分仓核算")])])]),t("td",[e._v("根据实际情况选择相应核算类型")])]),t(