|
|
|
@ -84,7 +84,7 @@ |
|
|
|
<a v-if="scope.row.closedFlag==='N'&&scope.row.printFlag==='N'" type="text" size="small" @click="circulation(scope.row)">流转</a> |
|
|
|
<a v-if="scope.row.closedFlag==='Y'&&scope.row.qtyRequired>scope.row.qtyReported" type="text" size="small" @click="openSchedule(scope.row)">开启</a> |
|
|
|
<a v-if="scope.row.closedFlag==='N'&&scope.row.qtyRequired>scope.row.qtyReported" type="text" size="small" @click="closeSchedule(scope.row)">关闭</a> |
|
|
|
<a v-if="scope.row.qtyApprove==0" type="text" size="small" @click="cancelSchedule(scope.row)">取消</a> |
|
|
|
<a v-if="scope.row.qtyApprove==0" type="text" size="small" @click="cancelSchedule(scope.row)" >取消</a> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
@ -350,7 +350,7 @@ |
|
|
|
columnProp: "partDesc", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "产品名称", |
|
|
|
columnLabel: "产品名称/规格", |
|
|
|
columnWidth: 180, |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
@ -557,24 +557,6 @@ |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
serialNumber: '5303ProduceSpec', |
|
|
|
tableId: "5303Produce", |
|
|
|
tableName: "流转日计划", |
|
|
|
columnProp: "spec", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "规格型号", |
|
|
|
columnWidth: 80, |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
|