Browse Source

盘点修复

dev-xx
马远东 11 months ago
parent
commit
2c5e31d16b
  1. 11
      src/views/distribution/checkInventoryTask/createTask.vue

11
src/views/distribution/checkInventoryTask/createTask.vue

@ -715,7 +715,6 @@ import { downloadXls } from '@/utils/util';
import { getDictionaryBiz } from '@/api/system/dict';
import { ref, reactive } from 'vue';
import { off } from 'dom7';
import { template } from '@antfu/utils';
const wLinput = ref(null); //
const wLinputState = ref(false); //
const SoInfoData = ref({}); //
@ -771,7 +770,6 @@ const Statusjudgment = ref(false); //新增按钮
const DbEx = ref(null); //
const fullScreen = ref(false); //
const BatchAbandonment = ref([]); //
const templateRwo = ref()
/** loading */
const loadingObj = reactive({
/** 页面loading */
@ -1592,16 +1590,16 @@ const InInputSo = (values, val) => {
//
const InputSo = val => {
console.log(val,'val==>');
TcPdloading.value = true;
console.log(val, '搜索框接收的值');
let data = {};
console.log(row.value, 'row.value');
data.current = TccurrentPage.value;
data.size = TcpageSize.value;
let dataS = {
questNum: templateRwo.value.questNum,
questId: templateRwo.value.id,
questNum: UncountedDetails.value.questNum,
questId: UncountedDetails.value.id,
current: TccurrentPage.value, //
size: TcpageSize.value, //
[val.prop]: val.values,
@ -1843,8 +1841,6 @@ const TcViewEvent = (val, Inso) => {
};
//
const ViewEvent = val => {
console.log(val,'val');
templateRwo.value =val
DiskStatus.value = true; //
InventoryDetails.value.forEach(item => {
item.values = null;
@ -1853,6 +1849,7 @@ const ViewEvent = val => {
TccurrentPage.value = 1; //
NotCounted.value = false; //
row.value = val;
UncountedDetails.value = val;
PopupDetails.value = true;
TcPdloading.value = true;
console.log(val, '明细');

Loading…
Cancel
Save