Browse Source

修改基本价格

test
caoyizhong 2 years ago
parent
commit
64773a7569
  1. 404
      src/views/basicdata/brand/basicdataFreight.vue

404
src/views/basicdata/brand/basicdataFreight.vue

@ -38,7 +38,7 @@
<script>
import {getList, getDetail, add, update, remove} from "@/api/basicdata/basicdataFreight";
import option from "@/option/basicdata/basicdataFreight";
// import option from "@/option/basicdata/basicdataFreight";
import {mapGetters} from "vuex";
import {exportBlob} from "@/api/common";
import {getToken} from '@/utils/auth';
@ -60,9 +60,397 @@
total: 0
},
selectionList: [],
option: option,
option: {
height:'auto',
calcHeight: 30,
labelWidth:120,
tip: false,
searchShow: true,
searchMenuSpan: 7,
indexLabel: '序号',
indexWidth: '100',
align:'center',
border: true,
indexFixed: false,
index: true,
width: '100%',
viewBtn: true,
selection: true,
dialogClickModal: false,
column: [
{
label: "租户号",
prop: "tenantId",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "创建人",
prop: "createUser",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "创建时间",
prop: "createTime",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "更新人",
prop: "updateUser",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "更新时间",
prop: "updateTime",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "状态",
prop: "status",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "是否已删除",
prop: "isDeleted",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "创建部门",
prop: "createDept",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "主键",
prop: "id",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留1",
prop: "reserve1",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留2",
prop: "reserve2",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留3",
prop: "reserve3",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留4",
prop: "reserve4",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "预留5",
prop: "reserve5",
type: "input",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
hide: true,
},
{
label: "计算方式", //;1 2 3
prop: "formulaMode",
type: "select",
dicUrl: "/api/blade-system/dict-biz/dictionary?code=basic_freight_formulamode",
width:"100px",
span:12,
props: {
label: "dictValue",
value: "dictKey"
},
search: true,
},
{
label: "物品名称",
prop: "itemName",
type: "input",
width:"150px",
span:12,
},
{
label: "门店品牌",
prop: "storeBrandId",
type: "select",
width:"150px",
span:12,
allowCreate: true,
filterable: true,
dicUrl: "/api/logpm-basicdata/basicdataZonePrice/listName?name={{key}}",
props: {
label: 'brandName',
value: 'id'
},
change: (val) => {
// console.log(">>>>",val);
// let dic = val.dic;
if(!!val.value){
let d = [];
let a = [];
val.dic.forEach(i =>{
let dataZhi = {
label: i.brandName,
value: i.brand
}
let data = {
label: i.name,
value: i.goalGranary
}
d.push(dataZhi);
a.push(data);
})
// this.selectionChange();
// console.log(",.,.",this.option.column[26]);
this.fuzhi(d,a);
}
},
},
{
label: "运费",
prop: "freight",
type: "input",
},
{
label: "送货费用",
prop: "deliveryExpense",
type: "input",
width:"150px",
span:12,
},
{
label: "提货费用",
prop: "deliveryCharge",
type: "input",
width:"150px",
span:12,
},
{
label: "仓库管理费用",
prop: "warehouseOverhead",
type: "input",
width:"150px",
span:12,
},
{
label: "仓储费用",
prop: "storageCharge",
type: "input",
width:"150px",
span:12,
},
{
label: "装卸费用",
prop: "terminalCharges",
type: "input",
width:"150px",
span:12,
},
{
label: "其他费用",
prop: "otherCharges",
type: "input",
width:"150px",
span:12,
},
{
label: "末端仓",
prop: "singleColon",
type: "select",
width:"150px",
span:12,
search: true,
allowCreate: true,
filterable: true,
dicUrl: "/api/logpm-basicdata/warehouse/listName?code={{key}}",
props: {
label: 'name',
value: 'id',
}
},
{
label: "发货单位",
prop: "forwardingUnit",
type: "input",
width:"150px",
span:12,
search: true,
},
{
label: "门店",
prop: "shop",
type: "select",
search: true,
dicData: [],
},
{
label: "品牌",
prop: "brand",
type: "select",
search: true,
dicData: [],
},
{
label: "服务类型", //;1 2 3 4
prop: "typeService",
type: "select",
width:"150px",
span:12,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=basic_freight_type",
props: {
label: "dictValue",
value: "dictKey"
},
search: true,
},
{
label: "结算方", //;1 2
prop: "clearingForm",
type: "select",
dicUrl: "/api/blade-system/dict-biz/dictionary?code=basic_freight_clearingform",
props: {
label: "dictValue",
value: "dictKey"
},
search: true,
},
{
label: "一级品类",
prop: "firstClassCategory",
type: "input",
width:"150px",
span:12,
},
{
label: "一口价",
prop: "fixedPrice",
type: "input",
width:"150px",
span:12,
},
{
label: "干线费用",
prop: "trunkCharge",
type: "input",
width:"150px",
span:12,
},
{
label: "生效时间",
prop: "effectiveTime",
type: "datetime",
width:"150px",
span:12,
format:'YYYY-MM-DD HH:mm:ss',
valueFormat:'YYYY-MM-DD HH:mm:ss'
},
{
label: "截至时间",
prop: "expirationTime",
type: "datetime",
width:"150px",
span:12,
format:'YYYY-MM-DD HH:mm:ss',
valueFormat:'YYYY-MM-DD HH:mm:ss'
},
// {
// label: "",
// prop: "type",
// type: "input",
// },
// {
// label: "",
// prop: "identification",
// type: "input",
//
// },
{
label: "时间段", //;1 0-30 2 0-60 3 60
prop: "warehousingTimeCharge",
type: "select",
width:"150px",
span:12,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=basic_freight_timecharge",
props: {
label: "dictValue",
value: "dictKey"
},
search: true,
},
{
label: "时间段费用",
prop: "warehousingTimeStatus",
type: "input",
width:"150px",
span:12,
},
]
},
data: []
};
},
created() {
},
computed: {
...mapGetters(["permission"]),
@ -83,6 +471,16 @@
}
},
methods: {
fuzhi(led,ed){
console.log(">>>>",led);
this.option.column[26].dicData = led;
this.option.column[26].value = led[0].value;
this.option.column[27].dicData = ed;
this.option.column[27].value = ed[0].value;
this.form.shop= led[0].value;
this.form.brand= ed[0].value;
},
rowSave(row, done, loading) {
add(row).then(() => {
this.onLoad(this.page);
@ -195,12 +593,14 @@
this.onLoad(this.page);
},
searchChange(params, done) {
console.log(">>>>>>>>",params,done);
this.query = params;
this.page.currentPage = 1;
this.onLoad(this.page, params);
done();
},
selectionChange(list) {
console.log('执行了》》》》》》',list);
this.selectionList = list;
},
selectionClear() {

Loading…
Cancel
Save