chenhj
昨天 dbad1c308cc32660843156af4cd0eefc37712173
车间订单详情删除刷新工艺路线
已修改1个文件
4 ■■■■ 文件已修改
src/views/plan/manufacturingorder/productorder-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/manufacturingorder/productorder-form.vue
@@ -303,6 +303,7 @@
                            </el-col>
                          </el-row> -->
                          <el-table
                            v-if="operationIndex"
                            id="operationTable"
                            ref="operationTable"
                            class="basic-template-table"
@@ -1269,6 +1270,7 @@
      currentRow: [],
      currentRouting: {}, // 当前选择的工艺
      operations: [], // 当前选择工艺对应的工序
      operationIndex: 0,
      currentBom: {}, // 当前选择的产品结构
      components: [], // 当前选择产品结构对应的结构组件
      factoryOptions: [],
@@ -2302,6 +2304,7 @@
              getMoRoutingOption(this.dataForm.id).then((response) => {
                if (response.data.code === 0) {
                  this.operations = response.data.data
                  this.operationIndex += 1
                } else {
                  this.operations = []
                }
@@ -2357,6 +2360,7 @@
          getMoRoutingOption(this.dataForm.id).then((response) => {
            if (response.data.code === 0) {
              this.operations = response.data.data
              this.operationIndex += 1
            } else {
              this.operations = []
            }