snow 2 years ago
parent
commit
fcfac6eb99

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


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


+ 13 - 0
src/views/sellOut/zixunOrder/components/editForm.vue

@@ -811,6 +811,9 @@ export default {
       this.resign_name = "";
       this.hand_name = "";
       this.status = "";
+
+      // { value: "0", label: "非项目" },
+      // { value: "1", label: "项目" },
       // 重置
       await this.$nextTick(async () => {
         if (this.$refs.ruleForm) {
@@ -870,6 +873,16 @@ export default {
           this.spec_tableData =
             specinfo && specinfo.length > 0 ? JSON.parse(JSON.stringify(specinfo)) : [];
           this.cat_id_name = "";
+
+          //非项目 projectNo不必填
+          if(this.sitem.is_project === '0'){
+            this.$set(this.rulesThis.projectNo, '0', {
+               required: false,
+               message: '请选择项目',
+               trigger: 'change'
+            })
+          }
+
           if (can && can.length > 0) {
             can.forEach((s, i) => {
               if (i === 0 && s.id === "6") {

+ 2 - 1
src/views/sellOut/zixunOrder/detail.vue

@@ -36,9 +36,10 @@
             placement="top"
             v-if="
               (sitem.status + '' === '7' || sitem.status + '' === '2') &&
-              powers.some((i) => i == '067') && !isSupertube
+              powers.some((i) => i == '067') 
             "
           >
+          <!-- && !isSupertube -->
             <i
               class="el-icon-video-play hover"
               style="margin: 0 0 0 10px"

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