xiaodai2022 2 سال پیش
والد
کامیت
5792cb66e7

+ 10 - 11
src/components/globalComponents/search-stock/main.vue

@@ -14,7 +14,7 @@
     :loading="selectLoading"
     @change="selectChange"
   >
-  <!-- :disabled="disabled || (isRelation && companyCode === '')" -->
+    <!-- :disabled="disabled || (isRelation && companyCode === '')" -->
     <el-option
       v-for="(item, index) in options"
       :key="item.id + index"
@@ -39,7 +39,7 @@ export default {
     "isDetail",
     "disabled",
     "isRelation",
-    "companyCode",
+    // "companyCode",
     "companyNo", //业务公司
     "wsmtype",
     "names",
@@ -79,11 +79,11 @@ export default {
     };
   },
   watch: {
-    companyCode: function (val, old) {
-      if (this.isRelation && val !== "") {
-        this.remoteMethod(val);
-      }
-    },
+    // companyCode: function (val, old) {
+    //   if (this.isRelation && val !== "") {
+    //     this.remoteMethod(val);
+    //   }
+    // },
     companyNo: function (val, old) {
       if (this.isRelation && val !== "") {
         this.remoteMethod(val);
@@ -127,10 +127,10 @@ export default {
     async remoteMethod() {
       this.selectLoading = true;
       this.options = [];
-      this.formValue.supplierNo = this.companyCode || "";
+      // this.formValue.supplierNo = this.companyCode || "";
       this.formValue.companyNo = this.companyNo || "";
       this.formValue.wsm_type = this.wsmtype || "";
-      
+
       const { code, data, message } = await asyncRequest.list(this.formValue);
 
       if (code === 0) {
@@ -147,5 +147,4 @@ export default {
 };
 </script>
 
-<style>
-</style>
+<style></style>

+ 6 - 6
src/views/dataCorrection/cgMessage/index.vue

@@ -103,7 +103,7 @@
                 class="demo-ruleForm"
               >
                 <el-row>
-                  <el-col :span="10">
+                  <el-col :span="24">
                     <el-form-item label="采购单编号: " prop="cgdNo">
                       <el-input
                         v-model="ruleForm.cgdNo"
@@ -123,7 +123,7 @@
                         :size="searchSize"
                         :value="ruleForm.supplierNo"
                         :placeholder="'采购单销售方公司'"
-                        :disabled="ruleForm.cgdNo  === ''"
+                        :disabled="ruleForm.cgdNo === ''"
                         :names="supplier_name"
                         :isDetail="true"
                         @searchChange="supplierChange"
@@ -131,7 +131,7 @@
                     </el-form-item>
                   </el-col>
 
-                  <el-col :span="14" v-show="order_type + '' == '1'">
+                  <!-- <el-col :span="14" v-show="order_type + '' == '1'">
                     <el-form-item label="采购单仓库信息: " prop="wsm_supplierNo">
                       <search-supplier
                         :size="searchSize"
@@ -143,7 +143,8 @@
                         @searchChange="wsm_supplierChange"
                       />
                     </el-form-item>
-                  </el-col>
+                  </el-col> -->
+                  <!-- :companyNo="sitem && sitem.companyNo ? sitem.companyNo : ''" -->
                   <el-col :span="10" v-show="order_type + '' == '1'">
                     <el-form-item prop="wsm_code" label-width="10px">
                       <search-stock
@@ -154,8 +155,7 @@
                         :isRelation="true"
                         :isDetail="true"
                         :wsmtype="'5'"
-                        :companyNo="sitem && sitem.companyNo ? sitem.companyNo : ''"
-                        :companyCode="wsm_supplierNo"
+                        :companyNo="ruleForm.supplierNo"
                         :names="wsm_name"
                         @searchChange="stockChange"
                       />

+ 1 - 26
src/views/purchaseIn/purchaseOrder/index.vue

@@ -47,31 +47,6 @@
                   />
                 </el-select>
               </el-col>
-              <!-- <el-col :span="4" style="width: 310px; padding: 0 0 0 10px">
-                <search-supplier
-                  :size="searchSize"
-                  :value="wsm_supplierNo"
-                  :placeholder="'入库公司名称'"
-                  :disabled="false"
-                  :names="supplierName"
-                  :isDetail="true"
-                  @searchChange="supplierChange"
-                />
-              </el-col>
-              <el-col :span="4" style="width: 220px; padding: 0 0 0 10px">
-                <search-stock
-                  :size="searchSize"
-                  :value="wsm_code"
-                  :placeholder="'入库仓库名称'"
-                  :disabled="false"
-                  :names="stockName"
-
-                  :isDetail="true"
-                  :isRelation="true"
-                  :companyCode="parmValue.wsm_supplierNo"
-                  @searchChange="stockChange"
-                />
-              </el-col> -->
               <el-col :span="4" style="width: 130px; padding: 0 0 0 10px">
                 <el-dropdown @command="handleClick($event)" :size="searchSize">
                   <el-button :size="searchSize" style="width: 120px">
@@ -475,7 +450,7 @@ export default {
         list = [],
         errorList = [];
       this.changeList.forEach((e) => {
-        if (e.status + '' !== "0") {
+        if (e.status + "" !== "0") {
           isok = false;
         }
         if (

+ 0 - 23
src/views/purchaseIn/wsmInOrder/index.vue

@@ -46,29 +46,6 @@
                   />
                 </el-select>
               </el-col>
-
-              <!-- <el-col :span="4" style="width: 370px; padding: 0 0 0 10px">
-                <search-supplier
-                  :size="searchSize"
-                  :value="wsm_supplierNo"
-                  :placeholder="'入库公司名称'"
-                  :disabled="false"
-                  :isDetail="false"
-                  @searchChange="supplierChange"
-                />
-              </el-col>
-              <el-col :span="4" style="width: 220px; padding: 0 0 0 10px">
-                <search-stock
-                  :size="searchSize"
-                  :value="wsm_code"
-                  :placeholder="'入库仓库名称'"
-                  :disabled="false"
-                  :isDetail="false"
-                  :isRelation="true"
-                  :companyCode="parmValue.wsm_supplierNo"
-                  @searchChange="stockChange"
-                />
-              </el-col> -->
               <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
                 <el-select
                   :size="searchSize"

+ 27 - 22
src/views/sellOut/returnOrder/components/auditForm.vue

@@ -62,7 +62,11 @@
           />
         </el-form-item>
       </el-col>
-      <el-col :span="2" class="fr" v-if="status + '' === '3' && ppowers.some((i) => i == '3')">
+      <el-col
+        :span="2"
+        class="fr"
+        v-if="status + '' === '3' && ppowers.some((i) => i == '3')"
+      >
         <el-form-item class="fr">
           <el-button v-if="!isDetail" :size="'mini'" type="primary" @click="submitForm"
             >保 存
@@ -141,7 +145,7 @@
         </el-form-item>
       </el-col>
 
-      <el-col :span="8">
+      <el-col :span="12">
         <el-form-item
           label="可销售入库仓库"
           prop="companyNo"
@@ -158,7 +162,7 @@
           />
         </el-form-item>
       </el-col>
-      <el-col :span="8">
+      <!-- <el-col :span="12">
         <el-form-item label="" prop="can_sell_wsm_com" label-width="10px">
           <search-supplier
             :size="'mini'"
@@ -170,8 +174,9 @@
             @searchChange="supplierChange($event, 'can_sell_wsm_com')"
           />
         </el-form-item>
-      </el-col>
-      <el-col :span="8">
+      </el-col> -->
+      <!-- :companyCode="ruleForm.can_sell_wsm_com_code" -->
+      <el-col :span="12">
         <el-form-item prop="can_sell_wsm" label-width="10px">
           <search-stock
             :size="'mini'"
@@ -183,12 +188,11 @@
             :wsmtype="'5'"
             :names="ruleForm.can_sell_wsm_name"
             :companyNo="ruleForm.companyNo"
-            :companyCode="ruleForm.can_sell_wsm_com_code"
             @searchChange="stockChange($event, 'can_sell_wsm')"
           />
         </el-form-item>
       </el-col>
-      <el-col :span="8">
+      <el-col :span="12">
         <el-form-item label="次品入库仓库" prop="companyNo" required label-width="130px">
           <search-work-company
             :value="ruleForm.companyNo"
@@ -200,7 +204,7 @@
           />
         </el-form-item>
       </el-col>
-      <el-col :span="8">
+      <!-- <el-col :span="8">
         <el-form-item label="" prop="defective_wsm_com" label-width="10px">
           <search-supplier
             :size="'mini'"
@@ -212,7 +216,9 @@
             @searchChange="supplierChange($event, 'defective_wsm_com')"
           />
         </el-form-item>
-      </el-col>
+      </el-col> -->
+
+      <!-- :companyCode="ruleForm.defective_wsm_com_code" -->
       <el-col :span="8">
         <el-form-item prop="defective_wsm" label-width="10px">
           <search-stock
@@ -225,7 +231,6 @@
             :wsmtype="'4'"
             :names="ruleForm.defective_wsm_name"
             :companyNo="ruleForm.companyNo"
-            :companyCode="ruleForm.defective_wsm_com_code"
             @searchChange="stockChange($event, 'defective_wsm')"
           />
         </el-form-item>
@@ -443,7 +448,7 @@ export default {
           this.ruleForm = {
             thNo: thNo || "",
 
-            state: status + '' === "4" ? "1" : "1",
+            state: status + "" === "4" ? "1" : "1",
             rebut: "",
             status_remark: status_remark || "",
             companyNo: companyNo || this.business_companyNo || "",
@@ -470,17 +475,17 @@ export default {
     },
     stateChange() {
       const { state } = this.ruleForm;
-      this.rulesThis.can_sell_num[0].required = state + '' === "1";
-      this.rulesThis.defective_num[0].required = state + '' === "1";
-      this.rulesThis.loss_num[0].required = state + '' === "1";
-      this.rulesThis.can_sell_wsm_com[0].required = state + '' === "1";
-      this.rulesThis.can_sell_wsm[0].required = state + '' === "1";
+      this.rulesThis.can_sell_num[0].required = state + "" === "1";
+      this.rulesThis.defective_num[0].required = state + "" === "1";
+      this.rulesThis.loss_num[0].required = state + "" === "1";
+      this.rulesThis.can_sell_wsm_com[0].required = state + "" === "1";
+      this.rulesThis.can_sell_wsm[0].required = state + "" === "1";
 
-      this.rulesThis.defective_wsm_com[0].required = state + '' === "1";
-      this.rulesThis.defective_wsm[0].required = state + '' === "1";
+      this.rulesThis.defective_wsm_com[0].required = state + "" === "1";
+      this.rulesThis.defective_wsm[0].required = state + "" === "1";
 
-      this.rulesThis.rebut[0].required = state + '' !== "1";
-      this.rulesThis.status_remark[0].required = state + '' !== "1";
+      this.rulesThis.rebut[0].required = state + "" !== "1";
+      this.rulesThis.status_remark[0].required = state + "" !== "1";
     },
     num_change(e, key) {
       this.ruleForm[key] = e + "";
@@ -506,7 +511,7 @@ export default {
           } = this.ruleForm;
           let model = {
             thNo,
-            status: state + '' === "1" ? "4" : rebut,
+            status: state + "" === "1" ? "4" : rebut,
             status_remark,
             can_sell_wsm: can_sell_wsm_code,
             defective_wsm: defective_wsm_code,
@@ -518,7 +523,7 @@ export default {
           if (
             parseInt(this.return_num) !==
               parseInt(can_sell_num) + parseInt(defective_num) + parseInt(loss_num) &&
-            state + '' === "1"
+            state + "" === "1"
           ) {
             this.$message.warning("可销售数量+次品数量+丢失数量不等于总退货数!");
             return;

+ 0 - 6
src/views/sellOut/salesOrder/components/addEdit.vue

@@ -81,12 +81,6 @@
                   @cancel="showGoodsModel = false"
                   @searchChange="addGoodsRes"
                 />
-                <!-- <search-stock-good-modal
-                  :show-model="showGoodsModel"
-                  :code="stock_code"
-                  @cancel="showGoodsModel = false"
-                  @searchChange="addGoodsRes"
-                /> -->
               </el-col>
             </el-row>
           </el-form>

+ 17 - 11
src/views/sellOut/sellAfterApply/components/express_feedback.vue

@@ -11,7 +11,7 @@
     class="demo-ruleForm"
   >
     <el-row>
-      <el-col :span="12" v-show="return_tag + '' === '2'">
+      <!-- <el-col :span="12" v-show="return_tag + '' === '2'">
         <el-form-item label="仓库信息" prop="wsm_supplierNo">
           <search-supplier
             :size="'mini'"
@@ -23,8 +23,9 @@
             @searchChange="supplierChange"
           />
         </el-form-item>
-      </el-col>
-      <el-col :span="12" v-show="return_tag + '' === '2'">
+      </el-col> -->
+      <!-- :companyCode="wsm_supplier_code" -->
+      <el-col :span="24" v-show="return_tag + '' === '2'">
         <el-form-item prop="wsm_code" label-width="10px">
           <search-stock
             :size="'mini'"
@@ -36,7 +37,6 @@
             :wsmtype="'4'"
             :names="wsm_code_name"
             :companyNo="sitem.customer_code"
-            :companyCode="wsm_supplier_code"
             @searchChange="stockChange"
           />
         </el-form-item>
@@ -45,7 +45,9 @@
       <el-col
         :span="24"
         v-if="
-          (ruleForm.wsm_code && ruleForm.wsm_code.length === 1 && return_tag + '' === '2') ||
+          (ruleForm.wsm_code &&
+            ruleForm.wsm_code.length === 1 &&
+            return_tag + '' === '2') ||
           return_tag == '1'
         "
       >
@@ -53,7 +55,8 @@
           <el-form-item label="收件人" prop="contactor">
             <el-input
               :disabled="
-                return_tag === '2' || !(status + '' === '3' && ppowers.some((i) => i == '3'))
+                return_tag === '2' ||
+                !(status + '' === '3' && ppowers.some((i) => i == '3'))
               "
               v-model="ruleForm.contactor"
               maxlength="20"
@@ -65,7 +68,8 @@
           <el-form-item label="收件人电话" prop="mobile">
             <el-input
               :disabled="
-                return_tag + '' === '2' || !(status + '' === '3' && ppowers.some((i) => i == '3'))
+                return_tag + '' === '2' ||
+                !(status + '' === '3' && ppowers.some((i) => i == '3'))
               "
               v-model="ruleForm.mobile"
               maxlength="11"
@@ -82,7 +86,8 @@
               :size="'mini'"
               @selectChange="addr_selectChange"
               :disabled="
-                return_tag + '' === '2' || !(status + '' === '3' && ppowers.some((i) => i == '3'))
+                return_tag + '' === '2' ||
+                !(status + '' === '3' && ppowers.some((i) => i == '3'))
               "
             />
           </el-form-item>
@@ -91,7 +96,8 @@
           <el-form-item label-width="10px" prop="addr">
             <el-input
               :disabled="
-                return_tag + '' === '2' || !(status + '' === '3' && ppowers.some((i) => i == '3'))
+                return_tag + '' === '2' ||
+                !(status + '' === '3' && ppowers.some((i) => i == '3'))
               "
               v-model="ruleForm.addr"
               maxlength="250"
@@ -280,8 +286,8 @@ export default {
             let code_arr = addr_code.split(",");
             this.ruleForm.addr_code = code_arr && code_arr.length === 3 ? code_arr : [];
           }
-          this.rulesThis.wsm_supplierNo[0].required = this.return_tag + '' === "2";
-          this.rulesThis.wsm_code[0].required = this.return_tag + '' === "2";
+          this.rulesThis.wsm_supplierNo[0].required = this.return_tag + "" === "2";
+          this.rulesThis.wsm_code[0].required = this.return_tag + "" === "2";
         }
       });
     },

+ 0 - 275
src/views/sellOut/sellOutOrder/components/express_feedback.vue

@@ -1,275 +0,0 @@
-<template>
-  <el-form
-    ref="ruleForm"
-    :loading="loading"
-    :model="ruleForm"
-    status-icon
-    :rules="rulesThis"
-    label-width="100px"
-    style="width: 100%"
-    class="demo-ruleForm"
-  >
-    <el-row>
-      <el-form-item label="退回仓库" prop="return_stock">
-        <el-col :span="4" style="width: 370px; padding: 0 0 0 10px">
-          <search-supplier
-            :size="searchSize"
-            :value="wsm_supplierNo"
-            :placeholder="'入库公司名称'"
-            :disabled="false"
-            :isDetail="false"
-            @searchChange="supplierChange"
-          />
-        </el-col>
-        <el-col :span="4" style="width: 220px; padding: 0 0 0 10px">
-          <search-stock
-            :size="searchSize"
-            :value="wsm_code"
-            :placeholder="'入库仓库名称'"
-            :disabled="false"
-            :isDetail="false"
-            :isRelation="true"
-            :companyCode="ruleForm.wsm_supplierNo"
-            @searchChange="stockChange"
-          />
-        </el-col>
-      </el-form-item>
-
-      <el-col :span="24" style="text-align: right">
-        <el-button type="primary" @click="submitForm" v-if="true"
-          >保 存</el-button
-        >
-        <!-- id === 'add' || (status === '0' && powers.some((i) => i == '005')) -->
-        <el-button
-          type="primary"
-          @click="statusConfirm('1', '发起审核流程')"
-          v-if="status + '' === '0' && powers.some((i) => i == '012')"
-          >发起审核流程
-        </el-button>
-        <el-button
-          @click="statusConfirm('0', '取消审核流程')"
-          plain
-          v-if="status + '' === '1' && powers.some((i) => i == '014')"
-          >取消审核流程</el-button
-        >
-        <el-button
-          @click="statusConfirm('-1', '作废该条信息')"
-          type="danger"
-          plain
-          v-if="
-            (status + '' === '0' || status + '' === '1') &&
-            powers.some((i) => i == '015')
-          "
-          >作废该条信息</el-button
-        >
-        <el-button
-          @click="statusConfirm('2', '通过审核')"
-          type="primary"
-          v-if="status + '' === '1' && powers.some((i) => i == '016')"
-          >通过审核</el-button
-        >
-      </el-col>
-    </el-row>
-  </el-form>
-</template>
-<script>
-import { isMobile } from "@/utils/validate.js";
-import asyncRequest from "@/apis/service/sellOut/sellAfterApply";
-import resToken from "@/mixins/resToken";
-import { isnumber } from "@/utils/validate.js";
-export default {
-  name: "purchase_check",
-  props: ["id", "showModelThis", "newTime", "returnCode"],
-  mixins: [resToken],
-  data() {
-    const validatemobile = (rule, value, callback) => {
-      if (value === "") {
-        callback(new Error("手机号不能为空!"));
-      } else {
-        if (!isMobile(value)) {
-          callback(new Error("手机号格式不正确!"));
-        } else {
-          callback();
-        }
-      }
-    };
-    return {
-      wsm_code: [],
-      wsm_supplierNo: [],
-      loading: false,
-      status: "", //存储详情接口返的状态
-      showModelThis: this.showModel,
-      resign_name: "", //离职人
-      hand_name: "", //交接人
-      ruleForm: {
-        wsm_supplierNo: "",
-        wsm_code: "",
-      },
-      rulesThis: this.rules,
-      // 验证规则
-      rules: {
-        return_stock: [
-          {
-            required: true,
-            trigger: "change",
-            message: "",
-          },
-        ],
-      },
-      pageInfo: {
-        size: 15,
-        curr: 1,
-        total: 0,
-      },
-    };
-  },
-  computed: {
-    powers() {
-      const tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "purchase_check"
-        ) || {};
-      const { action } = tran ?? {};
-      return action ?? [];
-    },
-  },
-
-  mounted() {
-    // this.initForm();
-  },
-  watch: {
-    id: function (val) {
-      if (val) {
-        this.initForm();
-      }
-    },
-    newTime: function (val) {
-      if (val) {
-        this.initForm();
-      }
-    },
-  },
-  methods: {
-    //   关闭弹窗,直接隐藏表单
-    // async closeAddEdit() {
-    //   this.$emit("closeModel", false); //抛出一个事件,关闭弹窗
-    //
-    // },
-    closeAdd() {
-      this.showModelThis = false;
-    },
-    async initForm() {
-      this.loading = true;
-      if (this.id === "add") {
-        this.status = "";
-        this.rulesThis = this.rules;
-        await this.resetForm();
-      } else {
-        this.rulesThis = this.rules;
-        await this.resetForm();
-        // await this.initData();
-      }
-      this.loading = false;
-    },
-
-    async resetForm() {
-      this.resign_name = "";
-      this.hand_name = "";
-      this.status = "";
-      // 重置
-      await this.$nextTick(() => {
-        if (this.$refs.ruleForm) {
-          this.$refs.ruleForm.resetFields();
-          this.$refs.ruleForm.clearValidate();
-          this.wsm_supplierNo = [];
-          this.ruleForm = {
-            return_store: "", //退回仓库
-            return_goods_addr: [], //退货地址
-            addr_detail: "", //退货详细地址
-            addressee: "", //收件人
-            addressee_phone: "", //收件人电话
-            express_require: "", //物流要求
-          };
-        }
-      });
-    },
-    async submitForm() {
-      await this.$refs.ruleForm.validate(async (valid) => {
-        if (valid) {
-          if (this.loading) {
-            return;
-          }
-          this.loading = true;
-          let model = {
-            returnCode: this.returnCode,
-            wsm_code: this.ruleForm.wsm_code,
-          };
-          const res = await asyncRequest.afterFeed(model);
-
-          this.loading = false;
-          if (res && res.code === 0) {
-            this.$notify.success({
-              title: "物流已反馈",
-              message: "",
-            });
-            this.$emit("refresh", false);
-            //   this.initForm();
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
-          }
-        } else {
-          console.log("error submit!!");
-          return false;
-        }
-      });
-    },
-    handleStore(e) {
-      this.return_store_options.find((item) => {
-        if (item.value === e) {
-          this.ruleForm.return_goods_addr = item.return_goods_addr;
-          this.ruleForm.addr_detail = item.addr_detail;
-          this.ruleForm.addressee = item.addressee;
-          this.ruleForm.addressee_phone = item.addressee_phone;
-          this.$refs.ruleForm.validateField("addressee");
-          this.$refs.ruleForm.validateField("return_goods_addr");
-          this.$refs.ruleForm.validateField("addr_detail");
-          this.$refs.ruleForm.validateField("addressee_phone");
-        }
-      });
-      this.ruleForm.return_store = e;
-    },
-    async supplierChange(e) {
-      if (e && e.id) {
-        this.ruleForm.wsm_supplierNo = e.code;
-        this.wsm_supplierNo = [e.code];
-      } else {
-        this.ruleForm.wsm_supplierNo = "";
-        this.wsm_supplierNo = [];
-      }
-      this.ruleForm.wsm_code = "";
-      this.wsm_code = [];
-      // this.ruleForm.page = 1;
-      // this.pageInfo.curr = 1;
-      // await this.searchList();
-    },
-    async stockChange(e) {
-      if (e && e.id) {
-        this.ruleForm.wsm_code = e.code;
-        this.wsm_code = [e.code];
-      } else {
-        this.ruleForm.wsm_code = "";
-        this.wsm_code = [];
-      }
-      console.log(e);
-      // this.ruleForm.page = 1;
-      // this.pageInfo.curr = 1;
-      // await this.searchList();
-    },
-  },
-};
-</script>
-
-<style lang="scss" scoped>
-</style>

+ 8 - 8
src/views/sellOut/sellReturn/components/comExamForm.vue

@@ -39,7 +39,7 @@
           />
         </el-form-item>
       </el-col>
-      <el-col :span="11" v-show="ruleForm.is_th + '' === '0'">
+      <!-- <el-col :span="11" v-show="ruleForm.is_th + '' === '0'">
         <el-form-item label="仓库信息" prop="return_company">
           <search-supplier
             :size="'mini'"
@@ -51,11 +51,12 @@
             @searchChange="selectSupplierStock"
           />
         </el-form-item>
-      </el-col>
-      <el-col :span="8" v-show="ruleForm.is_th + '' === '0'">
+      </el-col> -->
+      <el-col :span="19" v-show="ruleForm.is_th + '' === '0'">
         <el-form-item prop="return_wsm" label-width="10px">
           <!-- :disabled="sitem.companyNo === ''" -->
           <!-- :companyNo="sitem.companyNo" -->
+          <!-- :companyCode="return_company" -->
           <search-stock
             :size="'mini'"
             :disabled="disabled || ruleForm.return_company.length === 0"
@@ -65,7 +66,6 @@
             :isDetail="disabled"
             :wsmtype="'5'"
             :companyNo="sitem.supplierNo"
-            :companyCode="return_company"
             :names="disabled ? wsm_name : ''"
             @searchChange="change_return_wsm"
           />
@@ -220,9 +220,9 @@ export default {
     },
     is_th_change() {
       const { is_th } = this.ruleForm;
-      this.rulesThis.remark[0].required = is_th + '' === "1";
-      this.rulesThis.return_company[0].required = is_th + '' === "0";
-      this.rulesThis.return_wsm[0].required = is_th + '' === "0";
+      this.rulesThis.remark[0].required = is_th + "" === "1";
+      this.rulesThis.return_company[0].required = is_th + "" === "0";
+      this.rulesThis.return_wsm[0].required = is_th + "" === "0";
     },
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
@@ -232,7 +232,7 @@ export default {
           }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
-          if (model.is_th + '' === "0") {
+          if (model.is_th + "" === "0") {
             model.remark = "";
           } else {
             model.return_wsm = [];

+ 5 - 8
src/views/sellOut/stockApply/components/purchaseBack.vue

@@ -24,7 +24,7 @@
       </el-col>
 
       <el-col :span="12" style="text-align: right; padding: 0 0 20px 0">
-        <el-form-item label="仓库所在公司" prop="supplier_code">
+        <!-- <el-form-item label="仓库所在公司" prop="supplier_code">
           <search-supplier
             :size="'mini'"
             :placeholder="'仓库所在公司'"
@@ -33,7 +33,8 @@
             :names="''"
             @searchChange="selectSupplierStock"
           />
-        </el-form-item>
+        </el-form-item> -->
+        <!-- :companyCode="supplier_code" -->
         <el-form-item label="仓库名称" prop="wsm_code">
           <search-stock
             :isDetail="false"
@@ -44,19 +45,16 @@
             :isRelation="true"
             :wsmtype="'5'"
             :companyNo="sitem.companyNo"
-            :companyCode="supplier_code"
             :names="''"
             @searchChange="change_wsm_code"
           />
         </el-form-item>
-        <el-button type="primary" @click="submitForm" :size="'mini'"
-          >保 存
-        </el-button>
+        <el-button type="primary" @click="submitForm" :size="'mini'">保 存 </el-button>
       </el-col>
     </el-row>
   </el-form>
 </template>
-   <script>
+<script>
 import resToken from "@/mixins/resToken";
 import asyncRequest from "@/apis/service/sellOut/stockApply";
 export default {
@@ -202,4 +200,3 @@ export default {
   },
 };
 </script>
-   

+ 20 - 8
src/views/stock/allot/components/addForm.vue

@@ -18,7 +18,10 @@
                 :value="ruleForm.out_companyNo"
                 :size="'mini'"
                 :disabled="
-                  !(id === 'add' || (status + '' === '0' && powers.some((i) => i == '005')))
+                  !(
+                    id === 'add' ||
+                    (status + '' === '0' && powers.some((i) => i == '005'))
+                  )
                 "
                 :is-detail="id !== 'add'"
                 :placeholder="'业务公司'"
@@ -43,12 +46,15 @@
                 :value="ruleForm.stock_code"
                 :isDetail="id !== 'add'"
                 :disabled="
-                  !(id === 'add' || (status + '' === '0' && powers.some((i) => i == '005')))
+                  !(
+                    id === 'add' ||
+                    (status + '' === '0' && powers.some((i) => i == '005'))
+                  )
                 "
                 :size="'mini'"
                 :placeholder="'请选择仓库'"
                 :isRelation="true"
-                :companyCode="supplier_code"
+                :companyNo="ruleForm.out_companyNo"
                 :names="''"
                 @searchChange="selectStockOut"
               />
@@ -62,7 +68,10 @@
                 :names="''"
                 :size="'mini'"
                 :disabled="
-                  !(id === 'add' || (status + '' === '0' && powers.some((i) => i == '005')))
+                  !(
+                    id === 'add' ||
+                    (status + '' === '0' && powers.some((i) => i == '005'))
+                  )
                 "
                 :is-detail="id !== 'add'"
                 :placeholder="'业务公司'"
@@ -88,11 +97,14 @@
                 :isDetail="id !== 'add'"
                 :size="'mini'"
                 :disabled="
-                  !(id === 'add' || (status + '' === '0' && powers.some((i) => i == '005')))
+                  !(
+                    id === 'add' ||
+                    (status + '' === '0' && powers.some((i) => i == '005'))
+                  )
                 "
                 :placeholder="'请选择仓库'"
                 :isRelation="true"
-                :companyCode="supplier_in_code"
+                :companyNo="ruleForm.in_companyNo"
                 :names="''"
                 @searchChange="selectStockIn"
               />
@@ -705,7 +717,7 @@ export default {
         dList = JSON.parse(JSON.stringify(this.delList));
       console.log(addList);
       addList.forEach((v1, index) => {
-        let oldindex = oldList.findIndex((v2) => v1.bnCode + '' === v2.bnCode + '');
+        let oldindex = oldList.findIndex((v2) => v1.bnCode + "" === v2.bnCode + "");
         if (oldindex === -1) {
           addList[index].usable_num = addList[index].balance_num;
           addList[index].allot_num = addList[index].balance_num;
@@ -714,7 +726,7 @@ export default {
         }
       });
       newList.forEach((v3) => {
-        let otherindex = dList.findIndex((v4) => v3.bnCode + '' === v4.bnCode + '');
+        let otherindex = dList.findIndex((v4) => v3.bnCode + "" === v4.bnCode + "");
         if (otherindex !== -1) {
           dList.splice(otherindex, 1);
         }

+ 11 - 20
src/views/stock/allot/index.vue

@@ -1,8 +1,6 @@
 <template>
   <div class="allot pagePadding">
-    <div
-      v-if=" powers.some((i) => i == '001')"
-    >
+    <div v-if="powers.some((i) => i == '001')">
       <ex-table
         v-loading="loading"
         :table="table"
@@ -108,10 +106,7 @@
                 <el-dropdown @command="handleClick($event)" :size="searchSize">
                   <el-button :size="searchSize">
                     {{ sselect }}
-                    <i
-                      class="el-icon-arrow-down el-icon--right"
-                      :size="searchSize"
-                    ></i>
+                    <i class="el-icon-arrow-down el-icon--right" :size="searchSize"></i>
                   </el-button>
                   <el-dropdown-menu slot="dropdown">
                     <el-dropdown-item
@@ -133,7 +128,7 @@
                   @searchChange="companyNoChange"
                 />
               </el-col>
-              <el-col :span="4" style="width: 260px; padding: 0 0 0 10px">
+              <!-- <el-col :span="4" style="width: 260px; padding: 0 0 0 10px">
                 <search-supplier
                   :size="searchSize"
                   :value="parmValue.supplierNo"
@@ -142,7 +137,7 @@
                   :isDetail="false"
                   @searchChange="supplierChange"
                 />
-              </el-col>
+              </el-col> -->
               <el-col :span="4" style="width: 262px; padding: 0 0 0 10px">
                 <search-stock
                   :size="searchSize"
@@ -151,7 +146,7 @@
                   :disabled="false"
                   :isDetail="false"
                   :isRelation="true"
-                  :companyCode="supplierNo"
+                  :companyNo="parmValue.companyNo"
                   @searchChange="stockChange"
                 />
               </el-col>
@@ -180,8 +175,8 @@
                 : 'warning'
             "
             v-text="
-              (statusOptions.find((item) => item.id == scope.row.status) || {})
-                .label || '--'
+              (statusOptions.find((item) => item.id == scope.row.status) || {}).label ||
+              '--'
             "
           ></el-tag>
         </template>
@@ -213,7 +208,7 @@
     </div>
   </div>
 </template>
-   <script>
+<script>
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import { statusList } from "@/assets/js/statusList";
@@ -231,9 +226,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "allot"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "allot") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },
@@ -404,10 +397,8 @@ export default {
       delete model["stockNo"];
       model.wsm_out = this.sselect == "按出库方筛选" ? stockNo : "";
       model.wsm_in = this.sselect != "按出库方筛选" ? stockNo : "";
-      model.wsm_out_supplierNo =
-        this.sselect == "按出库方筛选" ? supplierNo : "";
-      model.wsm_in_supplierNo =
-        this.sselect != "按出库方筛选" ? supplierNo : "";
+      model.wsm_out_supplierNo = this.sselect == "按出库方筛选" ? supplierNo : "";
+      model.wsm_in_supplierNo = this.sselect != "按出库方筛选" ? supplierNo : "";
       const res = await asyncRequest.list(model);
       if (res && res.code === 0 && res.data) {
         this.tableData = res.data.list;

+ 9 - 22
src/views/stock/check/components/addEdit.vue

@@ -40,15 +40,12 @@
               :value="ruleForm.wsm_code"
               :size="'mini'"
               :disabled="
-                !(
-                  id === 'add' ||
-                  (status + '' === '0' && powers.some((i) => i == '005'))
-                )
+                !(id === 'add' || (status + '' === '0' && powers.some((i) => i == '005')))
               "
               :is-detail="id !== 'add'"
               :placeholder="'盘点仓库'"
               :isRelation="true"
-              :companyCode="companyCode"
+              :companyNo="ruleForm.companyNo"
               :names="''"
               @searchChange="stockChange"
             />
@@ -60,10 +57,7 @@
               v-model="ruleForm.type"
               placeholder="盘点类型"
               :disabled="
-                !(
-                  id === 'add' ||
-                  (status + '' === '0' && powers.some((i) => i == '005'))
-                )
+                !(id === 'add' || (status + '' === '0' && powers.some((i) => i == '005')))
               "
               style="width: 100%"
             >
@@ -82,10 +76,7 @@
             type="primary"
             @click="submitForm"
             :size="'mini'"
-            v-if="
-              id === 'add' ||
-              (status + '' === '0' && powers.some((i) => i == '005'))
-            "
+            v-if="id === 'add' || (status + '' === '0' && powers.some((i) => i == '005'))"
             >保 存
           </el-button>
         </el-col>
@@ -93,7 +84,7 @@
     </el-form>
   </div>
 </template>
-   <script>
+<script>
 import asyncRequest from "@/apis/service/stock/check/detail";
 import resToken from "@/mixins/resToken";
 import { mapGetters } from "vuex";
@@ -108,9 +99,8 @@ export default {
   computed: {
     powers() {
       const tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "checkDetail"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "checkDetail") ||
+        {};
       const { action } = tran ?? {};
       return action ?? [];
     },
@@ -254,9 +244,7 @@ export default {
             return;
           }
           this.loading = true;
-          const { wsm_code, type, companyNo } = JSON.parse(
-            JSON.stringify(this.ruleForm)
-          );
+          const { wsm_code, type, companyNo } = JSON.parse(JSON.stringify(this.ruleForm));
           const model = {
             companyNo: companyNo,
             id: this.id,
@@ -294,8 +282,7 @@ export default {
 };
 </script>
 
-   <style lang="scss" scoped>
+<style lang="scss" scoped>
 .check {
 }
 </style>
-   

+ 7 - 21
src/views/stock/stockCount/components/dataWeido/index.vue

@@ -1,8 +1,6 @@
 <template>
   <div class="dataWeido pagePadding" style="padding: 0">
-    <div
-      v-if=" powers.some((i) => i == '001')"
-    >
+    <div v-if="powers.some((i) => i == '001')">
       <ex-table
         v-loading="loading"
         :table="table"
@@ -54,7 +52,7 @@
                     :disabled="parmValue.companyNo === ''"
                     :placeholder="'出库仓库'"
                     :isRelation="true"
-                    :companyCode="supplier_code"
+                    :companyNo="parmValue.companyNo"
                     :names="''"
                     @searchChange="selectStock"
                   />
@@ -71,11 +69,7 @@
                   ></el-button>
                 </el-col>
                 <!-- 重置 -->
-                <el-col
-                  :span="4"
-                  style="width: 54px; margin-left: 10px"
-                  class="mr5"
-                >
+                <el-col :span="4" style="width: 54px; margin-left: 10px" class="mr5">
                   <el-button
                     :size="searchSize"
                     class="fr"
@@ -117,17 +111,13 @@
                 <span
                   v-for="(si, sii) in scope.row.specinfo"
                   :key="sii + si.spec_value_id"
-                  >{{ sii === 0 ? "" : "-" }}{{ si.spec_name }}[{{
-                    si.spec_value
-                  }}]</span
+                  >{{ sii === 0 ? "" : "-" }}{{ si.spec_name }}[{{ si.spec_value }}]</span
                 >
               </template>
             </el-table-column>
             <el-table-column label="分类" min-width="120" show-overflow-tooltip>
               <template slot-scope="scope">
-                <span
-                  v-for="(si, sii) in scope.row.can"
-                  :key="sii + si.spec_value_id"
+                <span v-for="(si, sii) in scope.row.can" :key="sii + si.spec_value_id"
                   >{{ sii === 0 ? "" : "_" }}{{ si.name }}</span
                 >
               </template></el-table-column
@@ -191,7 +181,7 @@
     </div>
   </div>
 </template>
-   <script>
+<script>
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import asyncRequest from "@/apis/service/stock/dataWeido";
@@ -206,9 +196,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "stockCount"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "stockCount") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },
@@ -321,5 +309,3 @@ export default {
   },
 };
 </script>
-
-   

+ 8 - 21
src/views/stock/stockCount/components/spaceCount/index.vue

@@ -1,8 +1,6 @@
 <template>
   <div class="spaceCount pagePadding" style="padding: 0">
-    <div
-      v-if=" powers.some((i) => i == '001')"
-    >
+    <div v-if="powers.some((i) => i == '001')">
       <ex-table
         v-loading="loading"
         :table="table"
@@ -66,7 +64,7 @@
                   @searchChange="selectSupplier"
                 />
               </el-col> -->
-              <el-col :span="12" style="width: 330px; padding:0 0 0 10px">
+              <el-col :span="12" style="width: 330px; padding: 0 0 0 10px">
                 <search-stock
                   :isDetail="true"
                   :size="searchSize"
@@ -74,18 +72,14 @@
                   :disabled="parmValue.companyNo === ''"
                   :placeholder="'出库仓库'"
                   :isRelation="true"
-                  :companyCode="supplier_code"
+                  :companyNo="parmValue.companyNo"
                   :names="''"
                   @searchChange="selectStock"
                 />
               </el-col>
               <!-- 刷新 -->
               <el-col :span="4" style="width: 66px" class="fr">
-                <el-button
-                  :size="searchSize"
-                  type="primary"
-                  label=""
-                  @click="searchList"
+                <el-button :size="searchSize" type="primary" label="" @click="searchList"
                   >刷新</el-button
                 >
               </el-col>
@@ -93,12 +87,8 @@
           </div>
         </template>
         <template #specinfo="{ scope }">
-          <span
-            v-for="(si, sii) in scope.row.specinfo"
-            :key="sii + si.spec_value_id"
-            >{{ sii === 0 ? "" : "-" }}{{ si.spec_name }}[{{
-              si.spec_value
-            }}]</span
+          <span v-for="(si, sii) in scope.row.specinfo" :key="sii + si.spec_value_id"
+            >{{ sii === 0 ? "" : "-" }}{{ si.spec_name }}[{{ si.spec_value }}]</span
           >
         </template>
         <template #can="{ scope }">
@@ -113,7 +103,7 @@
     </div>
   </div>
 </template>
-   <script>
+<script>
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import asyncRequest from "@/apis/service/stock/spaceCount";
@@ -127,9 +117,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "stockCount"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "stockCount") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },
@@ -263,4 +251,3 @@ export default {
   },
 };
 </script>
-   

+ 13 - 25
src/views/stock/stockWarning/index.vue

@@ -1,9 +1,6 @@
-
 <template>
   <div class="survey pagePadding">
-    <div
-      v-if=" powers.some((i) => i == '001')"
-    >
+    <div v-if="powers.some((i) => i == '001')">
       <ex-table
         v-loading="loading"
         :table="table"
@@ -86,7 +83,7 @@
                   :disabled="parmValue.companyNo === ''"
                   :placeholder="'出库仓库'"
                   :isRelation="true"
-                  :companyCode="supplier_code"
+                  :companyNo="parmValue.companyNo"
                   :names="''"
                   @searchChange="selectStock"
                 />
@@ -123,8 +120,8 @@
             :size="tablebtnSize"
             :type="scope.row.status == '0' ? 'warning' : ''"
             v-text="
-              (statusOptions.find((item) => item.id == scope.row.status) || {})
-                .label || '--'
+              (statusOptions.find((item) => item.id == scope.row.status) || {}).label ||
+              '--'
             "
           ></el-tag>
         </template>
@@ -141,9 +138,7 @@
             ></i>
           </el-tooltip>
           <el-tooltip
-            v-if="
-              powers.some((i) => i == '004') && scope.row.status + '' === '1'
-            "
+            v-if="powers.some((i) => i == '004') && scope.row.status + '' === '1'"
             effect="dark"
             content="禁用"
             placement="top"
@@ -154,9 +149,7 @@
             ></i>
           </el-tooltip>
           <el-tooltip
-            v-if="
-              powers.some((i) => i == '004') && scope.row.status + '' === '0'
-            "
+            v-if="powers.some((i) => i == '004') && scope.row.status + '' === '0'"
             effect="dark"
             content="启用"
             placement="top"
@@ -168,12 +161,8 @@
           </el-tooltip>
         </template>
         <template #specinfo="{ scope }">
-          <span
-            v-for="(si, sii) in scope.row.specinfo"
-            :key="sii + si.spec_value_id"
-            >{{ sii === 0 ? "" : "-" }}{{ si.spec_name }}[{{
-              si.spec_value
-            }}]</span
+          <span v-for="(si, sii) in scope.row.specinfo" :key="sii + si.spec_value_id"
+            >{{ sii === 0 ? "" : "-" }}{{ si.spec_name }}[{{ si.spec_value }}]</span
           >
         </template>
       </ex-table>
@@ -191,7 +180,7 @@
     </div>
   </div>
 </template>
-   <script>
+<script>
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import { statusList } from "@/assets/js/statusList";
@@ -209,9 +198,8 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "stockWarning"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "stockWarning") ||
+        {};
       const { action } = tran ?? {};
       return action ?? [];
     },
@@ -235,7 +223,7 @@ export default {
         warn_up: "",
         stock_low: "",
         stock_up: "",
-        company_name:"", //部门
+        company_name: "", //部门
         page: 1,
         size: 15,
       },
@@ -340,7 +328,7 @@ export default {
         warn_up: "",
         stock_low: "",
         stock_up: "",
-        company_name:"", //部门
+        company_name: "", //部门
         page: 1,
         size: 15,
       };

+ 88 - 86
src/views/stock/survey/index.vue

@@ -1,9 +1,9 @@
 <template>
   <div class="stockWarning pagePadding">
-    <div v-if=" powers.some((i) => i == '001')">
+    <div v-if="powers.some((i) => i == '001')">
       <div style="width: 100%">
         <el-row style="padding: 15px 0 0 0px">
-          <el-col :span="12" style="width: 290px;margin-right:10px">
+          <el-col :span="12" style="width: 290px; margin-right: 10px">
             <search-work-company
               :value="parmValue.companyNo"
               :names="''"
@@ -32,59 +32,57 @@
               :placeholder="'出库仓库'"
               :isRelation="true"
               :companyNo="parmValue.companyNo"
-              :companyCode="''"
               :names="''"
               @searchChange="selectStock"
             />
-            <!-- :companyNo="parmValue.companyNo" -->
           </el-col>
-          <el-col :span="12" style="width: 290px;margin:0 10px">
+          <el-col :span="12" style="width: 290px; margin: 0 10px">
             <el-input
               v-model="parmValue.good_name"
               size="mini"
               clearable
               placeholder="商品名称"
               @blur="
-              pageInfo.curr = 1;
-              parmValue.page = 1;
-              searchList();
+                pageInfo.curr = 1;
+                parmValue.page = 1;
+                searchList();
               "
               @clear="
-              pageInfo.curr = 1;
-              parmValue.page = 1;
-              searchList();
+                pageInfo.curr = 1;
+                parmValue.page = 1;
+                searchList();
               "
             />
           </el-col>
-          <el-col :span="12" style="width: 290px;margin-right:10px">
+          <el-col :span="12" style="width: 290px; margin-right: 10px">
             <el-input
               v-model="parmValue.spuCode"
               clearable
               size="mini"
               placeholder="商品成本编码"
               @blur="
-              pageInfo.curr = 1;
-            parmValue.page = 1;
-            searchList();
-            "
-            @clear="
-              pageInfo.curr = 1;
-              parmValue.page = 1;
-              searchList();
+                pageInfo.curr = 1;
+                parmValue.page = 1;
+                searchList();
+              "
+              @clear="
+                pageInfo.curr = 1;
+                parmValue.page = 1;
+                searchList();
               "
             />
           </el-col>
-          <el-col :span="12" style="width: 290px;margin-right:10px">
+          <el-col :span="12" style="width: 290px; margin-right: 10px">
             <el-select
               placeholder="是否库存品"
               clearable
               size="mini"
               v-model="parmValue.is_stock"
               @change="
-              pageInfo.curr = 1;
-              parmValue.page = 1;
-              searchList();
-            "
+                pageInfo.curr = 1;
+                parmValue.page = 1;
+                searchList();
+              "
             >
               <el-option value="1" label="是" />
               <el-option value="0" label="否" />
@@ -98,7 +96,12 @@
           <el-col :span="24" class="card">
             <el-card shadow="always">
               <i :class="item.icon" class="icon"></i>
-              <countTo style="display: block" :startVal="0" :endVal="item.endVal" :duration="3000"></countTo>
+              <countTo
+                style="display: block"
+                :startVal="0"
+                :endVal="item.endVal"
+                :duration="3000"
+              ></countTo>
               <p style="margin-top: 5px">{{ item.label }}</p>
             </el-card>
           </el-col>
@@ -115,14 +118,14 @@
         @page-curr-change="handlePageChange"
         @page-size-change="handleSizeChange"
         @screen-reset="
-           pageInfo.curr = 1;
-           parmValue.page = 1;
-           searchList();
+          pageInfo.curr = 1;
+          parmValue.page = 1;
+          searchList();
         "
         @screen-submit="
-           pageInfo.curr = 1;
-           parmValue.page = 1;
-           searchList();
+          pageInfo.curr = 1;
+          parmValue.page = 1;
+          searchList();
         "
       >
         <template #table-header="{}">
@@ -135,13 +138,13 @@
             :size="'mini'"
             :type="scope.row.type == '0' ? 'warning' : ''"
             v-text="
-            (statusOptions.find((item) => item.id == scope.row.type) || {})
-              .label || '--'
-          "
+              (statusOptions.find((item) => item.id == scope.row.type) || {}).label ||
+              '--'
+            "
           ></el-tag>
         </template>
-        <template #is_stock="{scope}">
-          <span>{{scope.row.is_stock + '' === '1' ? "是" : "否"}}</span>
+        <template #is_stock="{ scope }">
+          <span>{{ scope.row.is_stock + "" === "1" ? "是" : "否" }}</span>
         </template>
         <template #reviewer="{ scope }">
           <!-- {{scope.row.item}} -->
@@ -156,7 +159,7 @@
     </div>
   </div>
 </template>
-   <script>
+<script>
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import asyncRequest from "@/apis/service/stock/survey";
@@ -167,29 +170,28 @@ export default {
   name: "survey",
   mixins: [mixinPage, resToken],
   components: {
-    countTo
+    countTo,
   },
   computed: {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find(item => item.menu_route == "survey") ||
-        {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "survey") || {};
       const { action } = tran ?? {};
       return action ?? [];
-    }
+    },
   },
   data() {
     return {
       statusOptions: [
         {
           id: "1",
-          label: "增加"
+          label: "增加",
         },
         {
           id: "2",
-          label: "减少"
-        }
+          label: "减少",
+        },
       ],
       stock_code: "",
       supplier_code: "",
@@ -201,39 +203,39 @@ export default {
         supplier_code: [],
         stock_code: [],
         page: 1,
-        size: 15
+        size: 15,
       },
       stock_list: [
         {
           id: "1",
           icon: "el-icon-box",
           label: "当前库存",
-          endVal: 0
+          endVal: 0,
         },
         {
           id: "2",
           icon: "el-icon-download",
           label: "待入库",
-          endVal: 0
+          endVal: 0,
         },
         {
           id: "3",
           icon: "el-icon-upload2",
           label: "待出库",
-          endVal: 0
+          endVal: 0,
         },
         {
           id: "4",
           icon: "el-icon-shopping-cart-full",
           label: "可用库存",
-          endVal: 0
+          endVal: 0,
         },
         {
           id: "5",
           icon: "el-icon-truck",
           label: "在途库存",
-          endVal: 0
-        }
+          endVal: 0,
+        },
       ],
 
       loading: true,
@@ -244,102 +246,102 @@ export default {
       table: {
         // 表格 - 参数
         stripe: true,
-        border: true
+        border: true,
         // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {
         size: 15,
         curr: 1,
-        total: 0
+        total: 0,
       },
       columns: [
         {
           prop: "good_log_code",
           label: "业务编号",
-          width: "160px"
+          width: "160px",
         },
         {
           prop: "good_name",
           label: "商品名称",
-          width: "160px"
+          width: "160px",
         },
         {
-          prop:"spuCode",
-          label:"商品成本编码",
-          width:"160px"
+          prop: "spuCode",
+          label: "商品成本编码",
+          width: "160px",
         },
         {
-          prop:"is_stock",
-          label:"是否库存品",
-           _slot_: "is_stock",
-          width:'70px'
+          prop: "is_stock",
+          label: "是否库存品",
+          _slot_: "is_stock",
+          width: "70px",
         },
         {
           prop: "action_type_cn",
           label: "库存来源",
-          width: "90px"
+          width: "90px",
         },
         {
           prop: "type",
           label: "变化类别",
           _slot_: "type_status",
-          width: "70px"
+          width: "70px",
         },
         {
           prop: "stock",
           label: "变动数量",
-          width: "90px"
+          width: "90px",
         },
         {
           prop: "companyNo",
           label: "业务公司编号",
-          width: "150px"
+          width: "150px",
         },
         {
           prop: "company",
           label: "业务公司名称",
-          "min-width": "150px"
+          "min-width": "150px",
         },
         {
           prop: "code",
           label: "仓库所在公司编号",
-          width: "150px"
+          width: "150px",
         },
         {
           prop: "name",
           label: "仓库所在公司名称",
-          "min-width": "150px"
+          "min-width": "150px",
         },
         {
           prop: "wsm_code",
           label: "仓库编号",
-          width: "165px"
+          width: "165px",
         },
         {
           prop: "wsm_name",
           label: "仓库名称",
-          "min-width": "100px"
+          "min-width": "100px",
         },
 
         {
           prop: "action_name",
           label: "操作人",
-          width: "70px"
+          width: "70px",
         },
         {
           prop: "reviewer",
           label: "操作人部门",
           _slot_: "reviewer",
-          width: "130px"
+          width: "130px",
         },
         {
           prop: "addtime",
           label: "操作时间",
           width: "145px",
-          sortable: true
-        }
-      ]
+          sortable: true,
+        },
+      ],
     };
   },
   mounted() {
@@ -397,7 +399,7 @@ export default {
       let model = {
         companyNo: this.parmValue.companyNo,
         supplier_code: this.supplier_code,
-        stock_code: this.stock_code
+        stock_code: this.stock_code,
       };
       const res = await asyncRequest.getstockwsm(model);
 
@@ -409,7 +411,7 @@ export default {
           usable_stock,
           wait_in_stock,
           wait_out_stock,
-          warn_stock
+          warn_stock,
         } = res.data;
         this.stock_list[0].endVal = Number(total_stock);
         this.stock_list[1].endVal = Number(wait_in_stock);
@@ -431,7 +433,7 @@ export default {
       const res = await asyncRequest.list(model);
       if (res && res.code === 0 && res.data) {
         this.tableData = res.data.list;
-        this.tableData.forEach(v => {
+        this.tableData.forEach((v) => {
           if (v.empty) {
             v.code = v.empty.code;
             v.wsm_name = v.empty.wsm_name;
@@ -447,14 +449,14 @@ export default {
         this.pageInfo.total = 0;
       }
       this.loading = false;
-    }
-  }
+    },
+  },
 };
 </script>
-   <style lang="scss" scoped>
- /deep/.el-input {
-   margin-bottom: 10px;
- }
+<style lang="scss" scoped>
+/deep/.el-input {
+  margin-bottom: 10px;
+}
 
 .card {
   width: 200px;