zouyu
2023-11-17 da81627f0b578ea7858ddae6e2fe7991dc734eb0
src/views/plan/manufacturingorder/productorder-form.vue
@@ -495,8 +495,8 @@
                        <testStandardTable
                          ref="moTestStandardTable"
                          :editable="editable"
                          :dataFormId="dataForm.id"
                          :moRoutingOperationId="moRoutingOperationId"
                          :dataFormId="Number(dataForm.id)"
                          :moRoutingOperationId="Number(moRoutingOperationId)"
                          @refreshTestStandardInfo="refreshTestStandardInfo"
                        ></testStandardTable>
                      </el-tab-pane>
@@ -853,7 +853,7 @@
                </el-row>
              </el-tab-pane>
              <el-tab-pane label="客户订单" id="ta3" key="ta3" name="ta3">
                <CustomerOrder :orderId="dataForm.id" />
                <CustomerOrder :orderId="Number(dataForm.id)" />
              </el-tab-pane>
            </el-tabs>
          </el-card>
@@ -917,8 +917,8 @@
    />
    <spotCheckRule
      :currshowlist.sync="spotCheckRuleShow"
      :moId="dataForm.id"
      :moRoutingOperationId="moRoutingOperationId"
      :moId="Number(dataForm.id)"
      :moRoutingOperationId="Number(moRoutingOperationId)"
      :moRoutingOperationName="moRoutingOperationName"
      @refreshSpotCheckRuleList="refreshSpotCheckRuleList"
    />
@@ -2109,7 +2109,7 @@
      } else {
        if (this.structSelection.length === 1) {
          this.selectedStruct = this.structSelection[0]
          this.moId = this.dataForm.id
          this.moId = Number(this.dataForm.id)
          this.showStructForm = true
        } else {
          this.$message.error('只能为单个节点添加元素')
@@ -2126,7 +2126,7 @@
    refreshSpotCheckRuleList() {
      this.spotCheckRuleList = []
      qryMoSamplingRule({
        moId: this.dataForm.id,
        moId: Number(this.dataForm.id),
        moRoutingOperationId: this.moRoutingOperationId
      }).then((response) => {
        const resData = response.data