xiaodai2022 2 anni fa
parent
commit
999f166dec

File diff suppressed because it is too large
+ 8 - 0
dist/static/js/0.js


+ 1 - 1
dist/static/js/app.js

@@ -6522,7 +6522,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
 /*! no static exports found */
 /***/ (function(module, exports) {
 
-eval("// 本地\nmodule.exports = {\n  title: \"采销平台\",\n  baseUrl: \"http://localhost:8080\",\n  api: {\n    //web域名 http://stockweb.test241.wanyuhengtong.com/\n    // userApi: 'http://www.invoice.com/',\n    // baseApi: 'http://www.stock.com/',\n    userApi: 'http://inv.sitw.wanyuhengtong.com/',\n    baseApi: 'http://stock.api.wanyuhengtong.com/'\n  },\n  webUrl: \"http://share.sitw.wanyuhengtong.com/#/test-good-share?id=\",\n  fileURL: \"https://api2.edusit.zretchome.com\",\n  shareWebUrl: \"http://ss.test241.wanyuhengtong.com/?prod=0&outCode=\",\n  appId: \"wx5ac3a2c2d72b6f26\",\n  ding: {\n    //企业id\n    CorpId: \"dingc78fa4301e1a424a35c2f4657eb6378f\",\n    //应用凭证\n    AgentId: \"1324690581\"\n  }\n};\n\n//# sourceURL=webpack:///./src/config/env.development.js?");
+eval("// 本地\nmodule.exports = {\n  title: \"采销平台\",\n  baseUrl: \"http://localhost:8080\",\n  api: {\n    userApi: 'http://inv.test241.wanyuhengtong.com/',\n    baseApi: 'http://stock.test241.wanyuhengtong.com/',\n    tableApi: 'http://inv.sit.wanyuhengtong.com/'\n  },\n  webUrl: \"http://share.sitw.wanyuhengtong.com/#/test-good-share?id=\",\n  fileURL: \"https://api2.edusit.zretchome.com\",\n  shareWebUrl: \"http://ss.test241.wanyuhengtong.com/?prod=0&outCode=\",\n  appId: \"wx5ac3a2c2d72b6f26\",\n  ding: {\n    //企业id\n    CorpId: \"dingc78fa4301e1a424a35c2f4657eb6378f\",\n    //应用凭证\n    AgentId: \"1324690581\"\n  }\n};\n\n//# sourceURL=webpack:///./src/config/env.development.js?");
 
 /***/ }),
 

+ 3 - 0
src/apis/service/sellOut/salesOrder/detail.js

@@ -38,4 +38,7 @@ export default {
   // 发货单状态修改
   orderinstatus: (data, params) =>
     http(api + "orderinstatus", data, "post", params),
+  // 全部退货
+  returnAll: (data, params) =>
+    http(api + "reorderall", data, "post", params),
 };

+ 3 - 6
src/config/env.development.js

