优化
This commit is contained in:
@@ -844,7 +844,7 @@ const total = ref(0); //单据
|
||||
/** 查询库存单据主列表 */
|
||||
function getList() {
|
||||
loading.value = true;
|
||||
queryParams.value.bizTypeList = [0, 3];
|
||||
queryParams.value.bizTypeList = [0];
|
||||
listBill(queryParams.value).then((response) => {
|
||||
billList.value = response.rows;
|
||||
total.value = response.total;
|
||||
@@ -1655,7 +1655,7 @@ const submitDelStock = () => {
|
||||
/** 导出按钮操作 */
|
||||
function handleExport() {
|
||||
let obj = JSON.parse(JSON.stringify(queryParams.value));
|
||||
obj.bizTypeList = [0, 3];
|
||||
obj.bizTypeList = [0];
|
||||
proxy.download(
|
||||
"wisdom/record/export",
|
||||
obj,
|
||||
|
||||
Reference in New Issue
Block a user