xiaodai2022 il y a 2 ans
Parent
commit
5436b51a45

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/0.js


+ 5 - 5
src/views/purchaseIn/recovery/index.vue

@@ -26,7 +26,7 @@
         <template #table-header="{}">
         <template #table-header="{}">
           <div style="width: 100%">
           <div style="width: 100%">
             <el-row style="padding: 0 0 0 80px">
             <el-row style="padding: 0 0 0 80px">
-              <el-col :span="6" style="width: 200px; padding: 0 0 0 10px">
+              <el-col :span="6" style="width: 240px">
                 <el-input
                 <el-input
                   clearable
                   clearable
                   placeholder="咨询单编号"
                   placeholder="咨询单编号"
@@ -41,10 +41,10 @@
                 >
                 >
                 </el-input>
                 </el-input>
               </el-col>
               </el-col>
-              <el-col :span="6" style="width: 200px; padding: 0 0 0 10px">
+              <el-col :span="6" style="width: 26s0px; padding: 0 0 0 10px">
                 <el-input
                 <el-input
                   clearable
                   clearable
-                  placeholder="反馈商品编号"
+                  placeholder="反馈编号"
                   v-model="parmValue.bidNo"
                   v-model="parmValue.bidNo"
                   maxlength="40"
                   maxlength="40"
                   :size="searchSize"
                   :size="searchSize"
@@ -159,7 +159,7 @@ export default {
       parmValue: {
       parmValue: {
         infoNo: "",
         infoNo: "",
         bidNo: "",
         bidNo: "",
-        // is_own: "1",
+        is_own: "1",
         page: 1, // 页码
         page: 1, // 页码
         size: 15, // 每页显示条数
         size: 15, // 每页显示条数
       },
       },
@@ -191,7 +191,7 @@ export default {
       this.parmValue = {
       this.parmValue = {
         infoNo: "",
         infoNo: "",
         bidNo: "",
         bidNo: "",
-        // is_own: "1",
+        is_own: "1",
         page: 1, // 页码
         page: 1, // 页码
         size: 15, // 每页显示条数
         size: 15, // 每页显示条数
       };
       };

+ 1 - 0
src/views/stock/allot/components/Inspection-table.vue

@@ -312,6 +312,7 @@ export default {
         resList = [];
         resList = [];
       oldList.forEach((v1) => {
       oldList.forEach((v1) => {
         let goodModel = {
         let goodModel = {
+          // id:v1.id,
           good_code: v1.type_code,
           good_code: v1.type_code,
           usable_num: v1.usable_stock,
           usable_num: v1.usable_stock,
           error_num: v1.error_num,
           error_num: v1.error_num,

+ 2 - 1
src/views/stock/allot/components/addForm.vue

@@ -622,6 +622,7 @@ export default {
       oldList.forEach((v1) => {
       oldList.forEach((v1) => {
         let goodModel = {
         let goodModel = {
           spuCode: v1.spuCode || "",
           spuCode: v1.spuCode || "",
+          id: vi.id || "",
           // good_code: v1.type_code,
           // good_code: v1.type_code,
           allot_num: v1.allot_num,
           allot_num: v1.allot_num,
           is_del: "0",
           is_del: "0",
@@ -681,7 +682,7 @@ export default {
         dList = JSON.parse(JSON.stringify(this.delList));
         dList = JSON.parse(JSON.stringify(this.delList));
       console.log(addList);
       console.log(addList);
       addList.forEach((v1, index) => {
       addList.forEach((v1, index) => {
-        let oldindex = oldList.findIndex((v2) => v1.spuCode=== v2.spuCode);
+        let oldindex = oldList.findIndex((v2) => v1.spuCode === v2.spuCode);
         if (oldindex === -1) {
         if (oldindex === -1) {
           addList[index].usable_num = addList[index].usable_stock;
           addList[index].usable_num = addList[index].usable_stock;
           addList[index].allot_num = addList[index].usable_stock;
           addList[index].allot_num = addList[index].usable_stock;

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff