|
|
|
@ -356,6 +356,9 @@ const task = () => {
|
|
|
|
if(input.value!=="销售预测数据"){
|
|
|
|
if(input.value!=="销售预测数据"){
|
|
|
|
errorNumber=1
|
|
|
|
errorNumber=1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(input.value!=="销售预测数据表"){
|
|
|
|
|
|
|
|
errorNumber=1
|
|
|
|
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
errorNumber=1
|
|
|
|
errorNumber=1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -438,6 +441,8 @@ const taskZB = () => {
|
|
|
|
API.analysisDataDisplay(sendData).then((res) => {
|
|
|
|
API.analysisDataDisplay(sendData).then((res) => {
|
|
|
|
tableLabel.length = 0;
|
|
|
|
tableLabel.length = 0;
|
|
|
|
option5.value.length = 0;
|
|
|
|
option5.value.length = 0;
|
|
|
|
|
|
|
|
input5.value = [];
|
|
|
|
|
|
|
|
input6.value = [];
|
|
|
|
for (const key in res.data[0]) {
|
|
|
|
for (const key in res.data[0]) {
|
|
|
|
option5.value.push({
|
|
|
|
option5.value.push({
|
|
|
|
value: key,
|
|
|
|
value: key,
|
|
|
|
@ -448,6 +453,7 @@ const taskZB = () => {
|
|
|
|
prop: key,
|
|
|
|
prop: key,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input3.value=""
|
|
|
|
tableData2.value = res.data;
|
|
|
|
tableData2.value = res.data;
|
|
|
|
flag.value = true;
|
|
|
|
flag.value = true;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|