Ver Fonte

大木问题

阿伏兔 há 4 anos atrás
pai
commit
21438e6f2f

+ 1 - 1
src/views/reportManagement/whgenleg/index.vue

@@ -596,7 +596,7 @@ export default {
         },
         {
           surface: "2",
-          label: "fReviewDate",
+          label: "fOriginalbilldate",
           name: "入库日期",
           checked: 0,
           width: 100,

+ 11 - 1
src/views/track/cabinet/index.vue

@@ -244,9 +244,19 @@
       </el-col>
       <el-col :span="1.5"
         ><el-badge
-          type="warning"
+        :value="buttonValue.unLoadDate"
+        type="warning"
           style="margin-right: 10px"
           ><el-button size="mini" @click="handleQuery('unLoadDate')"
+            >未回单</el-button
+          ></el-badge
+        ></el-col
+      >
+      <el-col :span="1.5"
+        ><el-badge
+          type="warning"
+          style="margin-right: 10px"
+          ><el-button size="mini" @click="handleQuery('receiptDate')"
             >已完成</el-button
           ></el-badge
         ></el-col

+ 1 - 1
src/views/warehouseBusiness/inStock/index.vue

@@ -6625,7 +6625,7 @@ export default {
               "tWarehousebillsfeesDr",
               JSON.stringify(this.warehouseDrList)
             );
-            formData.append("mblnoStatus", this.mblnoStatus);
+            formDatae.append("mblnoStatus", this.mblnoStatus);
             addWarehousebills(formDatae).then((response) => {
               this.form = response.data.warehouseBills;
               this.$set(this.form, "fEta", Date.parse(this.form.fEta));

+ 1 - 1
src/views/warehouseBusiness/outStock/index.vue

@@ -6311,7 +6311,6 @@ export default {
             "warehousebillsfeesDr",
             JSON.stringify(this.warehouseDrList)
           );
-
           addWhgenleg(formData).then((response) => {
             this.fid = response.data.fPid;
             // 暂时注释掉,后续可能会加回来 仓储费得出的明细
@@ -6483,6 +6482,7 @@ export default {
                     "warehousebillsfeesDr",
                     JSON.stringify(this.warehouseDrList)
                   );
+                  formData.append("mblnoStatus", this.mblnoStatus);
                   addWarehousebills(formData).then((response) => {
                     this.form = response.data.warehouseBills;
                     this.$set(