فهرست منبع

修改商品成本

xiaodai2022 1 سال پیش
والد
کامیت
471899ceb0

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 242 - 167
src/views/goodStore/goodsCost/components/baseFormNormal.vue


+ 1 - 1
src/views/goodStore/supplierGoodsCost/components/baseForm.vue

@@ -2436,7 +2436,7 @@ export default {
     async noble_metalsearchChange(e) {
     async noble_metalsearchChange(e) {
       const { id, code, label } = e;
       const { id, code, label } = e;
       this.ruleForm.noble_metal = id || "";
       this.ruleForm.noble_metal = id || "";
-      tthis.$refs.ruleForm && his.$refs.ruleForm.validateField("noble_metal");
+      this.$refs.ruleForm && this.$refs.ruleForm.validateField("noble_metal");
       await this.get_all_fee();
       await this.get_all_fee();
     },
     },
     async areaChange(e, key) {
     async areaChange(e, key) {

+ 1 - 1
src/views/goodStore/supplierGoodsCost/components/baseFormNormal.vue

@@ -2427,7 +2427,7 @@ export default {
     async noble_metalsearchChange(e) {
     async noble_metalsearchChange(e) {
       const { id, code, label } = e;
       const { id, code, label } = e;
       this.ruleForm.noble_metal = id || "";
       this.ruleForm.noble_metal = id || "";
-      tthis.$refs.ruleForm && his.$refs.ruleForm.validateField("noble_metal");
+      this.$refs.ruleForm && this.$refs.ruleForm.validateField("noble_metal");
       await this.get_all_fee();
       await this.get_all_fee();
     },
     },
     async areaChange(e, key) {
     async areaChange(e, key) {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است