懒羊羊
2023-12-11 3b197690bdfda893f889191a135cfbde71c9e450
生产工单优化
已修改2个文件
14 ■■■■ 文件已修改
jcdm-system/src/main/resources/mapper/system/SysDictDataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jcdm-ui/src/views/main/om/productionOrde/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jcdm-system/src/main/resources/mapper/system/SysDictDataMapper.xml
@@ -84,7 +84,7 @@
             <if test="status != null">status = #{status},</if>
             <if test="remark != null">remark = #{remark},</if>
             <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
             update_time = sysdate()
             update_time = getdate()
         </set>
         where dict_code = #{dictCode}
    </update>
jcdm-ui/src/views/main/om/productionOrde/index.vue
@@ -196,6 +196,14 @@
          >删除</el-button>
        </template>
      </el-table-column>
      <el-table-column label="工单状态" align="center" prop="orderStatus">
<!--        <template slot-scope="scope">-->
<!--          <dict-tag :options="dict.type.order_state" :value="scope.row.orderStatus"/>-->
<!--        </template>-->
        <template slot-scope="scope">
          <dict-tag :options="dict.type.order_state" :value="scope.row.orderStatus"/>
        </template>
      </el-table-column>
      <el-table-column label="生产工单号" align="center" prop="workOrderNo">
      </el-table-column>
      <el-table-column label="订单编号" align="center" prop="salesOrderCode">
@@ -237,8 +245,6 @@
      <el-table-column label="实际结束时间" align="center" prop="actualEndTime">
      </el-table-column>
      <el-table-column label="顺序号" align="center" prop="serialNumber">
      </el-table-column>
      <el-table-column label="工单状态" align="center" prop="orderStatus">
      </el-table-column>
      <el-table-column label="创建时间" align="center" prop="createTime">
      </el-table-column>
@@ -367,6 +373,8 @@
export default {
  name: "ProductionOrde",
  dicts: ['order_state'],
  data() {
    return {
      workOrder: {