Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

dev-warehouse
pref_mail@163.com 2 years ago
parent
commit
559a29f5df
  1. 2
      src/api/distribution/distributionSignfor.js
  2. 1
      src/option/basicdata/basicdataCarrier.js
  3. 1
      src/option/basicdata/basicdataStoreBrand.js
  4. 5
      src/option/warehouse/warehouseWarehousingDetail.js
  5. 1
      src/views/basicdata/driverArtery/basicdataDriverArtery.vue
  6. 10
      src/views/distribution/deliverylist/distributionDeliveryList.vue
  7. 205
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  8. 2
      src/views/distribution/inventory/distributionStockListDiscuss.vue
  9. 2
      src/views/distribution/inventory/distributionStockListMarket.vue
  10. 2
      src/views/distribution/inventory/distributionStockListSelf.vue
  11. 2
      src/views/distribution/signdetail/distributionSigndetail.vue
  12. 27
      src/views/distribution/signfor/distributionSignfor.vue
  13. 500
      src/views/distribution/signfor/distributionSignforedt.vue
  14. 191
      src/views/distribution/signfor/distributionSignfortreat.vue
  15. 2
      src/views/distribution/stockup/distributionStockup.vue
  16. 104
      src/views/distribution/stockup/distributionStockupDiscuss.vue
  17. 94
      src/views/distribution/stockup/distributionStockupMarket.vue
  18. 94
      src/views/distribution/stockup/distributionStockupSelf.vue
  19. 118
      src/views/warehouse/warehousingentry/warehouseWarehouseingAddReceipt.vue
  20. 61
      src/views/warehouse/warehousingentry/warehouseWarehousingEntry.vue

2
src/api/distribution/distributionSignfor.js

