Browse Source

盘点

fix_bug_pro20231227
马远东 1 year ago
parent
commit
0f612e9e7c
  1. 45
      src/api/distribution/createTask.js
  2. 347
      src/views/distribution/checkInventoryTask/createTaskTemp.vue
  3. 3
      vite.config.js

45
src/api/distribution/createTask.js

@ -55,8 +55,14 @@ export const postBatchDelete = params => {
params, params,
}); });
}; };
// 新增盘点任务
export const $_submit = (data) => {
return request({
url: '/api/logpm-basic/material/submit',
method: 'post',
data
})
}
/** /**
* 盘点详情 * 盘点详情
*/ */
@ -104,6 +110,25 @@ export const $_materialList = params => {
}); });
}; };
/**
* 删除盘点数据接口
*/
export const $_deleteQuestChild = params => {
return request({
url: '/api/logpm-warehouse/blade-taskQuest/taskQuest/deleteQuestChild',
method:'get',
params,
});
};
/** /**
* 盘点详情保存 * 盘点详情保存
*/ */
@ -140,14 +165,14 @@ export const $_getContrastInfo = params => {
}); });
}; };
// 查看详情 // 删除盘点任务
// export const $_AddInfo = data => { export const $_questDetailIds = data => {
// return request({ return request({
// url: '/api/logpm-basic/pda/submit', url: '/api/logpm-warehouse/blade-taskQuest/taskQuest/deleteQuestChild',
// method: 'post', method: 'delete',
// data, data,
// }); });
// }; };
// 盘点任务包条 // 盘点任务包条
export const $_taskQuestSelectStrip = params => { export const $_taskQuestSelectStrip = params => {
return request({ return request({

347
src/views/distribution/checkInventoryTask/createTaskTemp.vue

@ -28,10 +28,18 @@
<el-button type="primary" @click="InventoryTask" <el-button type="primary" @click="InventoryTask"
><el-icon><Plus /></el-icon> </el-button ><el-icon><Plus /></el-icon> </el-button
> >
<el-button type="primary" ><el-icon><WarnTriangleFilled /></el-icon> </el-button> <!-- <el-button type="primary"
<el-button type="primary" ><el-icon><Finished /></el-icon></el-button> ><el-icon><WarnTriangleFilled /></el-icon> </el-button
<el-button type="primary" ><el-icon><Failed /></el-icon></el-button> >
<el-button type="primary" ><el-icon><Delete /></el-icon></el-button> <el-button type="primary"
><el-icon><Finished /></el-icon></el-button
>
<el-button type="primary"
><el-icon><Failed /></el-icon></el-button
> -->
<!-- <el-button type="primary" @click="BatchDelete"
><el-icon><Delete /></el-icon></el-button
> -->
</div> </div>
<div> <div>
<el-button icon="el-icon-refresh" @click="Refresh" circle></el-button> <el-button icon="el-icon-refresh" @click="Refresh" circle></el-button>
@ -173,7 +181,7 @@
<!-- v-if='TcMInventoryStatus' --> <!-- v-if='TcMInventoryStatus' -->
<div> <div>
<!-- v-if="!NotCounted" --> <!-- v-if="!NotCounted" -->
<el-button type="primary" @click="searchChange"> </el-button> <el-button type="primary" @click="BatchdeletePackages"> </el-button>
<el-button type="primary" @click="TcAddData" v-if="Statusjudgment"> </el-button> <el-button type="primary" @click="TcAddData" v-if="Statusjudgment"> </el-button>
<el-button type="primary" @click="InventoryModification">提交修改</el-button> <el-button type="primary" @click="InventoryModification">提交修改</el-button>
<el-button type="primary" @click="ModifyingStatus">修改状态</el-button> <el-button type="primary" @click="ModifyingStatus">修改状态</el-button>
@ -443,15 +451,20 @@
width="70%" width="70%"
style="display: flex; flex-direction: column" style="display: flex; flex-direction: column"
> >
<el-form :model="Fromnewlyadded" label-position="right" label-width="100px" style="margin-top: 40px;"> <el-form
:model="Fromnewlyadded"
label-position="right"
label-width="100px"
style="margin-top: 40px"
>
<el-form-item label="SKU:"> <el-form-item label="SKU:">
<el-input v-model="Fromnewlyadded.positionCode" placeholder="请输入SKU" /> <el-input v-model="Fromnewlyadded.sku" placeholder="请输入SKU" />
</el-form-item> </el-form-item>
<el-form-item label="货物名称:"> <el-form-item label="货物名称:">
<el-input v-model="Fromnewlyadded.positionCode" placeholder="请输入货物名称" /> <el-input v-model="Fromnewlyadded.name" placeholder="请输入货物名称" />
</el-form-item> </el-form-item>
<el-form-item label="货物单位:"> <el-form-item label="货物单位:">
<el-select v-model="Fromnewlyadded.positionCode" class="m-2" placeholder="选择货物单位"> <el-select v-model="Fromnewlyadded.logpmUnit" class="m-2" placeholder="选择货物单位">
<el-option <el-option
v-for="item in classification" v-for="item in classification"
:key="item.value" :key="item.value"
@ -460,14 +473,21 @@
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
<!-- <el-form-item label="规格:">
<el-input v-model="Fromnewlyadded.materia" placeholder="请输入规格" />
</el-form-item> -->
<el-form-item label="规格:"> <el-form-item label="规格:">
<el-input v-model="Fromnewlyadded.positionCode" placeholder="请输入规格" /> <el-input v-model="Fromnewlyadded.specification" placeholder="请输入规格" />
</el-form-item> </el-form-item>
<el-form-item label="物料编码:">
<el-input v-model="Fromnewlyadded.packingSpecification" placeholder="请输入物料编码" />
</el-form-item>
<el-form-item label="产品编码:"> <el-form-item label="产品编码:">
<el-input v-model="Fromnewlyadded.positionCode" placeholder="请输入产品编码" /> <el-input v-model="Fromnewlyadded.productCode" placeholder="请输入产品编码" />
</el-form-item> </el-form-item>
<el-form-item label="包装数量:"> <el-form-item label="包装数量:">
<el-input v-model="Fromnewlyadded.positionCode" placeholder="请输入包装数量" /> <el-input v-model="Fromnewlyadded.packageNum" placeholder="请输入包装数量" />
</el-form-item> </el-form-item>
</el-form> </el-form>
@ -626,9 +646,13 @@ import {
getTaskQuestPage, getTaskQuestPage,
postAddtaskQuest, postAddtaskQuest,
$_materialList, $_materialList,
$_submit,
$_questDetailIds,
} from '@/api/distribution/createTask'; } from '@/api/distribution/createTask';
import { ElMessage } from 'element-plus'; import { ElMessage } from 'element-plus';
import { getDictionaryBiz } from '@/api/system/dict';
import { ref } from 'vue'; import { ref } from 'vue';
import dictVue from '@/views/system/dict.vue';
const SoInfoData = ref({}); // const SoInfoData = ref({}); //
const searchSo = ref(false); // const searchSo = ref(false); //
const ElData = ref([]); // const ElData = ref([]); //
@ -649,6 +673,7 @@ const PopupDetails = ref(false); //弹窗详情是否展示
const InventoryPopup = ref(false); // const InventoryPopup = ref(false); //
const formInventory = ref({}); //_ const formInventory = ref({}); //_
const TcPdloading = ref(false); // const TcPdloading = ref(false); //
const PdRow = ref(null); //
const TcFrom = ref({}); // const TcFrom = ref({}); //
const row = ref({}); // const row = ref({}); //
const Tcrow = ref(); // const Tcrow = ref(); //
@ -670,9 +695,9 @@ const TcStateSwitching = ref(false); //默认表示定制品状态
const TcnumStatu = ref(false); //,, const TcnumStatu = ref(false); //,,
const readList = ref([]); // const readList = ref([]); //
const TcReaJoin = ref([]); //102030... const TcReaJoin = ref([]); //102030...
const TcDataaddition = ref(true); // const TcDataaddition = ref(false); //
const Fromnewlyadded = ref({}); // const Fromnewlyadded = ref({}); //
const Statusjudgment=ref(false);// const Statusjudgment = ref(false); //
const radioList = ref([ const radioList = ref([
{ label: 0, txt: '在库', input: 'stockNum', disabled: true }, { label: 0, txt: '在库', input: 'stockNum', disabled: true },
{ label: 1, txt: '破损', input: 'wornNum', disabled: true }, { label: 1, txt: '破损', input: 'wornNum', disabled: true },
@ -697,40 +722,7 @@ const options = [
}, },
]; ];
// //
const classification=ref([ const classification = ref([]);
{
value: '1',
label: '箱',
},
{
value: '2',
label: '盒',
},
{
value: '3',
label: '包',
},
{
value: '4',
label: '件',
},
{
value: '5',
label: '个',
},
{
value: '6',
label: '张',
},
{
value: '7',
label: '公斤',
},
{
value: '8',
label: '个',
},
])
// //
const menuData = ref([ const menuData = ref([
{ {
@ -1234,6 +1226,20 @@ const ElButtonS = ref([
]); ]);
// //
function onLoad() { function onLoad() {
getDictionaryBiz('logpm_unit').then(res => {
//
console.log(res, '字典返回值');
if (res.data.data.length) {
res.data.data.forEach(item => {
classification.value.push({
value: item.dictKey,
label: item.dictValue,
});
});
}
});
loading.value = true; // loading.value = true; //
let Data = { let Data = {
current: currentPage.value, // current: currentPage.value, //
@ -1263,12 +1269,7 @@ onLoad();
// //
const InputSo = val => { const InputSo = val => {
console.log(val,'val==========='); console.log(val, '搜索框接收的值');
console.log(val.prop !='categoryName');
console.log(val.prop !='materialCode');
console.log(val);
let data = {}; let data = {};
data.current = TccurrentPage.value; data.current = TccurrentPage.value;
data.size = TcpageSize.value; data.size = TcpageSize.value;
@ -1276,78 +1277,114 @@ const InputSo = val => {
// //
data.name = val.values; data.name = val.values;
$_materialList(data).then(res => { $_materialList(data).then(res => {
console.log(res, '查询的返回值'); console.log(res, '查询的返回值');
if(res.data.data.records.length){ if (res.data.data.records.length) {
Tctotal.value = res.data.data.total; Tctotal.value = res.data.data.total;
res.data.data.records.forEach(item => { res.data.data.records.forEach(item => {
item.Checkbox = true; item.Checkbox = true;
});
TcPdloading.value = false;
console.log(res, '明细返回值');
TcPD.value = res.data.data.records;
} else {
Statusjudgment.value = true; //
TcPD.value = res.data.data.records;
ElMessage({
message: '暂未查询到内容',
type: 'warning',
});
}
}); });
TcPdloading.value = false; return;
console.log(res, '明细返回值');
TcPD.value = res.data.data.records;
}else{
Statusjudgment.value=true;//
}
});
return
} }
if (val.prop == 'materialCode') { if (val.prop == 'materialCode') {
// //
data.sku = val.values; data.sku = val.values;
$_materialList(data).then(res => { $_materialList(data).then(res => {
console.log(res, '查询的返回值'); console.log(res, '查询的返回值');
if(res.data.data.records.length){ if (res.data.data.records.length) {
Tctotal.value = res.data.data.total; Tctotal.value = res.data.data.total;
res.data.data.records.forEach(item => { res.data.data.records.forEach(item => {
item.Checkbox = true; item.Checkbox = true;
});
TcPdloading.value = false;
console.log(res, '明细返回值');
TcPD.value = res.data.data.records;
} else {
Statusjudgment.value = true; //
TcPD.value = res.data.data.records;
ElMessage({
message: '暂未查询到内容',
type: 'warning',
});
}
}); });
TcPdloading.value = false; return;
console.log(res, '明细返回值');
TcPD.value = res.data.data.records;
}else{
Statusjudgment.value=true;//
}
});
return
} }
if(val.prop !='categoryName' || val.prop !='materialCode'){ if (val.prop != 'categoryName' || val.prop != 'materialCode') {
let dataS = { let dataS = {
questNum: row.value.questNum, questNum: row.value.questNum,
questId: row.value.id, questId: row.value.id,
current: TccurrentPage.value, // current: TccurrentPage.value, //
size: TcpageSize.value, // size: TcpageSize.value, //
[val.prop]:val.values [val.prop]: val.values,
}; };
console.log(dataS, '要提交的数据'); console.log(dataS, '要提交的数据');
$_getDetailInfo(dataS).then(res => {
$_getDetailInfo(dataS).then(res => { Tctotal.value = res.data.data.total;
Tctotal.value = res.data.data.total; res.data.data.records.forEach(item => {
res.data.data.records.forEach(item => { item.Checkbox = true;
item.Checkbox = true; });
TcPdloading.value = false;
console.log(res, '明细返回值222');
TcPD.value = res.data.data.records;
}); });
TcPdloading.value = false; }
console.log(res, '明细返回值');
TcPD.value = res.data.data.records;
});
}
}; };
// //
const TcAddData=()=>{ const TcAddData = () => {
TcDataaddition.value=true;// TcDataaddition.value = true; //
} };
// () // ()
const TcDataadditionsubmit = () => { const TcDataadditionsubmit = () => {
Statusjudgment.value=false;// console.log(Fromnewlyadded.value);
const validations = [
{ property: 'sku', message: 'SKU为空' },
{ property: 'name', message: '货物名称为空' },
{ property: 'logpmUnit', message: '货物单位为空' },
{ property: 'specification', message: '规格为空' },
{ property: 'packingSpecification', message: '物料编码为空' },
{ property: 'productCode', message: '产品编码为空' },
{ property: 'packageNum', message: '包装数量为空' },
];
for (const validation of validations) {
if (!Fromnewlyadded.value[validation.property]) {
ElMessage({
message: validation.message,
type: 'warning',
});
return;
}
}
TcDataaddition.value = false; //
$_submit({ ...Fromnewlyadded.value }).then(res => {
console.log(res, '添加物品返回值');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
}
});
Statusjudgment.value = false; //
}; };
// //
const selectChange = () => { const selectChange = (select, val) => {
console.log('触发了选择'); console.log('触发了选择');
console.log(select, val);
PdRow.value = select;
}; };
// //
const selectAll = val => { const selectAll = val => {
@ -1365,12 +1402,13 @@ const TcselectAll = (selectAll, val) => {
item.Checkbox = !item.Checkbox; item.Checkbox = !item.Checkbox;
}); });
} }
console.log(Tcrow.value, '全选复选框');
// //
}; };
// //
const TcselectChange = (selectAll, val) => { const TcselectChange = (selectAll, val) => {
console.log(val, '当前选中的'); console.log(val, '当前选中的');
console.log(Tcrow.value);
val.Checkbox = !val.Checkbox; // val.Checkbox = !val.Checkbox; //
Tcrow.value = selectAll; Tcrow.value = selectAll;
}; };
@ -1379,6 +1417,10 @@ const extension = val => {
row.value = val; row.value = val;
dialogTabData.value = true; dialogTabData.value = true;
}; };
//
const BatchDelete = () => {};
// //
const InventoryDate = () => { const InventoryDate = () => {
console.log(TcData.value, '延期'); console.log(TcData.value, '延期');
@ -1454,7 +1496,7 @@ const searchReset = () => {
}; };
const TcViewEvent = val => { const TcViewEvent = val => {
Statusjudgment.value=false;// Statusjudgment.value = false; //
TcPdloading.value = true; TcPdloading.value = true;
console.log(val, '要传递的对象'); console.log(val, '要传递的对象');
let data = { let data = {
@ -1587,6 +1629,37 @@ const ModifyingStatus = () => {
TcStateSwitching.value = true; // TcStateSwitching.value = true; //
} }
}; };
// ()
const BatchdeletePackages = () => {
const invalidQuestStatusIndex = Tcrow.value.findIndex(item => item.questStatus !== 1);
if (invalidQuestStatusIndex !== -1) {
// 1
ElMessage({
message: '只能删除已盘',
type: 'warning',
});
return;
}
const data = {
questDetailIds: Tcrow.value.map(item => item.id),
questId: Tcrow.value[0]?.questId,
questNum: row.value.questNum,
};
console.log(data, '要删除处理好的数据');
$_questDetailIds(data).then(res => {
TcViewEvent(row.value);
console.log(res, '删除后的返回值');
if (res.data.code === 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
}
});
};
// //
const closeInformationediting = () => { const closeInformationediting = () => {
Tcrow.value = null; Tcrow.value = null;
@ -1850,9 +1923,6 @@ const InformationEditing = () => {
// //
const TcChenge = (event, val) => { const TcChenge = (event, val) => {
console.log(event, val); console.log(event, val);
console.log({
[event]: val,
});
TcPdloading.value = true; TcPdloading.value = true;
let data = { let data = {
questNum: row.value.questNum, questNum: row.value.questNum,
@ -1906,11 +1976,15 @@ const TcpageList = val => {
// //
const SizeChange = val => { const SizeChange = val => {
console.log(val, '条数'); console.log(val, '条数');
currentPage.value = val;
onLoad();
};
// ···························
const PageSizeChange = val => {
console.log(val, '每页50条');
pageSize.value = val;
onLoad();
}; };
//
const PageSizeChange=()=>{
console.log(val,'翻页');
}
// //
const contrastselectChange = (select, val) => { const contrastselectChange = (select, val) => {
console.log(select, val, '对比数据1'); console.log(select, val, '对比数据1');
@ -1973,6 +2047,7 @@ function matchInfoById(idArray, infoArray) {
// //
const formInventoryChange = val => { const formInventoryChange = val => {
console.log('选择了商场名称')
formInventory.value.id = val; formInventory.value.id = val;
const matchedInfo = matchInfoById(val, formInventory.value.select); const matchedInfo = matchInfoById(val, formInventory.value.select);
console.log(matchedInfo, '处理好的参数'); console.log(matchedInfo, '处理好的参数');
@ -1994,15 +2069,43 @@ const InventorySubmit = () => {
// //
let SubData = {}; let SubData = {};
SubData.list = []; SubData.list = [];
if(!formInventory.value.scname.length && !formInventory.value.brandName){//
SubData.list=[]
//
SubData.endTime = formInventory.value.time[0];
//
SubData.startTime = formInventory.value.time[1];
InventoryPopup.value = false; //
loading.value=true;//
postAddtaskQuest(SubData).then(res => {
onLoad(); //
if(res.data.code=200){
ElMessage({
message: res.data.msg,
type: 'success',
});
onLoad(); //
}
console.log(res, '盘点计划提交成功');
});
return
}
// ID // ID
const matchedInfo = matchInfoById(formInventory.value.id, formInventory.value.select); const matchedInfo = matchInfoById(formInventory.value.id, formInventory.value.select);
console.log(matchedInfo,'matchedInfo');
console.log(matchedInfo, 'matchedInfo提交处理数据'); console.log(matchedInfo, 'matchedInfo提交处理数据');
matchedInfo.forEach(item => { if(matchedInfo){
matchedInfo.forEach(item => {
SubData.list.push({ SubData.list.push({
refId: item.id, refId: item.id,
refName: item.clientName, refName: item.clientName,
}); });
}); });
}
// //
SubData.endTime = formInventory.value.time[0]; SubData.endTime = formInventory.value.time[0];
// //
@ -2127,7 +2230,7 @@ const InventorySubmit = () => {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
} }
.el-input__inner{ .el-input__inner {
text-align: center; text-align: center;
} }
</style> </style>

3
vite.config.js

@ -19,7 +19,8 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888', // target: 'http://192.168.10.101:8888',
// 老zyc // 老zyc
target: 'http://192.168.10.75:8777', // target: 'http://192.168.10.75:8777',
target: 'http://192.168.6.137:8777',
// 新zyc // 新zyc
// target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.94:8888',

Loading…
Cancel
Save