@@ -3,12 +3,9 @@ module.exports = {
   title: "采销平台",
   baseUrl: "http://localhost:8080",
   api: {
-    //web域名 http://stockweb.test241.wanyuhengtong.com/
-    // userApi: 'http://www.invoice.com/',
-    // baseApi: 'http://www.stock.com/',
-
-    userApi: 'http://inv.sitw.wanyuhengtong.com/',
-    baseApi: 'http://stock.api.wanyuhengtong.com/',
+    userApi: 'http://inv.test241.wanyuhengtong.com/',
+    baseApi: 'http://stock.test241.wanyuhengtong.com/',
+    tableApi: 'http://inv.sit.wanyuhengtong.com/',
   },
   webUrl: "http://share.sitw.wanyuhengtong.com/#/test-good-share?id=",
   fileURL: `https://api2.edusit.zretchome.com`,

+ 275 - 0
src/views/sellOut/salesOrder/components/addReturnAllModel.vue

@@ -0,0 +1,275 @@
+<template>
+  <el-dialog
+    :title="'新建退货单'"
+    :center="true"
+    align="left"
+    top="8vh"
+    width="950px"
+    @close="showModelThis = false"
+    :close-on-click-modal="false"
+    :visible.sync="showModelThis"
+    v-loading="loading"
+    element-loading-text="拼命加载中"
+    element-loading-spinner="el-icon-loading"
+    element-loading-background="rgba(0, 0, 0, 0.8)"
+  >
+    <el-card style="margin: -20px 0 0 0">
+      <el-form
+        :model="ruleForm"
+        status-icon
+        :rules="rulesThis"
+        ref="ruleForm"
+        :size="'mini'"
+        label-width="80px"
+        class="demo-ruleForm"
+      >
+        <el-row>
+          <el-col :span="24">
+            <el-form-item label="退货原因" prop="errorCode">
+              <abnormal-cause
+                :value="ruleForm.errorCode"
+                :placeholder="'退货原因'"
+                :type="'5'"
+                :size="'mini'"
+                @searchChange="errorCode_change"
+              />
+            </el-form-item>
+          </el-col>
+          <el-col :span="24">
+            <el-form-item label="退货备注" prop="remark">
+              <el-input
+                :disabled="isDetail"
+                type="textarea"
+                :rows="2"
+                maxlength="250"
+                show-word-limit
+                placeholder="请填写备注"
+                v-model="ruleForm.remark"
+              /> </el-form-item
+          ></el-col>
+          <el-col :span="24">
+            <el-row>
+              <el-col :span="8">
+                <el-form-item label="可退数量" prop="good_num">
+                  <el-input
+                    v-model="ruleForm.good_num"
+                    :disabled="true"
+                    placeholder="可退数量"
+                    maxlength="10"
+                  ></el-input>
+                </el-form-item>
+              </el-col>
+
+              <el-col :span="8">
+                <el-form-item label="退货数量" prop="thnum">
+                  <digital-input
+                    :values="ruleForm.thnum"
+                    :placeholder="'退货数量'"
+                    :min="0"
+                    :disabled="true"
+                    :max="ruleForm.returnT"
+                    :position="'right'"
+                    :precision="0"
+                    :size="'mini'"
+                    :controls="false"
+                    :append="''"
+                  />
+                </el-form-item>
+              </el-col>
+              <el-col :span="8" style="text-align: right">
+                <el-button type="primary" @click="submitForm" :size="'mini'"
+                  >保 存
+                </el-button>
+                <el-button @click="showModelThis = false" v-if="!isDetail" :size="'mini'"
+                  >关 闭</el-button
+                >
+              </el-col>
+            </el-row>
+          </el-col>
+        </el-row>
+      </el-form>
+    </el-card>
+  </el-dialog>
+</template>
+<script>
+import asyncRequest from "@/apis/service/sellOut/salesOrder/detail";
+import resToken from "@/mixins/resToken";
+import { isnumber } from "@/utils/validate";
+export default {
+  name: "sellReturn",
+  props: ["showModel", "id", "isDetail", "sitem"],
+  mixins: [resToken],
+  data() {
+    return {
+      loading: false,
+      showModelThis: this.showModel,
+      statusOptions: [
+        { id: "0", label: "待公司采购" },
+        { id: "1", label: "待库管发货" },
+        { id: "2", label: "已发货待收货" },
+        { id: "3", label: "已收货" },
+        { id: "4", label: "已全部退货" },
+      ],
+      ruleForm: {
+        good_num: "",
+        thnum: "",
+        return_type: "1",
+        orderCode: "", //发货申请单编号
+        remark: "", //退货备注
+        errorCode: "", //退货原因
+        returnT: "",
+      },
+      rulesThis: this.rules,
+      options: [
+        {
+          value: "1",
+          label: "无地址",
+        },
+        {
+          value: "2",
+          label: "有地址",
+        },
+      ],
+      rules: {
+        errorCode: [
+          {
+            required: true,
+            message: "请选择退货原因",
+            trigger: "change",
+          },
+        ],
+
+        thnum: [
+          {
+            required: true,
+            message: "请输入退货数量",
+            trigger: "blur",
+          },
+        ],
+        remark: [
+          {
+            required: true,
+            message: "请输入退货备注",
+            trigger: "blur",
+          },
+        ],
+      },
+      get_product_go: [],
+      noAddrT: 0,
+      hasAddrT: 0,
+      type_change: true,
+    };
+  },
+  watch: {
+    showModel: function (val) {
+      this.showModelThis = val;
+      if (val) {
+        this.initForm();
+      }
+    },
+    showModelThis(val) {
+      if (!val) {
+        this.$emit("cancel");
+      }
+    },
+  },
+
+  methods: {
+    errorCode_change(e) {
+      this.ruleForm.errorCode = e && e.code ? e.code : "";
+      this.$refs.ruleForm.validateField("errorCode");
+    },
+    async initForm() {
+      this.loading = true;
+      this.rulesThis = this.rules;
+      await this.resetForm();
+      this.loading = false;
+    },
+
+    return_type_change() {
+      const { return_type } = this.ruleForm;
+      this.ruleForm.returnT = return_type === "1" ? this.noAddrT : this.hasAddrT;
+    },
+    async resetForm() {
+      // 重置
+      await this.$nextTick(() => {
+        if (this.$refs.ruleForm) {
+          this.$refs.ruleForm.resetFields();
+          this.$refs.ruleForm.clearValidate();
+          const {
+            orderCode,
+            remark, //退货备注
+            errorCode, //退货原因
+            thnum,
+            returnT,
+          } = this.sitem;
+          this.ruleForm = {
+            thnum: thnum || "0",
+            orderCode, //发货申请单编号
+            remark, //退货备注
+            errorCode, //退货原因
+            returnT: returnT || "0",
+          };
+        }
+      });
+    },
+
+    async submitForm() {
+      await this.$refs.ruleForm.validate(async (valid) => {
+        if (valid) {
+          if (this.loading) return;
+
+          this.loading = true;
+          let model = JSON.parse(JSON.stringify(this.ruleForm));
+          delete model["thnum"];
+          delete model["returnT"];
+
+          const { code, data, message } = await asyncRequest.returnAll(model);
+          this.loading = false;
+          if (code === 0) {
+            this.showModelThis = false;
+            // 刷新
+            this.$emit("refresh", false);
+          } else if (code >= 100 && code <= 104) {
+            await this.logout();
+          } else {
+            this.$message.warning(message);
+          }
+        } else {
+          return false;
+        }
+      });
+    },
+    //保存某一行
+    checkRow(rowIndex) {
+      const { wsend_num, return_num } = this.get_product_go[rowIndex];
+      if (!isnumber(return_num)) {
+        this.$message.warning("退货数量不规范!");
+        return;
+      }
+      if (parseInt(wsend_num) < parseInt(return_num)) {
+        this.$message.warning("退货数量不能大于未发货总数量!");
+        return;
+      }
+      this.get_product_go[rowIndex].edit = false;
+      this.get_product_go[rowIndex].newTime = new Date().valueOf() + "";
+      this.$set(this.get_product_go, rowIndex, this.get_product_go[rowIndex]);
+    },
+    //编辑某一行
+    editRow(rowIndex) {
+      let list = JSON.parse(JSON.stringify(this.get_product_go));
+      console.log(list);
+      let index = list.findIndex((v) => v.edit === true);
+      if (index !== -1) {
+        this.$message.warning("请完成其他行的编辑!");
+        return;
+      }
+      this.get_product_go[rowIndex].edit = true;
+      this.get_product_go[rowIndex].newTime = new Date().valueOf() + "";
+      this.$set(this.get_product_go, rowIndex, this.get_product_go[rowIndex]);
+    },
+  },
+};
+</script>
+
+<style lang="scss" scoped></style>

+ 52 - 1
src/views/sellOut/salesOrder/components/order-out-table.vue

@@ -132,6 +132,19 @@
               @click="openModal()"
             ></i>
           </el-tooltip>
+          <el-tooltip
+            effect="dark"
+            content="全部退货"
+            style="margin: 3px 0 0 8px"
+            v-if="status + '' === '0' && powers.some((i) => i == '051')"
+            placement="top"
+          >
+            <i
+              class="el-icon-refresh-left tb-icon"
+              style="color: #63cbe7"
+              @click="openAllModal()"
+            ></i>
+          </el-tooltip>
         </template>
 
         <template slot-scope="scope">
@@ -206,6 +219,15 @@
       @refresh="searchList"
       @cancel="showModel = false"
     /> -->
+
+    <add-return-all-model
+      :id="returnAllId"
+      :sitem="returnAllSitem"
+      :show-model="returnAllShowModel"
+      :is-detail="false"
+      @refresh="refresh"
+      @cancel="returnAllShowModel = false"
+    />
   </div>
 </template>
 <script>
@@ -215,13 +237,14 @@ import asyncRequest from "@/apis/service/sellOut/salesOrder/detail";
 import outOrderAddModel from "./out-order-add-model";
 import addModel from "@/views/sellOut/sellReturn/components/addModel";
 import inAddrModel from "@/components/in-addr-model";
+import addReturnAllModel from "./addReturnAllModel";
 import { mapGetters } from "vuex";
 
 export default {
   name: "salesOrderDetail",
   mixins: [mixinPage, resToken],
   props: ["newTime", "id", "sitem"],
-  components: { outOrderAddModel, addModel, inAddrModel },
+  components: { outOrderAddModel, addModel, inAddrModel, addReturnAllModel },
   watch: {
     newTime: function (val) {
       if (val) {
@@ -272,6 +295,9 @@ export default {
       returnModel: false,
       wsend_num: "",
       orderCode: "",
+      returnAllId: "",
+      returnAllSitem: null,
+      returnAllShowModel: false,
       parmValue: {
         order_type: "",
         orderCode: "",
@@ -517,6 +543,31 @@ export default {
       this.pageInfo.curr = e;
       await this.searchList();
     },
+    async openAllModal() {
+      const { good_num } = this.sitem;
+      this.returnAllId = this.orderCode;
+      this.returnAllSitem = {
+        orderCode: this.orderCode,
+        remark: "", //退货备注
+        errorCode: "", //退货原因
+        thnum: good_num + "",
+        returnT: good_num + "",
+      };
+      this.returnAllShowModel = true;
+
+      // await this.$confirm("确定要全部退货?", {
+      //   confirmButtonText: "确定",
+      //   cancelButtonText: "取消",
+      //   type: "warning",
+      // })
+      //   .then(async () => {
+      //     console.log("1111111111");
+      //   })
+      //   .catch(() => {
+      //     console.log("取消");
+      //   });
+      //
+    },
   },
 };
 </script>

Some files were not shown because too many files changed in this diff