@ -74,7 +74,7 @@ export const add = (row) => {
export const update = (row) => {
return request({
url: '/api/logpm-distribution/signfor/submit',
url: '/api/logpm-distribution/signfor/update',
method: 'post',
data: row
})

1
src/option/basicdata/basicdataCarrier.js

@ -387,7 +387,6 @@ export default {
res: 'data',
url: 'link',
},
},
{
label: "合同附件",

1
src/option/basicdata/basicdataStoreBrand.js

@ -9,6 +9,7 @@ export default {
indexLabel:'序号',
indexWidth: '80',
index: true,
addBtn: true,
viewBtn: true,
selection: true,
dialogClickModal: false,

5
src/option/warehouse/warehouseWarehousingDetail.js

@ -113,6 +113,11 @@ export default {
prop: "packagingSpecifications",
search: true,
},
{
label: "品牌",
prop: "brandName",
search: true,
},
{
label: "入库数量",
prop: "createInventory",

1
src/views/basicdata/driverArtery/basicdataDriverArtery.vue

@ -613,6 +613,7 @@
});
},
rowUpdate(row, index, done, loading) {
console.log("swx>>>>>>>>>>>>>>");
update(row).then(() => {
this.onLoad(this.page);
this.$message({

10
src/views/distribution/deliverylist/distributionDeliveryList.vue

@ -315,6 +315,16 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'fee',
label: '增值服务',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderNumber',
label: '订单总数',

205
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -79,7 +79,8 @@
<!-- 操作栏模块 -->
<el-table-column prop="menu" label="操作" :width="220" align="center">
<template #="{row}">
<el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>
<el-button type="primary" text icon="el-icon-view" @click="handleView(row)"> </el-button>
<el-button type="primary" text icon="el-icon-view" @click="handleSign(row)" v-if="row.signingStatus=='未签收' "> </el-button>
</template>
</el-table-column>
</el-table>
@ -183,12 +184,32 @@
<!-- </template>-->
</el-dialog>
<el-dialog :title="'签收'"
v-model="signBox"
width="45%"
append-to-body>
<avue-form :option="signoption"
v-model="signform"
:data="signdata"
ref="signform"
>
</avue-form>
<div style="bottom: 7%;margin-left: 500px;width: 50%">
<div style="width: 100%">
<el-button type="primary" @click="submitForm" style="margin-right: 20%" >确定</el-button>
<el-button type="primary" @click="cancellation" >取消</el-button>
</div>
</div>
</el-dialog>
</div>
</basic-container>
</template>
<script>
import { getList, getDetail, add, update, remove,getPage,getstatistics,getWrapdetail,getpackdetail } from "@/api/distribution/distributionDeliveryList";
import { update as updatesign } from "@/api/distribution/distributionSignfor";
import option from '@/option/basic/basicPdarecords';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
@ -201,6 +222,8 @@ export default {
title: '',
//
box: false,
//
signBox: false,
dataForm: {},
//
search: true,
@ -219,6 +242,8 @@ export default {
padview:false,
//
view: false,
//
signView:false,
//
query: {},
inputTypeData:[],
@ -230,6 +255,8 @@ export default {
},
//
form: {},
//
signform: {},
//
selectionList: [],
isLiabilityData: [],
@ -306,6 +333,131 @@ export default {
]
},
//
signoption: {
height:'auto',
width:'40px',
calcHeight: 30,
tip: false,
searchShow: true,
searchMenuSpan: 6,
border: true,
index: true,
viewBtn: true,
dialogClickModal: false,
emptyBtn: false, //
submitBtn: false, //
column: [
{
label: "收货人姓名",
labelWidth:'150',
span:11,
prop: "consignee",
type: "input",
width:"150px",
align:'center',
disabled:true,
// rules: [{
// required: true,
// message: "",
// trigger: "blur"
// }],
},
{
label: "收货人电话",
prop: "deliveryPhone",
labelWidth:'150',
span:11,
type: "input",
width:"150px",
align:'center',
disabled:true,
},
{
label: "收货地址",
prop: "deliveryAddress",
labelWidth:'150',
span:11,
type: "input",
width:"150px",
align:'center',
disabled:true,
},
{
label: "签收类型",
prop: "signingType",
labelWidth:'150',
span:11,
type: "radio",
width:"150px",
align:'center',
disabled:true,
dicData: [
{
label: '签收',
value: '1',
},
{
label: '代签收',
value: '2',
}
],
},
{
label: "司机签收图片",
prop: "deliverySignPictures",
labelWidth:'150',
type: 'upload',
listType: 'picture-card',
width:"150px",
span:15,
multiple:true,
align:'left',
action: '/blade-resource/oss/endpoint/put-file',
limit: 5,
propsHttp: {
res: 'data',
url: 'link',
},
disabled:true,
},
{
label: "复核图片",
prop: "clerkSignPictures",
type: 'upload',
listType: 'picture-card',
dataType: 'string',
labelWidth:'150',
span:15,
multiple:true,
width:"200px",
align:'left',
action: '/blade-resource/oss/endpoint/put-file',
limit: 15,
propsHttp: {
res: 'data',
url: 'link',
},
rules: [{
required: true,
message: "请上传图片",
trigger: "blur"
}],
},
{
label: "备注",
prop: "clerkSignRemarks",
labelWidth:'150',
span:15,
type: "input",
width:"150px",
align:'center',
},
]
},
//
wrapoption: {
@ -373,6 +525,8 @@ export default {
},
//
data: [],
//
signdata: [],
//id
wid:null,
//
@ -417,9 +571,17 @@ export default {
}
},
methods: {
beforeOpen(done, type) {
if (["edit", "view"].includes(type)) {
getDetail(this.form.id).then(res => {
this.form = res.data.data;
});
}
done();
},
//
rowUpdate() {
rowUpdate(row, index, done, loading) {
console.log("row>>>>>>>>",row);
},
queryDictionary() {
getDictionaryBiz('yes_no').then(res => {
@ -433,6 +595,10 @@ export default {
//
handleViewpda() {
},
//
cancellation(){
this.signBox = false;
},
init() {
this.height = this.setPx(document.body.clientHeight - 340);
@ -486,6 +652,30 @@ export default {
}
});
},
submitForm(){
this.$refs.signform.validate(valid => {
if (valid) {
let row = {}
row.id = this.signform.deliveryId
row.clerkSignPictures = this.signform.clerkSignPictures
row.clerkSignRemarks = this.signform.clerkSignRemarks
row.signingStatus = '2'
console.log("更新参数>>>>>>>>",row);
// if (!!row.id){
updatesign(row).then(() => {
this.$message({
type: "success",
message: "操作成功!"
});
this.signBox = false;
}, error => {
console.log(error);
this.signBox = false;
});
}
});
},
//
handleCustom(){
this.cus =true
@ -528,6 +718,15 @@ export default {
this.box = true;
this.wid= row.id
this.getWrapdetails(this.wpage)
},
handleSign(row) {
console.log("签收>>>>>>>>>>",row);
// this.title = '';
// this.view = true;
this.signform = row
this.signBox = true;
// this.wid= row.id
// this.getWrapdetails(this.wpage)
},
getWrapdetails(page){
let params={}

2
src/views/distribution/inventory/distributionStockListDiscuss.vue

@ -780,7 +780,7 @@ export default {
},
onLoad (page, params = {}) {
this.loading = true;
this.query.typeService = '1';
this.query.serviceType = '1';
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
this.page.total = data.total;

2
src/views/distribution/inventory/distributionStockListMarket.vue

@ -784,7 +784,7 @@ export default {
},
onLoad (page, params = {}) {
this.loading = true;
this.query.typeService = '2';
this.query.serviceType = '2';
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
this.page.total = data.total;

2
src/views/distribution/inventory/distributionStockListSelf.vue

@ -784,7 +784,7 @@ export default {
},
onLoad (page, params = {}) {
this.loading = true;
this.query.typeService = '3';
this.query.serviceType = '3';
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
this.page.total = data.total;

2
src/views/distribution/signdetail/distributionSigndetail.vue

@ -188,7 +188,7 @@ export default {
head: false,
},
{
prop: 'shoppingName',
prop: 'mallName',
label: '商城名称',
type: 2,
values: '',

27
src/views/distribution/signfor/distributionSignfor.vue

@ -65,36 +65,11 @@
>
<template #default="slotProps">
<el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>
<el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>
<!-- <el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>-->
<!-- <el-button size="small" type="danger" @click="delectsolt(slotProps.scope)"-->
<!-- >Delete</el-button>-->
</template>
</tablecmt>
<!-- <el-table ref="table" v-loading="loading"
@selection-change="selectionChange"
:data="data"
:height="height"
style="width: 100%"
:border="option.border">
<el-table-column type="selection" v-if="option.selection" width="55" align="center"></el-table-column>
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column>
<el-table-column v-if="option.index" label="#" type="index" width="50" align="center">
</el-table-column>
<template v-for="(item,index) in option.column">
<el-table-column v-if="item.hide!==true"
:prop="item.prop"
:label="item.label"
:width="item.width"
:key="index">
</el-table-column>
</template>
<el-table-column prop="menu" label="操作" :width="220" align="center">
<template #="{row}">
<el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>
<el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">签收</el-button>
</template>
</el-table-column>
</el-table> -->
</el-row>
<el-row>
<div class="avue-crud__pagination" style="width: 100%">

500
src/views/distribution/signfor/distributionSignforedt.vue

@ -3,93 +3,138 @@
<div class="avue-crud">
<el-row :gutter="24" class="rows">
<el-col :xl="7" :lg="7" :md="8" :sm="24" >
<span style="padding-left: 10%" >当前签收单状态{{basicdata.signingStatus}}</span>
<span style="padding-left: 10%" >当前签收单状态>>>>>>>>> {{signfordata.signingStatusAll}}</span>
</el-col>
</el-row>
<el-divider>基本信息</el-divider>
<el-row :gutter="24" class="rows">
<el-col :xl="7" :lg="7" :md="8" :sm="24" >
<span>配送类型{{deliverydata.kind}} </span>
<el-col :xl="5" :lg="7" :md="8" :sm="24" >
<span>预约单号{{signfordata.reservationCode}} </span>
</el-col>
<el-col :xl="5" :lg="7" :md="8" :sm="24">
<span>商场名称{{signfordata.mallName}} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<span>配送车辆{{deliverydata.vehicleName}} </span>
<el-col :xl="5" :lg="7" :md="8" :sm="24">
<span>预约时间{{signfordata.reservationDate}} </span>
</el-col>
<el-col :xl="3" :lg="7" :md="8" :sm="24">
<span>服务类型{{signfordata.deliveryType}}</span>
</el-col>
</el-row>
<el-divider>订单列表</el-divider>
<!-- <el-row>-->
<!-- &lt;!&ndash; 列表模块 &ndash;&gt;-->
<!-- <el-table ref="table" v-loading="loading"-->
<!-- @selection-change="selectionChange"-->
<!-- :data="data"-->
<!-- :height="height"-->
<!-- style="width: 100%"-->
<!-- :border="option.border">-->
<!-- <el-table-column type="expand" v-if="option.expand" align="center"></el-table-column>-->
<!-- <template v-for="(item,index) in option.column">-->
<!-- &lt;!&ndash; table字段 &ndash;&gt;-->
<!-- <el-table-column v-if="item.hide!==true"-->
<!-- :prop="item.prop"-->
<!-- :label="item.label"-->
<!-- align="center"-->
<!-- :width="item.width"-->
<!-- :key="index">-->
<!-- </el-table-column>-->
<!-- </template>-->
<!-- &lt;!&ndash; 操作栏模块 &ndash;&gt;-->
<!-- <el-table-column prop="menu" label="操作" :width="220" align="center">-->
<!-- <template #="{row}">-->
<!-- <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
<!-- </el-table>-->
<!-- </el-row>-->
<el-row>
<div class="avue-crud__pagination" style="width:100%">
<!-- 分页模块 -->
<!-- <el-pagination align="right"-->
<!-- background-->
<!-- @size-change="sizeChange"-->
<!-- @current-change="currentChange"-->
<!-- :current-page="page.currentPage"-->
<!-- :page-sizes="[10, 20, 30, 40, 50, 100]"-->
<!-- :page-size="page.pageSize"-->
<!-- layout="total, sizes, prev, pager, next, jumper"-->
<!-- :total="page.total">-->
<!-- </el-pagination>-->
</div>
<el-divider>收货人信息</el-divider>
<el-row :gutter="24" class="rows">
<el-col :xl="7" :lg="7" :md="10" :sm="24" >
<span>收货人{{signfordata.consignee}} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="10" :sm="24">
<span>手机号码{{signfordata.deliveryPhone}} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="10" :sm="24">
<span>收货地址{{signfordata.deliveryAddress}} </span>
</el-col>
</el-row>
<!-- 表单模块 -->
<!-- <el-dialog :title="title"-->
<!-- v-model="box"-->
<!-- width="50%"-->
<!-- :before-close="beforeClose"-->
<!-- append-to-body>-->
<!-- <el-table ref="table" v-loading="loading"-->
<!-- @selection-change="selectionChange"-->
<!-- :data="wrapdata"-->
<!-- :height="height"-->
<!-- style="width: 100%"-->
<!-- :border="option.border">-->
<!-- <el-table-column type="expand" v-if="option.expand" align="center"></el-table-column>-->
<!-- <template v-for="(item,index) in wrapoption.column">-->
<!-- &lt;!&ndash; table字段 &ndash;&gt;-->
<!-- <el-table-column v-if="item.hide!==true"-->
<!-- :prop="item.prop"-->
<!-- :label="item.label"-->
<!-- align="center"-->
<!-- :width="item.width"-->
<!-- :key="index">-->
<!-- </el-table-column>-->
<!-- </template>-->
<!-- </el-table>-->
<!-- &lt;!&ndash; 表单按钮 &ndash;&gt;-->
<!-- <template #footer>-->
<!-- <span v-if="!view" class="dialog-footer">-->
<!-- <el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit"> </el-button>-->
<!-- <el-button icon="el-icon-circle-close" @click="box = false"> </el-button>-->
<!-- </span>-->
<!-- </template>-->
<!-- </el-dialog>-->
<!-- <el-divider>服务内容</el-divider>-->
<!-- <div class="topbox">-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>上楼</div>-->
<!-- <div>2178501088045989849</div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div>货物件数</div>-->
<!-- <div>预估费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>超区</div>-->
<!-- <div>超区公里10KM</div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div>预估费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>拆样</div>-->
<!-- <div>货物件数10</div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div>预估费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>返货</div>-->
<!-- <div>货物件数10</div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div>预估费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>搬运</div>-->
<!-- <div>人员张三李四</div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div></div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>返货</div>-->
<!-- <div>货物件数10</div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div>预估费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>到付运费</div>-->
<!-- <div></div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div>费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="titlxbx">-->
<!-- <div>-->
<!-- <div>代收货款</div>-->
<!-- <div></div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div></div>-->
<!-- <div>费用500.00</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<el-divider>订单信息</el-divider>
<tablecmt
:columnList="columnList"
:tableData="data"
:loading="loading"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionsc"
>
<template #default="slotProps">
<el-button size="small" @click="editsolt(slotProps.scope.row)"> </el-button>
<el-button size="small" @click="costadd(slotProps.scope.row)"> </el-button>
</template>
</tablecmt>
</div>
</basic-container>
</template>
@ -113,7 +158,7 @@ export default {
search: true,
//
isadd: false,
deliverydata:{},
signfordata:{},
//
loading: true,
//
@ -125,6 +170,69 @@ export default {
//
query: {},
inputTypeData:[],
columnList: [
// {
// prop: '',
// label: '',
// type: 0,
// values: '',
// width: 55,
// checkarr: [],
// fixed: true,
// },
{
prop: 'orderSelfNumbering',
label: '订单自编号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'waybillNumber',
label: '运单号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'signinQuantity',
label: '数量',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'mallName',
label: '商城',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed:'right',
sortable: false,
}
// ...
],
//
page: {
currentPage: 1,
@ -138,21 +246,7 @@ export default {
isLiabilityData: [],
//
stateData: [],
//
basicoption: {
menu:false,
index: false,
border: false,
selection: false,
column: [
{
label: "客户配送单号",
prop: "noteNumber",
search: true,
width:"100px"
},
]
},
//
wrapoption: {
expand: false,
@ -160,36 +254,7 @@ export default {
border: true,
selection: true,
column: [
{
label: "包条码",
prop: "packetBarCode",
search: true,
width:"100px"
},
{
label: "一级品类",
prop: "firsts",
search: true,
width:"100px"
},
{
label: "二级品类",
prop: "second",
search: true,
width:"100px"
},
{
label: "三级品类",
prop: "thirdProduct",
search: true,
width:"100px"
},
{
label: "物料名称",
prop: "material",
search: true,
width:"100px"
},
]
@ -269,6 +334,47 @@ export default {
this.page.currentPage = 1;
this.onLoad(this.page);
},
costadd(scope) {
const { row } = scope;
},
selectionsc(value) {
console.log("进来了>>>>>>>>>>>>>",value);
},
delectsolt(scope) {
const { row } = scope;
console.log(row);
},
handleClose(done) {
this.$confirm('确认关闭?')
.then(_ => {
done();
})
.catch(_ => {
});
},
editsolt(scope) {
},
btnsc(index, row) {
console.log(index, row);
},
selectsc(index, row) {
this.query[row.prop] =index
if (!index){
delete this.query[row.prop]
}
this.onLoad(this.page);
},
timesc(index, row) {
console.log(index, row);
},
inputsc(index, row) {
this.query[row.prop] =index
if (!index){
delete this.query[row.prop]
}
this.onLoad(this.page);
},
handleSubmit() {
this.$refs.form.validate(valid => {
if (valid) {
@ -387,17 +493,155 @@ export default {
this.page.pageSize = pageSize;
this.onLoad(this.page);
},
onLoad() {
onLoad(page) {
//
this.loading = true;
let id = this.$route.query.id;
getDetail(id).then(res => {
const data = res.data.data
this.basicdata = data
this.data = res.data.data.reservationList
this.signfordata = data
//this.data = res.data.data.reservationList
});
this.loading = false;
}
}
};
</script>
<style lang="scss">
.btsbx{
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
>button{
width: 120px;
height: 40px;
}
}
.maxitembxlist{
display: flex;
flex-direction: column;
// padding: 10px;
box-sizing: border-box;
margin-top: 20px;
>.items{
display: flex;
flex-direction: column;
width: 100%;
background-color: #fcfcfc;
padding: 10px;
box-sizing: border-box;
border: 1px solid #e2e0e0;
border-radius: 2px;
margin-bottom: 20px;
&:nth-last-child(1){
margin-bottom: 0;
}
>.contbx{
display: flex;
flex-direction: column;
width: 100%;
margin-top: 10px;
>.tabitem{
display: flex;
align-items: center;
>div{
flex: 1;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f3f3f3;
border: 1px solid #e2e0e0;
margin-bottom: -2px;
margin-right: -2px;
}
}
>.contentitem{
display: flex;
align-items: center;
>div{
flex: 1;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
border: 1px solid #e2e0e0;
margin-bottom: -2px;
margin-right: -2px;
}
}
}
>.titltophead{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.icons{
font-size: 27px;
&:nth-of-type(1){
margin-right: 8px;
}
}
}
>.editinput{
display: flex;
flex-direction: column;
padding: 20px 0;
>.inputitem{
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 10px;
&:nth-last-child(1){
margin-bottom: 0;
}
.inpts{
display: flex;
align-items: flex-start;
flex: 1;
padding-right: 10px;
>span{
width: 90px;
}
>div:nth-of-type(1){
flex: 1;
}
}
}
}
}
}
.topbox{
display: flex;
flex-direction: column;
>.titlxbx{
font-size: 16px;
display: flex;
align-items: center;
>div{
flex: 1;
display: flex;
align-items: center;
>div{
flex: 1;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #e2e0e0;
margin-bottom: -1px;
margin-right: -1px;
word-break: break-all;
&:nth-of-type(1){
background-color: #f3f3f3;
}
}
}
}
}
</style>

191
src/views/distribution/signfor/distributionSignfortreat.vue

@ -73,7 +73,7 @@
>
<template #default="slotProps">
<el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>
<el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>
<el-button size="small" @click="handleSign(slotProps.scope.row)" > </el-button>
<!-- <el-button size="small" type="danger" @click="delectsolt(slotProps.scope)"-->
<!-- >Delete</el-button>-->
</template>
@ -173,6 +173,24 @@
</span>
</template>
</el-dialog>
<el-dialog :title="'签收'"
v-model="signBox"
width="45%"
append-to-body>
<avue-form :option="signoption"
v-model="signform"
:data="signdata"
ref="signform"
>
</avue-form>
<div style="bottom: 7%;margin-left: 250px;width: 50%">
<div style="width: 100%">
<el-button type="primary" @click="submitForm" style="margin-right: 40%" >确定</el-button>
<el-button type="primary" @click="cancellation" >取消</el-button>
</div>
</div>
</el-dialog>
</div>
</basic-container>
<edittablehead
@ -185,6 +203,7 @@
<script>
import { getList, getDetail, add, update, remove ,getPage,getstatistics} from '@/api/distribution/distributionSignfor';
import { update as updatesign } from "@/api/distribution/distributionSignfor";
import option from '@/option/distribution/distributionSignfor';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
@ -214,7 +233,7 @@ export default {
// head: false,
// },
{
prop: 'shoppingName',
prop: 'mallName',
label: '商城名称',
type: 2,
values: '',
@ -422,8 +441,138 @@ export default {
loading: true,
//
view: false,
//
signBox: false,
//
signform: {},
//
signdata: [],
//
query: {},
//
signoption: {
height:'auto',
width:'40px',
calcHeight: 30,
tip: false,
searchShow: true,
searchMenuSpan: 6,
border: true,
index: true,
viewBtn: true,
dialogClickModal: false,
emptyBtn: false, //
submitBtn: false, //
column: [
{
label: "收货人姓名",
labelWidth:'150',
span:11,
prop: "consignee",
type: "input",
width:"150px",
align:'center',
disabled:true,
// rules: [{
// required: true,
// message: "",
// trigger: "blur"
// }],
},
{
label: "收货人电话",
prop: "deliveryPhone",
labelWidth:'150',
span:11,
type: "input",
width:"150px",
align:'center',
disabled:true,
},
{
label: "收货地址",
prop: "deliveryAddress",
labelWidth:'150',
span:11,
type: "input",
width:"150px",
align:'center',
disabled:true,
},
{
label: "签收类型",
prop: "signingType",
labelWidth:'150',
span:11,
type: "radio",
width:"150px",
align:'center',
disabled:true,
dicData: [
{
label: '签收',
value: '1',
},
{
label: '代签收',
value: '2',
}
],
},
{
label: "司机签收图片",
prop: "deliverySignPictures",
labelWidth:'150',
type: 'upload',
listType: 'picture-card',
width:"150px",
span:15,
multiple:true,
align:'left',
action: '/blade-resource/oss/endpoint/put-file',
limit: 5,
propsHttp: {
res: 'data',
url: 'link',
},
disabled:true,
},
{
label: "复核图片",
prop: "clerkSignPictures",
type: 'upload',
listType: 'picture-card',
dataType: 'string',
labelWidth:'150',
span:15,
multiple:true,
width:"200px",
align:'left',
action: '/blade-resource/oss/endpoint/put-file',
limit: 15,
propsHttp: {
res: 'data',
url: 'link',
},
rules: [{
required: true,
message: "请上传图片",
trigger: "blur"
}],
},
{
label: "备注",
prop: "clerkSignRemarks",
labelWidth:'150',
span:15,
type: "input",
width:"150px",
align:'center',
},
]
},
//
statistics:{},
//
@ -558,6 +707,35 @@ export default {
}
},
//
cancellation(){
this.signBox = false;
},
//
submitForm(){
// this.isDis = true;
this.$refs.signform.validate(valid => {
if (valid) {
let row = {}
row.id = this.signform.id
row.clerkSignPictures = this.signform.clerkSignPictures
row.clerkSignRemarks = this.signform.clerkSignRemarks
row.signingStatus = '2'
// if (!!row.id){
updatesign(row).then(() => {
this.$message({
type: "success",
message: "操作成功!"
});
this.signBox = false;
this.onLoad(this.page);
}, error => {
console.log(error);
this.signBox = false;
});
}
});
},
selectionsc(value) {
console.log(value);
},
@ -565,6 +743,15 @@ export default {
const { row } = scope;
console.log(row);
},
handleSign(row) {
console.log("签收>>>>>>>>>>",row);
// this.title = '';
// this.view = true;
this.signform = row
this.signBox = true;
// this.wid= row.id
// this.getWrapdetails(this.wpage)
},
editsolt(scope) {
const { row } = scope;
console.log("row>>>>>>>>>>>>>>>>>>>",row);

2
src/views/distribution/stockup/distributionStockup.vue

@ -833,7 +833,7 @@ export default {
i.forkliftId =a.data.data.name;
}*/
let s =this.distributionType.find(d => d.dictKey == i.typeService);
console.log("sssss",s);
// console.log("sssss",s);
i.typeServiceName = s.dictValue;
i.loader = i.groupName;
i.stockupArea = i.headline;

104
src/views/distribution/stockup/distributionStockupDiscuss.vue

@ -261,6 +261,7 @@ import { getListOwn, getUser } from '@/api/system/user';
import option from '@/option/distribution/distributionStockup';
import { mapGetters } from 'vuex';
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup';
import { getDictionaryBiz } from '@/api/system/dict';
export default {
data() {
@ -278,7 +279,7 @@ export default {
{
prop: 'stockupDate',
label: '备货时间',
type: 2,
type: 4,
values: '',
width: '150',
checkarr: [],
@ -297,12 +298,29 @@ export default {
sortable: true,
},
{
prop: 'stockupStatus',
prop: 'stockupStatusName',
label: '备货状态',
type: 2,
type: 3,
values: '',
width: '180',
checkarr: [],
checkarr: [
{
label: '未备货',
value: '1',
},
{
label: '待备货',
value: '2',
},
{
label: '备货中',
value: '3',
},
{
label: '已备货',
value: '4',
},
],
fixed: false,
sortable: true,
},
@ -317,12 +335,21 @@ export default {
sortable: true,
},
{
prop: 'assignStatus',
prop: 'assignStatusName',
label: '指派状态',
type: 2,
type: 3,
values: '',
width: '150',
checkarr: [],
checkarr: [
{
label: '未指派',
value: '1',
},
{
label: '已指派',
value: '2',
},
],
fixed: false,
sortable: true,
},
@ -336,21 +363,31 @@ export default {
fixed: false,
sortable: true,
},
// {
// prop: 'goodsAreaId',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: true,
// },
{
prop: 'goodsAreaId',
label: '备货区编号',
prop: 'forkliftName',
label: '叉车司机',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: true,
},
{
prop: 'forklift',
label: '叉车司机',
type: 2,
prop: 'typeServiceName',
label: '服务类型',
type: 3,
values: '',
width: '150',
checkarr: [],
@ -358,7 +395,7 @@ export default {
sortable: true,
},
{
prop: 'loader',
prop: 'loaderName',
label: '装卸班组',
type: 2,
values: '',
@ -370,7 +407,7 @@ export default {
{
prop: 'fixTime',
label: '确认完成备货时间',
type: 5,
type: 1,
values: '',
width: '220',
checkarr: [],
@ -380,7 +417,7 @@ export default {
{
prop: 'assignTime',
label: '指派时间',
type: 5,
type: 1,
values: '',
width: '220',
checkarr: [],
@ -438,7 +475,7 @@ export default {
},
mounted() {
this.init();
this.onLoad(this.page);
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改
@ -687,6 +724,16 @@ export default {
},
init() {
this.height = this.setPx(document.body.clientHeight - 340);
getDictionaryBiz('distribution_type').then(res => {
// console.log("8908098080",res.data.data);
this.distributionType = res.data.data;
this.columnList[8].checkarr =res.data.data.map(item=>{
item.value=item.dictKey
item.label=item.dictValue
return item
});
});
this.onLoad(this.page);
},
searchHide() {
this.search = !this.search;
@ -813,19 +860,22 @@ export default {
i.forklift = a.data.data.name;
}*/
let s =this.distributionType.find(d => d.dictKey == i.typeService);
// console.log("sssss",s);
i.typeServiceName = s.dictValue;
i.loader = i.groupName;
i.stockupArea = i.headline;
if (i.assignStatus == '2') {
i.assignStatus = '已指派';
} else {
i.assignStatus = '未指派';
if(i.assignStatus == '2'){
i.assignStatusName = '已指派';
}else{
i.assignStatusName = '未指派';
}
if (i.stockupStatus == '2') {
i.stockupStatus = '待备货';
} else if (i.stockupStatus == '3') {
i.stockupStatus = '已备货';
} else {
i.stockupStatus = '未备货';
if(i.stockupStatus == '2'){
i.stockupStatusName = '待备货';
}else if(i.stockupStatus == '3'){
i.stockupStatusName = '已备货';
}else{
i.stockupStatusName = '未备货';
}
});
// this.selectionClear();

94
src/views/distribution/stockup/distributionStockupMarket.vue

@ -210,6 +210,7 @@ import { getListOwn,getUser } from '@/api/system/user';
import option from "@/option/distribution/distributionStockup";
import { mapGetters } from "vuex";
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup';
import { getDictionaryBiz } from '@/api/system/dict';
export default {
data () {
@ -227,7 +228,7 @@ export default {
{
prop: 'stockupDate',
label: '备货时间',
type: 2,
type: 4,
values: '',
width: '150',
checkarr: [],
@ -246,12 +247,29 @@ export default {
sortable: true,
},
{
prop: 'stockupStatus',
prop: 'stockupStatusName',
label: '备货状态',
type: 2,
type: 3,
values: '',
width: '180',
checkarr: [],
checkarr: [
{
label: '未备货',
value: '1',
},
{
label: '待备货',
value: '2',
},
{
label: '备货中',
value: '3',
},
{
label: '已备货',
value: '4',
},
],
fixed: false,
sortable: true,
},
@ -266,12 +284,21 @@ export default {
sortable: true,
},
{
prop: 'assignStatus',
prop: 'assignStatusName',
label: '指派状态',
type: 2,
type: 3,
values: '',
width: '150',
checkarr: [],
checkarr: [
{
label: '未指派',
value: '1',
},
{
label: '已指派',
value: '2',
},
],
fixed: false,
sortable: true,
},
@ -285,21 +312,31 @@ export default {
fixed: false,
sortable: true,
},
// {
// prop: 'goodsAreaId',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: true,
// },
{
prop: 'goodsAreaId',
label: '备货区编号',
prop: 'forkliftName',
label: '叉车司机',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: true,
},
{
prop: 'forklift',
label: '叉车司机',
type: 2,
prop: 'typeServiceName',
label: '服务类型',
type: 3,
values: '',
width: '150',
checkarr: [],
@ -307,7 +344,7 @@ export default {
sortable: true,
},
{
prop: 'loader',
prop: 'loaderName',
label: '装卸班组',
type: 2,
values: '',
@ -319,7 +356,7 @@ export default {
{
prop: 'fixTime',
label: '确认完成备货时间',
type: 5,
type: 1,
values: '',
width: '220',
checkarr: [],
@ -329,7 +366,7 @@ export default {
{
prop: 'assignTime',
label: '指派时间',
type: 5,
type: 1,
values: '',
width: '220',
checkarr: [],
@ -387,7 +424,7 @@ export default {
},
mounted () {
this.init();
this.onLoad(this.page);
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改
@ -572,6 +609,16 @@ export default {
},
init () {
this.height = this.setPx(document.body.clientHeight - 340);
getDictionaryBiz('distribution_type').then(res => {
// console.log("8908098080",res.data.data);
this.distributionType = res.data.data;
this.columnList[8].checkarr =res.data.data.map(item=>{
item.value=item.dictKey
item.label=item.dictValue
return item
});
});
this.onLoad(this.page);
},
searchHide () {
this.search = !this.search;
@ -698,19 +745,22 @@ export default {
i.forklift =a.data.data.name;
}*/
let s =this.distributionType.find(d => d.dictKey == i.typeService);
// console.log("sssss",s);
i.typeServiceName = s.dictValue;
i.loader = i.groupName;
i.stockupArea = i.headline;
if(i.assignStatus == '2'){
i.assignStatus = '已指派';
i.assignStatusName = '已指派';
}else{
i.assignStatus = '未指派';
i.assignStatusName = '未指派';
}
if(i.stockupStatus == '2'){
i.stockupStatus = '待备货';
i.stockupStatusName = '待备货';
}else if(i.stockupStatus == '3'){
i.stockupStatus = '已备货';
i.stockupStatusName = '已备货';
}else{
i.stockupStatus = '未备货';
i.stockupStatusName = '未备货';
}
});
this.selectionClear();

94
src/views/distribution/stockup/distributionStockupSelf.vue

@ -210,6 +210,7 @@ import { getListOwn,getUser } from '@/api/system/user';
import option from "@/option/distribution/distributionStockup";
import { mapGetters } from "vuex";
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup';
import { getDictionaryBiz } from '@/api/system/dict';
export default {
data () {
@ -227,7 +228,7 @@ export default {
{
prop: 'stockupDate',
label: '备货时间',
type: 2,
type: 4,
values: '',
width: '150',
checkarr: [],
@ -246,12 +247,29 @@ export default {
sortable: true,
},
{
prop: 'stockupStatus',
prop: 'stockupStatusName',
label: '备货状态',
type: 2,
type: 3,
values: '',
width: '180',
checkarr: [],
checkarr: [
{
label: '未备货',
value: '1',
},
{
label: '待备货',
value: '2',
},
{
label: '备货中',
value: '3',
},
{
label: '已备货',
value: '4',
},
],
fixed: false,
sortable: true,
},
@ -266,12 +284,21 @@ export default {
sortable: true,
},
{
prop: 'assignStatus',
prop: 'assignStatusName',
label: '指派状态',
type: 2,
type: 3,
values: '',
width: '150',
checkarr: [],
checkarr: [
{
label: '未指派',
value: '1',
},
{
label: '已指派',
value: '2',
},
],
fixed: false,
sortable: true,
},
@ -285,21 +312,31 @@ export default {
fixed: false,
sortable: true,
},
// {
// prop: 'goodsAreaId',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: true,
// },
{
prop: 'goodsAreaId',
label: '备货区编号',
prop: 'forkliftName',
label: '叉车司机',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: true,
},
{
prop: 'forklift',
label: '叉车司机',
type: 2,
prop: 'typeServiceName',
label: '服务类型',
type: 3,
values: '',
width: '150',
checkarr: [],
@ -307,7 +344,7 @@ export default {
sortable: true,
},
{
prop: 'loader',
prop: 'loaderName',
label: '装卸班组',
type: 2,
values: '',
@ -319,7 +356,7 @@ export default {
{
prop: 'fixTime',
label: '确认完成备货时间',
type: 5,
type: 1,
values: '',
width: '220',
checkarr: [],
@ -329,7 +366,7 @@ export default {
{
prop: 'assignTime',
label: '指派时间',
type: 5,
type: 1,
values: '',
width: '220',
checkarr: [],
@ -387,7 +424,7 @@ export default {
},
mounted () {
this.init();
this.onLoad(this.page);
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改
@ -572,6 +609,16 @@ export default {
},
init () {
this.height = this.setPx(document.body.clientHeight - 340);
getDictionaryBiz('distribution_type').then(res => {
// console.log("8908098080",res.data.data);
this.distributionType = res.data.data;
this.columnList[8].checkarr =res.data.data.map(item=>{
item.value=item.dictKey
item.label=item.dictValue
return item
});
});
this.onLoad(this.page);
},
searchHide () {
this.search = !this.search;
@ -698,19 +745,22 @@ export default {
i.forklift =a.data.data.name;
}*/
let s =this.distributionType.find(d => d.dictKey == i.typeService);
// console.log("sssss",s);
i.typeServiceName = s.dictValue;
i.loader = i.groupName;
i.stockupArea = i.headline;
if(i.assignStatus == '2'){
i.assignStatus = '已指派';
i.assignStatusName = '已指派';
}else{
i.assignStatus = '未指派';
i.assignStatusName = '未指派';
}
if(i.stockupStatus == '2'){
i.stockupStatus = '待备货';
i.stockupStatusName = '待备货';
}else if(i.stockupStatus == '3'){
i.stockupStatus = '已备货';
i.stockupStatusName = '已备货';
}else{
i.stockupStatus = '未备货';
i.stockupStatusName = '未备货';
}
});
this.selectionClear();

118
src/views/warehouse/warehousingentry/warehouseWarehouseingAddReceipt.vue

@ -75,14 +75,14 @@
</el-form-item>
</el-col>
<el-col :span="24">
<!-- <el-form-item label="订单号" prop="orderNumber">-->
<!-- <el-input v-model="form.orderNumber" placeholder="请输入订单单号"/>-->
<!-- </el-form-item>-->
<el-form-item label="订单自编号" prop="orderNumber" >
<el-input v-model="form.orderNumber" placeholder="请输入订单自编号" />
</el-form-item>
<!-- <el-form-item label="运单号" prop="waybillNumber">-->
<!-- <el-input v-model="form.waybillNumber" placeholder="请输入运单号"/>-->
<!-- </el-form-item>-->
<el-form-item label="所在仓库" prop="warehouseId">
<el-form-item label="所在仓库" prop="warehouseId" >
<!-- <el-input placeholder="请输入所在仓库"/>-->
<el-select
v-model="form.warehouseId"
@ -104,7 +104,7 @@
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item label="服务类型" prop="serviceType">
<el-form-item label="服务类型" prop="serviceType" >
<!-- <el-input v-model="form.serviceType" placeholder="请输入服务类型"/>-->
<el-radio-group v-model="form.serviceType" class="ml-4" v-for="(item,index) in distributionType">
<el-radio :label="item.dictKey" size="large" style="padding-right: 20px">{{item.dictValue}}</el-radio>
@ -123,10 +123,10 @@
<!-- <el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain> </el-button>-->
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChange" circle :disabled="view"></el-button>
<el-button icon="el-icon-search" @click="searchHide" circle :disabled="view"></el-button>
</div>
<!-- <div class="avue-crud__right">-->
<!-- <el-button icon="el-icon-refresh" @click="searchChange" circle :disabled="view"></el-button>-->
<!-- <el-button icon="el-icon-search" @click="searchHide" circle :disabled="view"></el-button>-->
<!-- </div>-->
</div>
</el-row>
<el-row>
@ -264,12 +264,30 @@
<el-form-item label="包装规格" >
<el-input v-model="formDetail.packagingSpecifications" placeholder="请输入包装规格"/>
</el-form-item>
<el-form-item label="物资品牌" prop="actualReceipt">
<!-- <el-input v-model="formDetail.actualReceipt" placeholder="请选择物资品牌"/>-->
<el-select
v-model="formDetail.brandId"
filterable
remote
reserve-keyword
remote-show-suffix
:remote-method="getBrandName"
@change="getBanerqd($event)"
placeholder="请输入物品编码"
>
<el-option
v-for="item in brandList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
<el-form-item label="入库数量" prop="createInventory">
<el-input v-model="formDetail.createInventory" placeholder="请输入创建入库数量"/>
</el-form-item>
<!-- <el-form-item label="实际入库数量" prop="actualReceipt">-->
<!-- <el-input v-model="formDetail.actualReceipt" placeholder="请输入实际入库数量"/>-->
<!-- </el-form-item>-->
<!-- <el-form-item label="入库单ID" prop="warehousingEntryId">-->
<!-- <el-input v-model="formDetail.warehousingEntryId" placeholder="请输入入库单ID"/>-->
<!-- </el-form-item>-->
@ -278,7 +296,7 @@
<template #footer>
<span v-if="!view" class="dialog-footer">
<el-button type="primary" icon="el-icon-circle-check" @click="handleDetail">确定</el-button>
<!-- <el-button icon="el-icon-circle-close" @click="box = false"> </el-button>-->
<el-button icon="el-icon-circle-close" @click="box = false"> </el-button>
</span>
</template>
</el-dialog>
@ -296,6 +314,7 @@ import { getListClient } from '@/api/basicdata/basicClient';
import { getDept } from '@/api/system/dept';
import { getListMaterial } from '@/api/basic/basicMaterial';
import { getListCopy } from '@/api/basicdata/basicdataWarehouse';
import { getListIdsName} from '@/api/basicdata/basicdataStoreBrand';
import dayjs from 'dayjs';
@ -306,6 +325,7 @@ export default {
height: 0,
distributionType: [],
distributionUnit: [],
distributionBrand: [],
//
warehouseWarehousingEntryId: '',
//
@ -345,6 +365,7 @@ export default {
stuffName: [],//
stuffCode: [],//
stuff: [],//
brandList: [],//
shop: [],//
options: [],//
rules: {
@ -372,6 +393,10 @@ export default {
productUnit: [
{ required: true, message: '请选择物品单位', trigger: 'change' }
],
brandId: [
{ required: true, message: '请选择品牌', trigger: 'change' }
],
receiptBatch: [
{ required: true, message: '请填写入库批次', trigger: 'blur' }
@ -409,6 +434,7 @@ export default {
'$route.query.id': {
handler(newVal, oldVal) {
console.log(newVal, oldVal);
console.log("$route.query.id",this.$route.query.type);
this.getOwnDeliver();
},
deep: true,
@ -427,6 +453,13 @@ export default {
},
methods: {
//
async getBanerqd(row){
let a = this.brandList.find(i =>i.value== row);
console.log("aA",a);
this.formDetail.brandName = a.label;
},
//
async getOwnDeliver(){
let a = this.$route.query.id;
@ -549,6 +582,29 @@ export default {
this.stuffCode = []
}
},
//
async getBrandName(query){
if (query) {
console.log("客户ID",this.form.clientId);
if(!!this.form.clientId){
let si = !!this.form.storeId ? this.form.storeId : this.form.clientId;
let cl = await getListIdsName(this.page.currentPage, this.page.pageSize,{ brandName: query,ids: si });
console.log(">>>>",cl.data.data);
cl.data.data.forEach(i => {
let st = {
label: i.brandName,
value: i.id
}
this.brandList.push(st);
});
}else{
this.$message.warning("请先填写客户信息,在选择品牌!!")
}
} else {
this.brandList = []
}
},
//
async getMen(row,type){
if(type == 1){
@ -740,6 +796,10 @@ export default {
} else {
// console.log("");
if(!this.form.orderNumber){
this.$message.warning("请完善订单自编号!!");
return ;
}
console.log("this.form",this.form);
this.form.list = this.data;
update(this.form).then(() => {
@ -877,15 +937,35 @@ export default {
async getWareHoust(page, params = {}){
let a = await getListUser();
let b = await getDept(a.data.data.deptId);
console.log("aaa",a);
console.log("bbb",b);
// console.log("aaa",a);
// console.log("bbb",b);
//
let sl = {};
if(b.data.data.deptCategory == "4"){
//
sl.department= b.data.data.id;
}
let li = await getListCopy(page.currentPage, page.pageSize,sl);
// console.log("li>>>>",li.data.data);
this.store = [];
li.data.data.records.forEach(i =>{
let st= {
label: b.data.data.deptName,
value: b.data.data.id
label: i.name,
value: i.id
}
this.store.push(st);
});
/* if(b.data.data.deptCategory == "4"){
//
let li = await getListCopy(page.currentPage, page.pageSize,{department: b.data.data.id});
console.log("li>>>>",li.data.data);
li.data.data.some( i =>{
let st= {
label: b.data.data.deptName,
value: b.data.data.id
}
this.store.push(st);
})
this.form.warehouseId = b.data.data.id;
}else{
//
@ -900,7 +980,7 @@ export default {
}
this.store.push(st);
});
}
}*/
},
}
};

61
src/views/warehouse/warehousingentry/warehouseWarehousingEntry.vue

@ -1,25 +1,25 @@
<template>
<basic-container>
<div class="avue-crud">
<el-row :hidden="!search" style="padding:6px 18px">
<!-- 查询模块 -->
<el-form :inline="true" :model="query">
<el-form-item label="入库批次:">
<el-input v-model="query.receiptBatch" placeholder="请输入入库批次"></el-input>
</el-form-item>
<el-form-item label="入库时间:">
<el-input v-model="query.receiptDate" placeholder="请输入入库时间"></el-input>
</el-form-item>
<el-form-item label="客户名称:">
<el-input v-model="query.customerName" placeholder="请输入客户名称"></el-input>
</el-form-item>
<!-- 查询按钮 -->
<el-form-item>
<el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button>
<el-button icon="el-icon-delete" @click="searchReset()"> </el-button>
</el-form-item>
</el-form>
</el-row>
<!-- <el-row :hidden="!search" style="padding:6px 18px">-->
<!-- &lt;!&ndash; 查询模块 &ndash;&gt;-->
<!-- <el-form :inline="true" :model="query">-->
<!-- <el-form-item label="入库批次:">-->
<!-- <el-input v-model="query.receiptBatch" placeholder="请输入入库批次"></el-input>-->
<!-- </el-form-item>-->
<!-- <el-form-item label="入库时间:">-->
<!-- <el-input v-model="query.receiptDate" placeholder="请输入入库时间"></el-input>-->
<!-- </el-form-item>-->
<!-- <el-form-item label="客户名称:">-->
<!-- <el-input v-model="query.customerName" placeholder="请输入客户名称"></el-input>-->
<!-- </el-form-item>-->
<!-- &lt;!&ndash; 查询按钮 &ndash;&gt;-->
<!-- <el-form-item>-->
<!-- <el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button>-->
<!-- <el-button icon="el-icon-delete" @click="searchReset()"> </el-button>-->
<!-- </el-form-item>-->
<!-- </el-form>-->
<!-- </el-row>-->
<el-row>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
@ -240,9 +240,19 @@ export default {
fixed: false,
sortable: true,
},
// {
// label: "",
// prop: "waybillNumber",
// type: 2,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
label: "物流单号",
prop: "waybillNumber",
label: "所在仓库",
prop: "warehouse",
type: 2,
values: '',
width: '180',
@ -251,8 +261,8 @@ export default {
sortable: true,
},
{
label: "所在仓库",
prop: "warehouse",
label: "订单自编号",
prop: "orderNumber",
type: 2,
values: '',
width: '180',
@ -261,7 +271,7 @@ export default {
sortable: true,
},
{
label: "物流车次",
label: "物流单号",
prop: "trainNumber",
type: 2,
values: '',
@ -269,7 +279,8 @@ export default {
checkarr: [],
fixed: false,
sortable: true,
},{
},
{
label: "入库车牌",
prop: "licensePlate",
type: 1,

Loading…
Cancel
Save