haoxuan
2023-09-02 1fb855808318b5274f620cb8aad414bd516c2dbd
面板的调整 当前工序的调整  2023-9-2
2个文件已修改
7 ■■■■■ 已修改文件
src/components/AddIssue.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/AddIssue.vue
@@ -307,6 +307,7 @@
        }, 1000);
        this.isLoading=true;
          sendProcessParams({ id: this.taskData.Procedure.ID }).then((res) => {
            console.log(res,'====res')
            if (res.code == 200) {
              setProductNumber().then((res) => {
                this.resParams = res;
src/views/visualization.vue
@@ -227,7 +227,7 @@
                    </div> -->
                    <div class="card_top-4">
                      <div>工艺编号:{{ list.number }}</div>
                      <div
                      <!-- <div
                        style="
                          font-size: 14px;
                          color: #cfcfcf;
@@ -235,7 +235,7 @@
                        "
                      >
                        工艺的具体信息请点击控制查看!
                      </div>
                      </div> -->
                    </div>
                  </template>
                </div>
@@ -1152,7 +1152,7 @@
          padding: 0 10px;
          height: 70px;
          line-height: 40px;
          line-height: 70px;
          color: #fff;
          background: rgb(19, 35, 90);
          font-size: 20px;